Learn R Programming

rcellminer (version 1.4.2)

getNumMissingLines: 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.

concept

rcellminer

Examples

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

Run the code above in your browser using DataLab