Description Usage Arguments Value Examples
View source: R/getDrugActivityRange.R
Returns a vector of log activity range values for set of compounds.
1 | getDrugActivityRange(nscSet, computeIQR = FALSE)
|
nscSet |
a character vector specifying NSC identifier(s) for compound(s) of interest. |
computeIQR |
logical value indicated whether inter-quartile range is to be computed; otherwise absolute range is computed (default=FALSE). |
a numeric vector of NCI-60 log activity (-logGI50) range values indexed by the identifiers in nscSet.
1 2 | nscSet <- c("609699", "740")
getDrugActivityRange(nscSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.