Learn R Programming

rcellminer (version 1.4.2)

getDrugActivityRepeatData: Returns a matrix containing repeat activity experiment data for a compound.

Description

Returns a matrix containing repeat activity experiment data for a compound.

Usage

getDrugActivityRepeatData(nscStr, concFormat = "NegLogGI50M",
  onlyCellMinerExps = TRUE)

Arguments

nscStr
a string specifying the NSC identifier for the compound.
concFormat
a string selected from "NegLogGI50M" or "IC50MicroM". "NegLogGI50M" specifies activities as the negative log of the 50inhibitory concentration (molar). "IC50MicroM" specifies activities as the 50growth inhibitory concentration (micromolar).
onlyCellMinerExps
a logical value indicating whether to only return experimental data included in CellMiner (default=TRUE).

Value

  • a matrix with activity data from each experiment associated with a compound organized along the rows.

concept

rcellminer

Examples

Run this code
nscStr <- "609699"
actData <- getDrugActivityRepeatData(nscStr, concFormat='NegLogGI50M')
actData <- getDrugActivityRepeatData(nscStr, concFormat='IC50MicroM')

Run the code above in your browser using DataLab