Displaying 2 results from an estimated 2 matches for "chemscore".
Did you mean:
checkcore
2008 Jul 02
1
graph woes
...axTicks(side = 1, log = True)
points(type = "s", y = control_Table, x = p_PMF_Table, col = "#00c000")
points(type = "s", y = control_Table, x = p_GOLD_Table, col = "#0080ff")
points(type = "s", y = control_Table, x = p_CHEMSCORE_Table,
col = "#c000ff")
points(type = "s", y = control_Table, x = p_AUTODOCK_Table,
col = "#00eeee")
points(type = "s", y = control_Table, x = p_DOCK_Table, col = "#c04000")
points(type = "s", y = control_Table, x =...
2008 Jul 02
0
log plots woes
...axTicks(side = 1, log = True)
points(type = "s", y = control_Table, x = p_PMF_Table, col =
"#00c000")
points(type = "s", y = control_Table, x = p_GOLD_Table, col =
"#0080ff")
points(type = "s", y = control_Table, x = p_CHEMSCORE_Table, col =
"#c000ff")
points(type = "s", y = control_Table, x = p_AUTODOCK_Table, col =
"#00eeee")
points(type = "s", y = control_Table, x = p_DOCK_Table, col =
"#c04000")
points(type = "s", y = control_Table, x =...