Learn R Programming

rcellminer (version 1.4.2)

getDrugActivityData: Returns a matrix containing activity (-logGI50) data for a set of compounds.

Description

Returns a matrix containing activity (-logGI50) data for a set of compounds.

Usage

getDrugActivityData(nscSet, onlyCellMinerExps = TRUE)

Arguments

nscSet
A string specifying the NSC identifiers for the compounds.
onlyCellMinerExps
A logical value indicating whether to compute results using only experimental data included in CellMiner (default=TRUE).

Value

  • a matrix with NCI-60 average (over experiments) -logGI50 activity data; compound activity profiles are along rows.

concept

rcellminer

Examples

Run this code
nscSet <- c("141540", "123127") # Etoposide, Doxorubicin.
actData <- getDrugActivityData(nscSet)

Run the code above in your browser using DataLab