Learn R Programming

rcellminer (version 1.4.2)

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

Description

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

Usage

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.

concept

rcellminer

Examples

Run this code
nscSet <- c("609699", "740")
getDrugActivityRange(nscSet)

Run the code above in your browser using DataLab