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

Description Usage Arguments Value Examples

View source: R/getDrugActivityData.R

Description

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

Usage

1
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.

Examples

1
2
nscSet <- c("141540", "123127") # Etoposide, Doxorubicin.
actData <- getDrugActivityData(nscSet)

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