-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding Clinvar Accession to TSV input (#146)
- Loading branch information
Showing
6 changed files
with
37 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ASSEMBLY CHROM POS REF ALT OMIM MOI CLIN_SIG KEY gene | ||
GRCh37 10 115614632 A G OMIM:618278 Autosomal recessive inheritance not provided KEY NHLRC2 | ||
ASSEMBLY CHROM POS REF ALT OMIM MOI CLIN_SIG KEY gene ACCESSION | ||
GRCh37 10 115614632 A G OMIM:618278 Autosomal recessive inheritance not provided KEY NHLRC2 SCV1 |
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,2 +1,2 @@ | ||
ASSEMBLY CHROM START STOP SV_TYPE OMIM MOI CLIN_SIG HPO | ||
GRCh38 1 844347 4398122 Deletion Autosomal dominant inheritance not provided HP:0001263 | ||
ASSEMBLY CHROM START STOP SV_TYPE OMIM MOI CLIN_SIG HPO ACCESSION | ||
GRCh38 1 844347 4398122 Deletion Autosomal dominant inheritance not provided HP:0001263 SCV1 |
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