-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2408 from opencb/TASK-5618
TASK-5618 - Port Patch 1.10.2 -> 2.0.0
- Loading branch information
Showing
94 changed files
with
845 additions
and
1,074 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 |
---|---|---|
@@ -1,55 +1,6 @@ | ||
README | ||
|
||
|
||
In this folder, users should store external files to be used by some OpenCGA analysis. | ||
|
||
1) roleInCancer.txt[.gz] | ||
|
||
This file is used by interpretation clinical analysis, e.g., Tiering and TEAM analysis. | ||
|
||
It stores those genes which contain mutations that have been casually implicated in cancer. This information can be downloaded | ||
from the Cancer Gene Census (CGC) at https://cancer.sanger.ac.uk/census | ||
|
||
The file consists of two tab-separated columns: the first one contains the gene name, and the second, the role in cancer, i.e.: oncogne, | ||
TSG, fusion. In addition, lines starting with # are considered comments and will be ignored. | ||
|
||
Sample of a roleInCancer file: | ||
|
||
#Gene name Role in Cancer | ||
A1CF oncogene | ||
ABI1 TSG, fusion | ||
ABL1 oncogene, fusion | ||
ABL2 oncogene, fusion | ||
ACKR3 oncogene, fusion | ||
ACSL3 fusion | ||
... | ||
... | ||
|
||
|
||
2) actionableVariants_xxx.txt[.gz] where xxx = assembly, e.g.: grch37 | ||
|
||
This file is used by interpretation clinical analysis, e.g., TEAM analysis. | ||
|
||
It stores variants that were identified as clinically actionable variants. The file consists of the following twelve tab-separated columns: | ||
- Chromosome | ||
- Start | ||
- Stop | ||
- Reference allele | ||
- Alternate allele | ||
- dbSNP ID | ||
- ClinVar Variant ID | ||
- HGVS | ||
- Phenotype list | ||
- Clinical significance | ||
- Review status | ||
- Submitter categories | ||
|
||
In addition, lines starting with # are considered comments and will be ignored. | ||
|
||
Sample fo an actionableVariants file: | ||
|
||
#Chromosome Start Stop ReferenceAllele AlternateAllele dbSNP ID ClinVar Variant ID hgvs PhenotypeList ClinicalSignificance ReviewStatus SubmitterCategories | ||
2 47702269 47702269 C T rs28929483 1753 NM_000251.2(MSH2):c.1865C>T (p.Pro622Leu) Hereditary cancer-predisposing syndrome;Hereditary nonpolyposis colon cancer;Lynch syndrome;Lynch syndrome I Pathogenic reviewed by expert panel 3 | ||
2 47657020 47657020 C T rs63751108 1755 NM_000251.2(MSH2):c.1216C>T (p.Arg406Ter) Carcinoma of colon;Hereditary cancer-predisposing syndrome;Hereditary nonpolyposis colon cancer;Lynch syndrome;Lynch syndrome I;not provided Pathogenic reviewed by expert panel 3 | ||
... | ||
... | ||
This directory is designated for OpenCGA analyses to download the necessary external data. | ||
For instance, during the first Exomiser analysis, the files '2109_hg38.zip' and '2109_phenotype.zip' will be downloaded | ||
from the OpenCGA analysis URL and stored in the 'exomiser' folder within this directory. Subsequent Exomiser analyses will | ||
then access this folder to read these files. |
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
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
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
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
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
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
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
Oops, something went wrong.