View source: R/getActivityRangeStats.R
getActivityRangeStats | R Documentation |
Returns a table of activity range statistics for a set of compounds.
getActivityRangeStats(
nscSet,
concFormat = "NegLogGI50M",
onlyCellMinerExps = TRUE
)
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). |
a table of activity range statistics for a set of compounds.
nscSet <- c("609699", "740")
getActivityRangeStats(nscSet)
getActivityRangeStats(nscSet, concFormat="IC50MicroM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.