-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CT Scans for all TCGA Pancan (#2015)
Add OHIF Viewer for all TCGA pancan studies. Add docs of how they were generated Co-authored-by: Ramya Madupuri <[email protected]>
- Loading branch information
Showing
125 changed files
with
393 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# OHIF Viewer for TCGA CT Scans | ||
OHIF URLs for CT Scans were obtained from the Imaging Data Commons and added as | ||
resource data to all tcga_pan_can_2018 studies, | ||
|
||
## Steps | ||
### 1. Download Data from IDC | ||
|
||
Go to IDC and select TCGA -> CT Scans. Download a manifest with all the links to ~/Downloads/idc_ohif.tsv. | ||
|
||
### 2. Curate coadread_tcga semi-manually | ||
|
||
Add all *resource* files for coad and read data and link patients to samples. This was done semi-manually. | ||
|
||
### 3. Do the rest using a command one liner | ||
|
||
Generate them for the rest: | ||
```bash | ||
for f in $(cut -f2 ~/Downloads/idc_ohif.tsv | gsort | uniq | grep tcga_ | grep -v Filters | grep -v coad | grep -v read); do (head -1 coadread_tcga_pan_can_atlas_2018/data_resource_patient.txt; cut -f1,2,4 ~/Downloads/idc_ohif.tsv | tail -n +9 | grep $f | cut -f1,3 | awk -vFS='\t' -vOFS='\t' '{$1=substr($1,0,12); $3="https://viewer.imaging.datacommons.cancer.gov/viewer/"$2; $2="IDC_OHIF_V2"; print $0}' | gsort -k1,1 | uniq | rev | uniq -f2 | rev; ) > ${f/tcga_/}_tcga_pan_can_atlas_2018/*data_resource*patient*; done | ||
``` | ||
|
||
Note: there are a few patients that have multiple CT Scans. Not entirely sure what the difference is, the above command just selects the first one |
3 changes: 3 additions & 0 deletions
3
public/acc_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/acc_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: acc_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: acc_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/blca_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/blca_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/blca_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: blca_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/blca_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: blca_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/brca_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/brca_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/brca_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: brca_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/brca_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: brca_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/cesc_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/cesc_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/cesc_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: cesc_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/cesc_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: cesc_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/chol_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/chol_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/chol_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: chol_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/chol_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: chol_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/dlbc_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/dlbc_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/dlbc_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: dlbc_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/dlbc_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: dlbc_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/esca_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/esca_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/esca_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: esca_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/esca_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: esca_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/gbm_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/gbm_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: gbm_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: gbm_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/hnsc_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/hnsc_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/hnsc_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: hnsc_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/hnsc_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: hnsc_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/kich_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/kich_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/kich_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: kich_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/kich_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: kich_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/kirc_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/kirc_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/kirc_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: kirc_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/kirc_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: kirc_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/kirp_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/kirp_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/kirp_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: kirp_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/kirp_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: kirp_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/laml_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/laml_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/laml_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: laml_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/laml_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: laml_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/lgg_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/lgg_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: lgg_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: lgg_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/lihc_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/lihc_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/lihc_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: lihc_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/lihc_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: lihc_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/luad_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/luad_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/luad_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: luad_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/luad_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: luad_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/lusc_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/lusc_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/lusc_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: lusc_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/lusc_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: lusc_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/meso_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/meso_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/meso_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: meso_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/meso_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: meso_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/ov_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/ov_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: ov_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: ov_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/paad_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/paad_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/paad_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: paad_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/paad_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: paad_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/pcpg_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/pcpg_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/pcpg_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: pcpg_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/pcpg_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: pcpg_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/prad_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/prad_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/prad_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: prad_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/prad_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: prad_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/sarc_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/sarc_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/sarc_tcga_pan_can_atlas_2018/meta_resource_definition.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: sarc_tcga_pan_can_atlas_2018 | ||
resource_type: DEFINITION | ||
data_filename: data_resource_definition.txt |
3 changes: 3 additions & 0 deletions
3
public/sarc_tcga_pan_can_atlas_2018/meta_resource_patient.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cancer_study_identifier: sarc_tcga_pan_can_atlas_2018 | ||
resource_type: PATIENT | ||
data_filename: data_resource_patient.txt |
3 changes: 3 additions & 0 deletions
3
public/skcm_tcga_pan_can_atlas_2018/data_resource_definition.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
public/skcm_tcga_pan_can_atlas_2018/data_resource_patient.txt
Git LFS file not shown
Oops, something went wrong.