Skip to content

Commit 06c5e3d

Browse files
committed
deploy: 90801f1
1 parent 857ad93 commit 06c5e3d

8 files changed

Lines changed: 1150 additions & 11 deletions

.buildinfo.bak

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 16974ffe3d523162d675b602ff71c815
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

_sources/datasets_included.rst.txt

Lines changed: 114 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,125 @@
11
Datasets Included
22
=================
33

4-
Datsets page coming soon...
4+
This page provides an overview of the datasets included in CoderData version 2.2.0. This package collects 18 diverse sets of paired molecular datasets with corresponding drug sensitivity data. All data here is reprocessed and standardized so it can be easily used as a benchmark dataset for drug response prediction machine learning models.
55

6-
.. Mock-up is on canva
6+
The dataset files are in csv format and are available at the link below:
77

8-
.. Summary
9-
.. -------
10-
.. Overview of datasets included such as sources, datasets and datatype
8+
Figshare record: https://api.figshare.com/v2/articles/28823159
119

12-
.. Insert schema here
13-
.. .. raw:: html
10+
Version: 2.2.0
1411

15-
.. <iframe src="_static/datasets_table.html" width= 800 px height= 600 px></iframe>
12+
---------------------------
13+
Dataset Overview
14+
---------------------------
15+
.. csv-table:: Datasets and Modalities
16+
:header: "Dataset", "References", "Sample", "Drug", "Drug Descriptor", "Experiments", "Transcriptomics", "Proteomics", "Mutations", "Copy Number"
17+
:widths: 14, 12, 6, 8, 15, 12, 12, 12, 12, 12
1618

19+
"BeatAML", "[1]_, [2]_", "1022", "164", "X", "X", "X", "X", "X", ""
20+
"Bladder", "[3]_", "134", "50", "X", "X", "X", "", "X", "X"
21+
"CCLE", "[4]_", "502", "24", "X", "X", "X", "X", "X", "X"
22+
"Colorectal ", "[18]_", "61", "10", "X", "", "X", "", "X", "X"
23+
"CPTAC", "[5]_", "1139", "", "", "", "X", "X", "X", "X"
24+
"CTRPv2", "[6]_, [7]_, [8]_", "846", "459", "X", "X", "X", "", "X", "X"
25+
"FIMM", "[9]_, [10]_", "52", "52", "X", "X", "X", "", "", ""
26+
"GDSC v1", "[23]_, [24]_, [25]_", "984", "294", "X", "", "X", "X", "X", "X"
27+
"GDSC v2", "[23]_, [24]_, [25]_", "806", "171", "X", "", "X", "X", "X", "X"
28+
"gCSI", "[21]_, [22]_", "569", "44", "X", "", "X", "X", "X", "X"
29+
"HCMI", "[11]_", "886", "", "", "", "X", "", "X", "X"
30+
"Liver", "[19]_", "62", "76", "X", "", "X", "", "X", "X"
31+
"MPNST", "[12]_", "50", "30", "X", "X", "X", "X", "X", "X"
32+
"NCI60", "[13]_", "83", "55157", "X", "X", "X", "X", "X", ""
33+
"Novartis", "[20]_", "386", "25", "X", "", "X", "", "X", "X"
34+
"Pancreatic", "[14]_", "70", "25", "X", "X", "X", "", "X", "X"
35+
"PRISM", "[15]_, [16]_", "478", "1419", "X", "X", "X", "", "", ""
36+
"Sarcoma", "[17]_", "36", "34", "X", "X", "X", "", "X", ""
1737

1838

