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

View source: R/getNumMissingLines.R

getNumMissingLinesR Documentation

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

Description

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

Usage

getNumMissingLines(nscSet)

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

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


cannin/rcellminer documentation built on Aug. 11, 2024, 8:45 a.m.