hammad655 Tonic commited on
Commit
279c36a
·
verified ·
0 Parent(s):

Duplicate from seq-to-pheno/TCGA-Cancer-Variant-and-Clinical-Data

Browse files

Co-authored-by: Joseph [open/acc] Pollack <Tonic@users.noreply.huggingface.co>

Files changed (3) hide show
  1. .gitattributes +59 -0
  2. README.md +190 -0
  3. protein_sequences_metadata.tsv +3 -0
.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
56
+ # Video files - compressed
57
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
58
+ *.webm filter=lfs diff=lfs merge=lfs -text
59
+ protein_sequences_metadata.tsv filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license:
5
+ - mit
6
+ task_categories:
7
+ - table-to-text
8
+ task_ids:
9
+ - entity-linking-retrieval
10
+ pretty_name: TCGA Cancer Variant and Clinical Data
11
+ tags:
12
+ - cancer-genomics
13
+ - variant-calling
14
+ - transcriptomics
15
+ - clinical-data
16
+ dataset_info:
17
+ features:
18
+ - name: aliquot_id
19
+ dtype: string
20
+ - name: transcript_id
21
+ dtype: string
22
+ - name: mutated_protein
23
+ dtype: string
24
+ - name: wildtype_protein
25
+ dtype: string
26
+ - name: wgs_aliquot_id
27
+ dtype: string
28
+ - name: Cancer Type
29
+ dtype: string
30
+ - name: Cancer Stage
31
+ dtype: string
32
+ - name: Donor Survival Time
33
+ dtype: float
34
+ - name: Donor Vital Status
35
+ dtype: string
36
+ - name: Donor Age at Diagnosis
37
+ dtype: float
38
+ - name: Tumour Grade
39
+ dtype: string
40
+ - name: Donor Sex
41
+ dtype: string
42
+ - name: Histology Abbreviation
43
+ dtype: string
44
+ config_name: default
45
+ splits:
46
+ - name: train
47
+ num_bytes: 193275290
48
+ num_examples: 80840
49
+ dataset_files:
50
+ - name: protein_sequences_metadata.tsv
51
+ description: >-
52
+ This file contains metadata on protein sequences, including transcript IDs,
53
+ mutated protein sequences, wildtype sequences, and clinical information
54
+ related to cancer studies from TCGA.
55
+ format: tsv
56
+ url: ./protein_sequences_metadata.tsv
57
+ size_categories:
58
+ - 10K<n<100K
59
+ ---
60
+
61
+ # TCGA Cancer Variant and Clinical Data
62
+
63
+ ## Dataset Description
64
+
65
+ This dataset combines genetic variant information at the protein level with clinical data from The Cancer Genome Atlas (TCGA) project, curated by the International Cancer Genome Consortium (ICGC). It provides a comprehensive view of protein-altering mutations and clinical characteristics across various cancer types.
66
+
67
+ ### Dataset Summary
68
+
69
+ The dataset includes:
70
+
71
+ - Protein sequence data for both mutated and wildtype proteins
72
+ - Clinical data for each patient, including cancer type, stage, survival time, and demographic information
73
+ - Unique identifiers linking genomic data to clinical information
74
+
75
+ ### Supported Tasks and Leaderboards
76
+
77
+ This dataset can support various tasks in cancer genomics and precision medicine, including:
78
+
79
+ - Analysis of protein-altering mutations and their impact on cancer progression
80
+ - Correlation studies between specific protein mutations and clinical outcomes
81
+ - Cancer subtype classification based on genetic and clinical features
82
+ - Survival analysis incorporating genetic and clinical data
83
+ - Identification of potential biomarkers for cancer prognosis or treatment response
84
+
85
+ ### Languages
86
+
87
+ The dataset is in English, but primarily consists of protein sequences, numerical data, and standardized clinical terms.
88
+
89
+ ## Dataset Structure
90
+
91
+ ### Data Instances
92
+
93
+ Each row in the dataset represents a unique combination of a patient sample and a transcript. Here's an example entry:
94
+
95
+ ```sh
96
+ {
97
+ 'aliquot_id': '8fb9496e-ddb8-11e4-ad8f-5ed8e2d07381',
98
+ 'transcript_id': 'ENST00000512632',
99
+ 'mutated_protein': 'MACPALGLEALQPLQPEPPPE...', # (truncated for brevity)
100
+ 'wildtype_protein': 'MACPALGLEALQPLQPEPPPE...', # (truncated for brevity)
101
+ 'wgs_aliquot_id': '80ab6c08-c622-11e3-bf01-24c6515278c0',
102
+ 'Cancer Type': 'Liver Cancer - RIKEN, JP',
103
+ 'Cancer Stage': '2',
104
+ 'Donor Survival Time': 1440.0,
105
+ 'Donor Vital Status': 'deceased',
106
+ 'Donor Age at Diagnosis': 67.0,
107
+ 'Tumour Grade': 'I',
108
+ 'Donor Sex': 'male',
109
+ 'Histology Abbreviation': 'Liver-HCC'
110
+ }
111
+ ```
112
+
113
+ ### Data Fields
114
+
115
+ - `aliquot_id`: Unique identifier for the RNA sequencing sample
116
+ - `transcript_id`: Ensembl transcript ID
117
+ - `mutated_protein`: Amino acid sequence of the mutated protein
118
+ - `wildtype_protein`: Amino acid sequence of the wildtype (non-mutated) protein
119
+ - `wgs_aliquot_id`: Identifier for the whole genome sequencing data
120
+ - `Cancer Type`: Type and origin of the cancer
121
+ - `Cancer Stage`: Stage of the cancer at diagnosis
122
+ - `Donor Survival Time`: Survival time of the patient in days
123
+ - `Donor Vital Status`: Whether the patient is alive or deceased
124
+ - `Donor Age at Diagnosis`: Age of the patient at diagnosis
125
+ - `Tumour Grade`: Grade of the tumor
126
+ - `Donor Sex`: Sex of the patient
127
+ - `Histology Abbreviation`: Abbreviation for the cancer histology
128
+
129
+ ### Data Splits
130
+
131
+ This dataset does not have explicit splits. All data is contained in a single table.
132
+
133
+ ## Dataset Creation
134
+
135
+ ### Source Data
136
+
137
+ The dataset was derived from the following ICGC/TCGA sources:
138
+
139
+ 1. Normalized transcript expression data:
140
+
141
+ ```r
142
+ s3://icgc25k-open/PCAWG/transcriptome/transcript_expression/pcawg.rnaseq.transcript.expr.tpm.tsv.gz
143
+ ```
144
+
145
+ 2. Metadata linked to aliquot_id:
146
+
147
+ ```r
148
+ s3://icgc25k-open/PCAWG/transcriptome/metadata/rnaseq.extended.metadata.aliquot_id.V4.tsv.gz
149
+ ```
150
+
151
+ 3. SNV and Indel data:
152
+
153
+ ```r
154
+ s3://icgc25k-open/PCAWG/consensus_snv_indel/final_consensus_snv_indel_passonly_icgc.public.tgz
155
+ ```
156
+
157
+ ### Data Processing
158
+
159
+ The data processing involved several steps:
160
+
161
+ 1. Downloading and extracting the source files
162
+ 2. Parsing VCF files to extract variant information
163
+ 3. Translating DNA variants to protein sequences
164
+ 4. Combining the protein sequence data with clinical data
165
+
166
+ The script `set_tcga_data.py` was used to perform these processing steps.
167
+
168
+ ## Additional Information
169
+
170
+ ### Dataset Curators
171
+
172
+ This dataset was curated by [Your Name/Organization] based on data from the ICGC/TCGA Pan-Cancer Analysis of Whole Genomes (PCAWG) project.
173
+
174
+ ### Licensing Information
175
+
176
+ This dataset is released under the MIT License. Please note that usage of the source TCGA data may be subject to additional terms and conditions.
177
+
178
+ ### Citation Information
179
+
180
+ If you use this dataset, please cite:
181
+
182
+ [Your citation information]
183
+
184
+ And also cite the original PCAWG project:
185
+
186
+ The ICGC/TCGA Pan-Cancer Analysis of Whole Genomes Consortium. Pan-cancer analysis of whole genomes. Nature 578, 82–93 (2020). https://doi.org/10.1038/s41586-020-1969-6
187
+
188
+ ### Contributions
189
+
190
+ Thanks to the ICGC/TCGA Pan-Cancer Analysis of Whole Genomes (PCAWG) consortium for making the original data available.
protein_sequences_metadata.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90f134a93301434e629d412aa031b15e14ec9c25df0f4346dda29860530da2a0
3
+ size 190843404