getNumMissingLines: Returns a vector indicating the number of NCI-60 cell lines...

Description Usage Arguments Value Examples

View source: R/getNumMissingLines.R

Description

Returns a vector indicating the number of NCI-60 cell lines with missing activity data for set of compounds.

Usage

1

Arguments

nscSet

a character vector specifying NSC identifier(s) for compound(s) of interest.

Value

a numeric vector indicating the number of NCI-60 cell lines with missing activity data, indexed by the identifiers in nscSet.

Examples

1
2
nscSet <- c("1", "17", "89", "609699")
getNumMissingLines(nscSet)

rcellminer documentation built on Nov. 26, 2020, 2:02 a.m.