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

Description Usage Arguments Value Examples

View source: R/getActivityRangeStats.R

Description

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

Usage

1
2
3
4
5
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 50 inhibitory concentration (molar). "IC50MicroM" specifies activities as the 50 inhibitory 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.

Examples

1
2
3
nscSet <- c("609699", "740")
getActivityRangeStats(nscSet)
getActivityRangeStats(nscSet, concFormat="IC50MicroM")

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