cgps | R Documentation |
This dataset contains gene expression of 200 cancer cell lines for which sensitivity (IC50) to Camptothecin was measured (release 2).
data(cgps)
The cgps
dataset is composed of three objects
Dataframe containing gene annotations
Matrix containing expressions of 1000 genes; cell lines in rows, genes in columns
Drug sensitivity measurements (IC50) for Camptothecin
Camptothecin is a drug mainly used in colorectal cancer.
http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-783
http://www.nature.com/nature/journal/v483/n7391/extref/nature11005-s2.zip
Garnett MJ et al. "Systematic identification of genomic markers of drug sensitivity in cancer cells", Nature, 483:570-575, 2012.
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.