Published September 2025 | Version v3
Dataset Open

Pharmacogenomics Datasets for Cancer Cell Lines from CellMiner Cross-Database (CellMinerCDB)

Description

If you use this data, please cite: Luna A, Elloumi F, Varma S et al. NAR. 2021. PMID: 33196823

Cell line pharmacogenomics datasets for cancer biology and machine learning studies. The datasets are compatible with rcellminer and CellMinerCDB (see publications for details) and data can be extracted for use with Python-based projects.

An example for extracting data from the rcellminer and CellMinerCDB compatible packages: 

# INSTALL ----
if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("rcellminer")

# Replace path_to_file with the data package filename
install.packages(path_to_file, repos = NULL, type="source")

# GET DATA ----
## Replace nciSarcomaData with name of dataset through code 
library(nciSarcomaData)

## DRUG DATA ----
drugAct <- exprs(getAct(nciSarcomaData::drugData))
drugAnnot <- getFeatureAnnot(nciSarcomaData::drugData)[["drug"]]

## MOLECULAR DATA ----
### List available datasets
names(getAllFeatureData(nciSarcomaData::molData))

### Extract data and annotations
expData <- exprs(nciSarcomaData::molData[["exp"]])
mirData <- exprs(nciSarcomaData::molData[["mir"]])

expAnnot <- getFeatureAnnot(nciSarcomaData::molData)[["exp"]]
mirAnnot <- getFeatureAnnot(nciSarcomaData::molData)[["mir"]]

## SAMPLE DATA ----
sampleAnnot <- getSampleData(nciSarcomaData::molData)

 

Files

Files (3.3 GB)

Name Size Download all
md5:f6bf9056fb7e772293616386b7fa0eba
222.8 MB Download
md5:e3be06aeed2c1013f12d4b005a57ad81
1.2 MB Download
md5:baeec79df4d4d10c91e0e9f8ff978555
8.2 MB Download
md5:59d89224eb2e39d26c83f7b395662ff3
1.2 GB Download
md5:b1bd2842c8ae606c8b93e625e683fd24
171.0 MB Download
md5:cabe8926b865d8191f33d5a668b7dd0f
4.0 MB Download
md5:c250344f429462fddb90ccf14d0e0470
3.0 MB Download
md5:eac368c784f6a8f2d275d881d7ace58b
1.5 GB Download
md5:7135537331f0d90f11be5198ec0fed55
1.4 MB Download
md5:91395a734b0130a849f4dccd3b82eab9
953.9 kB Download
md5:90976d2b7e9b6de11c99d54ae251535e
23.9 MB Download
md5:e41e4871debef1203824e709657b8fff
98.6 MB Download
md5:912683ee374bfd8eab10dfde66679b49
6.7 MB Download
md5:0a47e3bcdfe77234b3b90fc7bd81ebd2
3.4 MB Download
md5:f98787d80b30d273b1f99543a25f73e6
88.7 MB Download

Additional details

Related works

Is described by
Publication: 26635141 (PMID)
Publication: 30553813 (PMID)
Publication: 33196823 (PMID)

Dates

Available
2025-09

Software

Repository URL
https://github.com/CBIIT/cellminercdb
Programming language
R
Development Status
Active