Learn R Programming

rcellminer (version 1.4.2)

getActivityRangeStats: Returns a table of activity range statistics for a set of compounds.

Description

Returns a table of activity range statistics for a set of compounds.

Usage

getActivityRangeStats(nscSet, concFormat = "NegLogGI50M",
  onlyCellMinerExps = TRUE)

Arguments

nscSet
a character vector specifying NSC identifier(s) for compound(s) of interest.
concFormat
a string selected from "NegLogGI50M" or "IC50MicroM". "NegLogGI50M" specifies activities as the negative log of the 50inhibitory concentration (molar). "IC50MicroM" specifies activities as the 50inhibitory concentration (micromolar).
onlyCellMinerExps
a logical value indicating whether to only return experimental data included in CellMiner (default=TRUE).

Value

  • a table of activity range statistics for a set of compounds.

concept

rcellminer

Examples

Run this code
nscSet <- c("609699", "740")
getActivityRangeStats(nscSet)
getActivityRangeStats(nscSet, concFormat="IC50MicroM")

Run the code above in your browser using DataLab