39+
The table above lists the datasets included in CoderData version 2.2.0, along with references to their original publications, counts of samples and drugs, and the types of data available for each dataset.
40+
41+
CoderData includes the following data:
42+
43+
- Sample - cell lines, patient-derived samples, or patient-derived organoids
44+
- Drug - compounds tested for sensitivity
45+
- Drug Descriptor - molecular descriptors for each drug (computed using RDKit)
46+
- Experiments - dose-response experiments (various metrics such as AUC, IC50, etc.)
47+
- Transcriptomics - gene expression (in transcripts per million, TPM)
48+
- Proteomics - protein expression (in log2 ratio to reference)
49+
- Mutations - gene mutations (variant calls)
50+
- Copy Number - gene copy number variations (number of copies of each gene, 2 being diploid)
51+
52+
An "X" indicates the presence of a particular data type for the corresponding dataset. Each sample in the datasets corresponds to either a cancer cell line, a patient-derived xenograft, or a patient-derived organoid, depending on the specific dataset.
53+
54+
55+
---------------------------
56+
Dataset Summary Statistics
57+
---------------------------
58+
The following table summarizes combination counts for each dataset. This includes the number of experimental sample-drug pairs, with different molecular data types. Each column represents the number of unique combinations of samples and drugs with the specified molecular data types available.
59+
For example, the "Sample-Drug-Transcriptomics-Mutations" column indicates the number of unique sample-drug pairs that have both transcriptomics and mutation data available. These counts let you estimate how much paired data is available for tasks like building predictive models with transcriptomics and drug response.
60+
61+
.. csv-table:: Dataset Summary Statistics
62+
:file: _static/dataset_summary_statistics.csv
63+
:header-rows: 0
64+
65+
66+
---------------------------------
67+
Drug Curve Metrics Collected
68+
---------------------------------
69+
The following table summarizes the number of drugs associated with each dose-response metric across the datasets.
70+
71+
.. csv-table:: Drug Curve Metrics Summary
72+
:file: _static/dataset_curve_metrics_wide.csv
73+
:header-rows: 0
74+
75+
Types of dose-response metrics collected include:
76+
77+
- AAC - Area above the response curve; the complement value of AUC.
78+
- ABC - Area between curves, the difference between the AUC of the control and the treated cells.
79+
- AUC - Area under the fitted hill slope curve across all doses present. Lower AUC signifies lower levels of growth.
80+
- DSS - A multiparametric dose response value that takes into account control and treated cells.
81+
- fit_auc - Area under the fitted hill slope curve across the common interval of −log10[M], where the molar concentration ranges from 10⁻⁴ to 10⁻¹⁰.
82+
- fit_ec50 - The fitted curve prediction of the −log10M concentration at which 50% of the maximal effect is observed.
83+
- fit_ec50se - Standard error of the Fit_EC50 estimate.
84+
- fit_einf - The fraction of cells that are unaffected even at an infinite dose concentration. Calculated as the lower asymptote of the hill slope function.
85+
- fit_hs - The estimated hill slope binding cooperativity, calculated as the slope of the sigmoidal hill curve.
86+
- fit_ic50 - The fitted curve prediction of the −log10M concentration required to reduce tumor growth by 50%.
87+
- fit_r2 - Coefficient of determination between observed growth and the fitted hill slope curve, indicating goodness of fit.
88+
- lmm - The resulting “time and treatment interaction” in a linear mixed model with fixed effects as time and treatment and patient as a random effect. Indicates how much the treatment changes the slope of log(volume) over time compared to the control.
89+
- mRESCIST - Disease status classified into PD (progressive disease), SD (stable disease), PR (partial response), and CR (complete response), based on percent volume change and cumulative average response.
90+
- published_auc - Published Area Under the Curve
91+
- TG - Tumor growth inhibition between the control and treatment time-volume curves.
92+
93+
94+
95+
---------------------------
96+
References
97+
---------------------------
98+
99+
.. [1] Bottomly D, Long N, Schultz AR, et al. *Integrative analysis of drug response and clinical outcome in acute myeloid leukemia.* Cancer Cell. 2022;40(8):850-864.e9. doi:`10.1016/j.ccell.2022.07.002 <https://doi.org/10.1016/j.ccell.2022.07.002>`_
100+
.. [2] Pino JC, Posso C, Joshi SK, et al. *Mapping the proteogenomic landscape enables prediction of drug response in acute myeloid leukemia.* Cell Rep Med. 2024;5(1):101359. doi:`10.1016/j.xcrm.2023.101359 <https://doi.org/10.1016/j.xcrm.2023.101359>`_
101+
.. [3] Lee SH, Hu W, Matulay JT, et al. *Tumor Evolution and Drug Response in Patient-Derived Organoid Models of Bladder Cancer.* Cell. 2018;173(2):515-528.e17. doi:`10.1016/j.cell.2018.03.017 <https://doi.org/10.1016/j.cell.2018.03.017>`_
102+
.. [4] Barretina J, Caponigro G, Stransky N, et al. *The Cancer Cell Line Encyclopedia enables predictive modelling of anticancer drug sensitivity.* Nature. 2012;483(7391):603-607. doi:`10.1038/nature11003 <https://doi.org/10.1038/nature11003>`_
103+
.. [5] Lindgren CM, Adams DW, Kimball B, et al. *Simplified and Unified Access to Cancer Proteogenomic Data.* J Proteome Res. 2021;20(4):1902-1910. doi:`10.1021/acs.jproteome.0c00919 <https://doi.org/10.1021/acs.jproteome.0c00919>`_
104+
.. [6] Rees MG, Seashore-Ludlow B, Cheah JH, et al. *Correlating chemical sensitivity and basal gene expression reveals mechanism of action.* Nat Chem Biol. 2016;12(2):109-116. doi:`10.1038/nchembio.1986 <https://doi.org/10.1038/nchembio.1986>`_
105+
.. [7] Seashore-Ludlow B, Rees MG, Cheah JH, et al. *Harnessing Connectivity in a Large-Scale Small-Molecule Sensitivity Dataset.* Cancer Discov. 2015;5(11):1210-1223. doi:`10.1158/2159-8290.CD-15-0235 <https://doi.org/10.1158/2159-8290.CD-15-0235>`_
106+
.. [8] Basu A, Bodycombe NE, Cheah JH, et al. *An interactive resource to identify cancer genetic and lineage dependencies targeted by small molecules.* Cell. 2013;154(5):1151-1161. doi:`10.1016/j.cell.2013.08.003 <https://doi.org/10.1016/j.cell.2013.08.003>`_
107+
.. [9] Mpindi JP, Yadav B, Östling P, et al. *Consistency in drug response profiling.* Nature. 2016;540(7631):E5-E6. doi:`10.1038/nature20171 <https://doi.org/10.1038/nature20171>`_
108+
.. [10] Pemovska T, Kontro M, Yadav B, et al. *Individualized systems medicine strategy to tailor treatments for patients with chemorefractory acute myeloid leukemia.* Cancer Discov. 2013;3(12):1416-1429. doi:`10.1159/2159-8290.CD-13-0350 <https://doi.org/10.1158/2159-8290.CD-13-0350>`_
109+
.. [11] Human Cancer Models Initiative (HCMI). dbGaP accession phs001486. `https://cancer.gov/ccg/research/functional-genomics/hcmi <https://cancer.gov/ccg/research/functional-genomics/hcmi>`_
110+
.. [12] Dehner C, Moon CI, Zhang X, et al. *Chromosome 8 gain is associated with high-grade transformation in MPNST.* JCI Insight. 2021;6(6):e146351. doi:`10.1172/jci.insight.146351 <https://doi.org/10.1172/jci.insight.146351>`_
111+
.. [13] Shoemaker RH. *The NCI60 human tumour cell line anticancer drug screen.* Nat Rev Cancer. 2006;6(10):813-823. doi:`10.1038/nrc1951 <https://doi.org/10.1038/nrc1951>`_
112+
.. [14] Tiriac H, Belleau P, Engle DD, et al. *Organoid Profiling Identifies Common Responders to Chemotherapy in Pancreatic Cancer.* Cancer Discov. 2018;8(9):1112-1129. doi:`10.1158/2159-8290.CD-18-0349 <https://doi.org/10.1158/2159-8290.CD-18-0349>`_
113+
.. [15] Corsello SM, Nagari RT, Spangler RD, et al. *Discovering the anti-cancer potential of non-oncology drugs by systematic viability profiling.* Nat Cancer. 2020;1(2):235-248. doi:`10.1038/s43018-019-0018-6 <https://doi.org/10.1038/s43018-019-0018-6>`_
114+
.. [16] Yu C, Mannan AM, Yvone GM, et al. *High-throughput identification of genotype-specific cancer vulnerabilities in mixtures of barcoded tumor cell lines.* Nat Biotechnol. 2016;34(4):419-423. doi:`10.1038/nbt.3460 <https://doi.org/10.1038/nbt.3460>`_
115+
.. [17] Al Shihabi A, Tebon PJ, Nguyen HTL, et al. *The landscape of drug sensitivity and resistance in sarcoma.* Cell Stem Cell. 2024;31(10):1524-1542.e4. doi:`10.1016/j.stem.2024.08.010 <https://doi.org/10.1016/j.stem.2024.08.010>`_
116+
.. [18] van de Wetering M, Francies HE, Francis JM, et al. *Prospective derivation of a living organoid biobank of colorectal cancer patients.* Cell. 2015;161(4):933-945. doi:`10.1016/j.cell.2015.03.053 <https://doi.org/10.1016/j.cell.2015.03.053>`_
117+
.. [19] Ji S, Feng L, Fu Z, et al. *Pharmaco-proteogenomic characterization of liver cancer organoids for precision oncology.* Sci Transl Med. 2023;15(706):eadg3358. doi:`10.1126/scitranslmed.adg3358 <https://doi.org/10.1126/scitranslmed.adg3358>`_
118+
.. [20] Gao H, Korn JM, Ferretti S, et al. *High-throughput screening using patient-derived tumor xenografts to predict clinical trial drug response.* Nat Med. 2015;21(11):1318–1325. doi:`10.1038/nm.3954 <https://doi.org/10.1038/nm.3954>`_
119+
.. [21] Haverty PM, Lin E, Tan J, et al. *Reproducible pharmacogenomic profiling of cancer cell line panels.* Nature. 2016;533(7603):333–337. doi:`10.1038/nature17987 <https://doi.org/10.1038/nature17987>`_
120+
.. [22] Klijn C, Durinck S, Stawiski EW, et al. *A comprehensive transcriptional portrait of human cancer cell lines.* Nat Biotechnol. 2015;33(3):306–312. doi:`10.1038/nbt.3080 <https://doi.org/10.1038/nbt.3080>`_
121+
.. [23] Garnett MJ, Edelman EJ, Heidorn SJ, et al. *Systematic identification of genomic markers of drug sensitivity in cancer cells.* Nature. 2012;483(7391):570–575. doi:`10.1038/nature11005 <https://doi.org/10.1038/nature11005>`_
122+
.. [24] Iorio F, Knijnenburg TA, Vis DJ, et al. *A Landscape of Pharmacogenomic Interactions in Cancer.* Cell. 2016;166(3):740–754. doi:`10.1016/j.cell.2016.06.017 <https://doi.org/10.1016/j.cell.2016.06.017>`_
123+
.. [25] Yang W, Soares J, Greninger P, et al. *Genomics of Drug Sensitivity in Cancer (GDSC): a resource for therapeutic biomarker discovery in cancer cells.* Nucleic Acids Res. 2013;41(Database issue):D955–D961. doi:`10.1093/nar/gks1111 <https://doi.org/10.1093/nar/gks1111>`_
124+
19125
20-
Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
dataset,curve_metric,num_drugs
2+
beataml,aac,108
3+
beataml,auc,108
4+
beataml,dss,108
5+
beataml,fit_auc,108
6+
beataml,fit_ec50,108
7+
beataml,fit_ec50se,108
8+
beataml,fit_einf,108
9+
beataml,fit_hs,108
10+
beataml,fit_ic50,108
11+
beataml,fit_r2,108
12+
mpnst,aac,25
13+
mpnst,auc,25
14+
mpnst,dss,25
15+
mpnst,fit_auc,25
16+
mpnst,fit_ec50,25
17+
mpnst,fit_ec50se,25
18+
mpnst,fit_einf,25
19+
mpnst,fit_hs,25
20+
mpnst,fit_ic50,25
21+
mpnst,fit_r2,25
22+
pancpdo,aac,5
23+
pancpdo,auc,5
24+
pancpdo,dss,5
25+
pancpdo,fit_auc,5
26+
pancpdo,fit_ec50,5
27+
pancpdo,fit_ec50se,5
28+
pancpdo,fit_einf,5
29+
pancpdo,fit_hs,5
30+
pancpdo,fit_ic50,5
31+
pancpdo,fit_r2,5
32+
sarcpdo,published_auc,33
33+
colorectal,aac,10
34+
colorectal,auc,10
35+
colorectal,dss,10
36+
colorectal,fit_auc,10
37+
colorectal,fit_ec50,10
38+
colorectal,fit_ec50se,10
39+
colorectal,fit_einf,10
40+
colorectal,fit_hs,10
41+
colorectal,fit_ic50,10
42+
colorectal,fit_r2,10
43+
bladderpdo,aac,50
44+
bladderpdo,auc,50
45+
bladderpdo,dss,50
46+
bladderpdo,fit_auc,50
47+
bladderpdo,fit_ec50,50
48+
bladderpdo,fit_ec50se,50
49+
bladderpdo,fit_einf,50
50+
bladderpdo,fit_hs,50
51+
bladderpdo,fit_ic50,50
52+
bladderpdo,fit_r2,50
53+
liver,aac,73
54+
liver,auc,73
55+
liver,dss,73
56+
liver,fit_auc,73
57+
liver,fit_ec50,73
58+
liver,fit_ec50se,73
59+
liver,fit_einf,73
60+
liver,fit_hs,73
61+
liver,fit_ic50,73
62+
liver,fit_r2,73
63+
novartis,TGI,23
64+
novartis,abc,23
65+
novartis,lmm,23
66+
novartis,mRESCIST,23
67+
ccle,aac,24
68+
ccle,auc,24
69+
ccle,dss,24
70+
ccle,fit_auc,24
71+
ccle,fit_ec50,24
72+
ccle,fit_ec50se,24
73+
ccle,fit_einf,24
74+
ccle,fit_hs,24
75+
ccle,fit_ic50,24
76+
ccle,fit_r2,24
77+
ctrpv2,aac,460
78+
ctrpv2,auc,460
79+
ctrpv2,dss,460
80+
ctrpv2,fit_auc,460
81+
ctrpv2,fit_ec50,460
82+
ctrpv2,fit_ec50se,460
83+
ctrpv2,fit_einf,460
84+
ctrpv2,fit_hs,460
85+
ctrpv2,fit_ic50,460
86+
ctrpv2,fit_r2,460
87+
fimm,aac,52
88+
fimm,auc,52
89+
fimm,dss,52
90+
fimm,fit_auc,52
91+
fimm,fit_ec50,52
92+
fimm,fit_ec50se,52
93+
fimm,fit_einf,52
94+
fimm,fit_hs,52
95+
fimm,fit_ic50,52
96+
fimm,fit_r2,52
97+
gdscv1,aac,293
98+
gdscv1,auc,293
99+
gdscv1,dss,293
100+
gdscv1,fit_auc,293
101+
gdscv1,fit_ec50,293
102+
gdscv1,fit_ec50se,293
103+
gdscv1,fit_einf,293
104+
gdscv1,fit_hs,293
105+
gdscv1,fit_ic50,293
106+
gdscv1,fit_r2,293
107+
gdscv2,aac,169
108+
gdscv2,auc,169
109+
gdscv2,dss,169
110+
gdscv2,fit_auc,169
111+
gdscv2,fit_ec50,169
112+
gdscv2,fit_ec50se,169
113+
gdscv2,fit_einf,169
114+
gdscv2,fit_hs,169
115+
gdscv2,fit_ic50,169
116+
gdscv2,fit_r2,169
117+
gcsi,aac,43
118+
gcsi,auc,43
119+
gcsi,dss,43
120+
gcsi,fit_auc,43
121+
gcsi,fit_ec50,43
122+
gcsi,fit_ec50se,43
123+
gcsi,fit_einf,43
124+
gcsi,fit_hs,43
125+
gcsi,fit_ic50,43
126+
gcsi,fit_r2,43
127+
prism,aac,1418
128+
prism,auc,1418
129+
prism,dss,1418
130+
prism,fit_auc,1418
131+
prism,fit_ec50,1418
132+
prism,fit_ec50se,1418
133+
prism,fit_einf,1418
134+
prism,fit_hs,1418
135+
prism,fit_ic50,1418
136+
prism,fit_r2,1418
137+
nci60,aac,54654
138+
nci60,auc,54654
139+
nci60,dss,54654
140+
nci60,fit_auc,54654
141+
nci60,fit_ec50,54654
142+
nci60,fit_ec50se,54654
143+
nci60,fit_einf,54654
144+
nci60,fit_hs,54654
145+
nci60,fit_ic50,54654
146+
nci60,fit_r2,54654
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
dataset,num_drugs,aac,abc,auc,dss,fit_auc,fit_ec50,fit_ec50se,fit_einf,fit_hs,fit_ic50,fit_r2,lmm,mRESCIST,published_auc,TGI
2+
beataml,164,X,,X,X,X,X,X,X,X,X,X,,,,
3+
bladder,50,X,,X,X,X,X,X,X,X,X,X,,,,
4+
ccle,24,X,,X,X,X,X,X,X,X,X,X,,,,
5+
colorectal,10,X,,X,X,X,X,X,X,X,X,X,,,,
6+
ctrpv2,459,X,,X,X,X,X,X,X,X,X,X,,,,
7+
fimm,52,X,,X,X,X,X,X,X,X,X,X,,,,
8+
gcsi,44,X,,X,X,X,X,X,X,X,X,X,,,,
9+
gdscv1,294,X,,X,X,X,X,X,X,X,X,X,,,,
10+
gdscv2,171,X,,X,X,X,X,X,X,X,X,X,,,,
11+
liver,76,X,,X,X,X,X,X,X,X,X,X,,,,
12+
mpnst,30,X,X,X,X,X,X,X,X,X,X,X,X,X,,X
13+
nci60,55157,X,,X,X,X,X,X,X,X,X,X,,,,
14+
novartis,25,,X,,,,,,,,,,X,X,,X
15+
pancreatic,25,X,,X,X,X,X,X,X,X,X,X,,,,
16+
prism,1419,X,,X,X,X,X,X,X,X,X,X,,,,
17+
sarcoma,34,,,,,,,,,,,,,,X,
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
dataset,sample_drug_pairs,sample_drug_transcript_pairs,sample_drug_transcriptomics_mutation_pairs,sample_drug_transcriptomics_copynumber_pairs,sample_drug_mutation_copynumber_pairs
2+
beataml,31926.0,4137.0,3958.0,,
3+
bladder,3300.0,840.0,640.0,640.0,3100.0
4+
ccle,11543.0,10887.0,10792.0,10887.0,11118.0
5+
colorectal,140.0,60.0,60.0,60.0,140.0
6+
cptac,,,,,
7+
ctrpv2,309401.0,300507.0,295742.0,299698.0,300616.0
8+
fimm,2663.0,2457.0,2457.0,2457.0,2611.0
9+
gcsi,13398.0,12506.0,12338.0,12506.0,13112.0
10+
gdscv1,247753.0,245220.0,241999.0,241240.0,242570.0
11+
gdscv2,115440.0,114373.0,112829.0,112523.0,113133.0
12+
hcmi,,,,,
13+
liver,4453.0,4453.0,4453.0,4453.0,4453.0
14+
mpnst,272.0,193.0,184.0,191.0,184.0
15+
nci60,2960756.0,2329149.0,2329132.0,2329149.0,2784474.0
16+
novartis,1766.0,1734.0,1734.0,1723.0,1723.0
17+
pancreatic,190.0,190.0,185.0,185.0,185.0
18+
prism,638983.0,632078.0,630672.0,632078.0,636226.0
19+
sarcoma,275.0,234.0,187.0,,

0 commit comments

Comments
 (0)