View source: R/getDrugActivityData.R
getDrugActivityData | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.