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

View source: R/getNumDrugActivityRepeats.R

getNumDrugActivityRepeatsR Documentation

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

Description

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

Usage

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

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


CBIIT/rcellminer documentation built on Aug. 8, 2024, 12:15 p.m.