getNumDrugActivityRepeats: Returns a vector indicating the number of drug activity...

Description Usage Arguments Value Examples

View source: R/getNumDrugActivityRepeats.R

Description

Returns a vector indicating the number of drug activity repeat experiments with available data for each member of a set of compounds.

Usage

1
getNumDrugActivityRepeats(nscSet, onlyCellMinerExps = TRUE)

Arguments

nscSet

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

onlyCellMinerExps

a logical value indicating whether to return only the number of experiments with data included in CellMiner (default=TRUE).

Value

a numeric vector, indexed by nscSet, indicating the number of drug activity repeat experiments for each one of its compounds.

Examples

1
2
nscSet <- c("1", "17", "89", "609699")
getNumDrugActivityRepeats(nscSet)

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