Description Usage Arguments Value Examples
View source: R/getNumMissingLines.R
Returns a vector indicating the number of NCI-60 cell lines with missing activity data for set of compounds.
1 | getNumMissingLines(nscSet)
|
nscSet |
a character vector specifying NSC identifier(s) for compound(s) of interest. |
a numeric vector indicating the number of NCI-60 cell lines with missing activity data, indexed by the identifiers in nscSet.
1 2 | nscSet <- c("1", "17", "89", "609699")
getNumMissingLines(nscSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.