View source: R/getNumDrugActivityRepeats.R
getNumDrugActivityRepeats | R Documentation |
Returns a vector indicating the number of drug activity repeat experiments with available data for each member of a set of compounds.
getNumDrugActivityRepeats(nscSet, onlyCellMinerExps = TRUE)
nscSet |
a character vector specifying NSC identifier(s) for compound(s) of interest. |
onlyCellMinerExps |
a logical value indicating whether to return only the number of experiments with data included in CellMiner (default=TRUE). |
a numeric vector, indexed by nscSet, indicating the number of drug activity repeat experiments for each one of its compounds.
nscSet <- c("1", "17", "89", "609699")
getNumDrugActivityRepeats(nscSet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.