Pharmacogenomics Datasets for Cancer Cell Lines from CellMiner Cross-Database (CellMinerCDB)
收藏Zenodo2025-05-20 更新2026-05-26 收录
下载链接:
https://zenodo.org/doi/10.5281/zenodo.15122311
下载链接
链接失效反馈官方服务:
资源简介:
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)
提供机构:
Zenodo
创建时间:
2025-04-01



