Learn R Programming

rcellminer (version 1.4.2)

getNumDrugActivityRepeats: 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.

concept

rcellminer

Examples

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

Run the code above in your browser using DataLab