cgps: Part of the large pharmacogenomic dataset published by...

Description Usage Format Details Source References Examples

Description

This dataset contains gene expression of 200 cancer cell lines for which sensitivity (IC50) to Camptothecin was measured (release 2).

Usage

1
data(cgps)

Format

The cgps dataset is composed of three objects

cgps.annot

Dataframe containing gene annotations

cgps.ge

Matrix containing expressions of 1000 genes; cell lines in rows, genes in columns

cgps.ic50

Drug sensitivity measurements (IC50) for Camptothecin

Details

Camptothecin is a drug mainly used in colorectal cancer.

Source

http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-783

http://www.nature.com/nature/journal/v483/n7391/extref/nature11005-s2.zip

References

Garnett MJ et al. "Systematic identification of genomic markers of drug sensitivity in cancer cells", Nature, 483:570-575, 2012.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
set.thread.count(2)
data(cgps)

message("Gene expression data:")
print(cgps.ge[1:3, 1:3])

message("Gene annotations:")
print(head(cgps.annot))

message("Drug sensitivity (IC50) values:")
print(head(cgps.ic50))

bhklab/mRMRe documentation built on Sept. 3, 2021, 10:50 p.m.