getDrugActivityData {rcellminer} | R Documentation |
Returns a matrix containing activity (-logGI50) data for a set of compounds.
getDrugActivityData(nscSet, onlyCellMinerExps = TRUE)
nscSet |
A string specifying the NSC identifiers for the compounds. |
onlyCellMinerExps |
A logical value indicating whether to compute results using only experimental data included in CellMiner (default=TRUE). |
a matrix with NCI-60 average (over experiments) -logGI50 activity data; compound activity profiles are along rows.
nscSet <- c("141540", "123127") # Etoposide, Doxorubicin. actData <- getDrugActivityData(nscSet)