getDrugActivityRange: Returns a vector of log activity range values for set of...

Description Usage Arguments Value Examples

View source: R/getDrugActivityRange.R

Description

Returns a vector of log activity range values for set of compounds.

Usage

1
getDrugActivityRange(nscSet, computeIQR = FALSE)

Arguments

nscSet

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

computeIQR

logical value indicated whether inter-quartile range is to be computed; otherwise absolute range is computed (default=FALSE).

Value

a numeric vector of NCI-60 log activity (-logGI50) range values indexed by the identifiers in nscSet.

Examples

1
2
nscSet <- c("609699", "740")
getDrugActivityRange(nscSet)

cannin/rcellminer documentation built on Aug. 3, 2021, 8:51 p.m.