-
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.
Adding crc study with updates (#1866)
* Adding crc study with updates * Study edits * Patient file edit --------- Co-authored-by: RAlhamad <[email protected]> Co-authored-by: Ramya Madupuri <[email protected]>
- Loading branch information
1 parent
43ad936
commit 4d8cef4
Showing
20 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
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,4 @@ | ||
cancer_study_identifier: crc_eo_2020 | ||
genetic_alteration_type: CLINICAL | ||
datatype: PATIENT_ATTRIBUTES | ||
data_filename: data_clinical_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,4 @@ | ||
cancer_study_identifier: crc_eo_2020 | ||
genetic_alteration_type: CLINICAL | ||
datatype: SAMPLE_ATTRIBUTES | ||
data_filename: data_clinical_sample.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,8 @@ | ||
cancer_study_identifier: crc_eo_2020 | ||
genetic_alteration_type: COPY_NUMBER_ALTERATION | ||
stable_id: cna | ||
show_profile_in_analysis_tab: true | ||
profile_name: Copy Number Alterations | ||
profile_description: Copy number alterations from targeted sequencing via MK-IMPACT on Illumina HiSeq sequencers. | ||
datatype: DISCRETE | ||
data_filename: data_cna.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,6 @@ | ||
cancer_study_identifier: crc_eo_2020 | ||
reference_genome_id: hg19 | ||
genetic_alteration_type: COPY_NUMBER_ALTERATION | ||
datatype: SEG | ||
description: Somatic CNA data (copy number ratio from tumor samples minus ratio from matched normals). | ||
data_filename: data_cna_hg19.seg |
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,4 @@ | ||
cancer_study_identifier: crc_eo_2020 | ||
data_filename: data_gene_panel_matrix.txt | ||
genetic_alteration_type: GENE_PANEL_MATRIX | ||
datatype: GENE_PANEL_MATRIX |
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,8 @@ | ||
cancer_study_identifier: crc_eo_2020 | ||
stable_id: mutations | ||
profile_name: Mutations | ||
profile_description: Targeted sequencing of early and average onset colorectal cancer via MSK-IMPACT on Illumina HiSeq sequencers. | ||
genetic_alteration_type: MUTATION_EXTENDED | ||
datatype: MAF | ||
show_profile_in_analysis_tab: true | ||
data_filename: data_mutations.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,7 @@ | ||
type_of_cancer: bowel | ||
cancer_study_identifier: crc_eo_2020 | ||
name: Colorectal Cancer (MSK, JNCI 2021) | ||
short_name: CRC (MSK, 2021) | ||
description: Targeted sequencing of 1,516 samples from 818 patients with early onset and 698 patients with average onset colorectal cancer and their matched normals. | ||
citation: Cercek et al. JNCI 2021 | ||
pmid: 34405229 |
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,8 @@ | ||
cancer_study_identifier: crc_eo_2020 | ||
genetic_alteration_type: STRUCTURAL_VARIANT | ||
datatype: SV | ||
stable_id: structural_variants | ||
show_profile_in_analysis_tab: true | ||
profile_name: Structural variants | ||
profile_description: Structural Variant Data. | ||
data_filename: data_sv.txt |