-
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.
fix (callVariant): hybrid node not identified if the variant is in th…
…e of an exon. #782
- Loading branch information
Showing
10 changed files
with
166 additions
and
4 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
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 @@ | ||
chrF . gene 1 2052 . + . gene_id FAKEG00000594; transcript_id FAKET00000594; protein_id FAKEP00000594; | ||
chrF . transcript 1 2052 . + . gene_id FAKEG00000594; transcript_id FAKET00000594; protein_id FAKEP00000594; is_protein_coding false; | ||
chrF . exon 1 128 . + . gene_id FAKEG00000594; transcript_id FAKET00000594; protein_id FAKEP00000594; | ||
chrF . exon 448 550 . + . gene_id FAKEG00000594; transcript_id FAKET00000594; protein_id FAKEP00000594; | ||
chrF . exon 923 979 . + . gene_id FAKEG00000594; transcript_id FAKET00000594; protein_id FAKEP00000594; | ||
chrF . exon 1387 1402 . + . gene_id FAKEG00000594; transcript_id FAKET00000594; protein_id FAKEP00000594; | ||
chrF . exon 1829 2052 . + . gene_id FAKEG00000594; transcript_id FAKET00000594; protein_id FAKEP00000594; |
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,14 @@ | ||
CRPSSNIECRTWSVGYYRSPLCR | ||
KGFSRSTDNDWMSGAPTLMAGVVNK | ||
MCRPSSNIECRTWSVGYYRSPLCR | ||
MPEVPYAGSPLCR | ||
MPEVPYAGSPLCRK | ||
MPEVPYAR | ||
MPEVPYARSPLCQK | ||
PEVPYAGSPLCR | ||
PEVPYAGSPLCRK | ||
PEVPYAR | ||
PEVPYARSPLCQK | ||
SPLCRKGFSR | ||
TWSVGYYRSPLCR | ||
TWSVGYYRSPLCRK |
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,25 @@ | ||
##fileformat=VCFv4.2 | ||
##mopepgen_version=1.2.1 | ||
##parser=parseCIRCexplorer | ||
##reference_index= | ||
##genome_fasta= | ||
##annotation_gtf= | ||
##source= | ||
##CHROM=<Description="Gene ID"> | ||
##INFO=<ID=TRANSCRIPT_ID,Number=1,Type=String,Description="Transcript ID"> | ||
##INFO=<ID=GENE_SYMBOL,Number=1,Type=String,Description="Gene Symbol"> | ||
##INFO=<ID=GENOMIC_POSITION,Number=1,Type=String,Description="Genomic Position"> | ||
##INFO=<ID=OFFSET,Number=+,Type=Integer,Description="Offsets of fragments (exons or introns)"> | ||
##INFO=<ID=LENGTH,Number=+,Type=Integer,Description="Lengths of fragments (exons or introns)"> | ||
##INFO=<ID=INTRON,Number=+,Type=Integer,Description="Indices of fragments that are introns"> | ||
##INFO=<ID=START,Number=1,Type=Integer,Description="Start Position"> | ||
##INFO=<ID=END,Number=1,Type=Integer,Description="End Position"> | ||
##INFO=<ID=DONOR_START,Number=1,Type=Integer,Description="Donor Start Position"> | ||
##INFO=<ID=DONOR_END,Number=1,Type=Integer,Description="Donor End Position"> | ||
##INFO=<ID=COORDINATE,Number=1,Type=String,Description="Coordinate for Insertion or Substitution"> | ||
##INFO=<ID=ACCEPTER_GENE_ID,Number=1,Type=String,Description="3' Accepter Transcript's Gene ID"> | ||
##INFO=<ID=ACCEPTER_TRANSCRIPT_ID,Number=1,Type=String,Description="3' Accepter Transcript's Transcript ID"> | ||
##INFO=<ID=ACCEPTER_POSITION,Number=1,Type=Integer,Description="Position of the break point of the 3' accepter transcript"> | ||
##POS=<Description="Gene coordinate of circRNA start"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO | ||
FAKEG00000594 1386 CIRC-FAKET00000594-E4 . . . . OFFSET=0;LENGTH=16;INTRON=;TRANSCRIPT_ID=FAKET00000594;GENE_SYMBOL=;GENOMIC_POSITION=chrF:1386 |
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,24 @@ | ||
##fileformat=VCFv4.2 | ||
##mopepgen_version=1.2.1 | ||
##parser=parseVEP | ||
##reference_index= | ||
##genome_fasta= | ||
##annotation_gtf= | ||
##source= | ||
##CHROM=<Description="Gene ID"> | ||
##INFO=<ID=TRANSCRIPT_ID,Number=1,Type=String,Description="Transcript ID"> | ||
##INFO=<ID=GENE_SYMBOL,Number=1,Type=String,Description="Gene Symbol"> | ||
##INFO=<ID=GENOMIC_POSITION,Number=1,Type=String,Description="Genomic Position"> | ||
##INFO=<ID=OFFSET,Number=+,Type=Integer,Description="Offsets of fragments (exons or introns)"> | ||
##INFO=<ID=LENGTH,Number=+,Type=Integer,Description="Lengths of fragments (exons or introns)"> | ||
##INFO=<ID=INTRON,Number=+,Type=Integer,Description="Indices of fragments that are introns"> | ||
##INFO=<ID=START,Number=1,Type=Integer,Description="Start Position"> | ||
##INFO=<ID=END,Number=1,Type=Integer,Description="End Position"> | ||
##INFO=<ID=DONOR_START,Number=1,Type=Integer,Description="Donor Start Position"> | ||
##INFO=<ID=DONOR_END,Number=1,Type=Integer,Description="Donor End Position"> | ||
##INFO=<ID=COORDINATE,Number=1,Type=String,Description="Coordinate for Insertion or Substitution"> | ||
##INFO=<ID=ACCEPTER_GENE_ID,Number=1,Type=String,Description="3' Accepter Transcript's Gene ID"> | ||
##INFO=<ID=ACCEPTER_TRANSCRIPT_ID,Number=1,Type=String,Description="3' Accepter Transcript's Transcript ID"> | ||
##INFO=<ID=ACCEPTER_POSITION,Number=1,Type=Integer,Description="Position of the break point of the 3' accepter transcript"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO | ||
FAKEG00000594 1401 FAKEG00000594-1400-A-G A G . . TRANSCRIPT_ID=FAKET00000594;GENOMIC_POSITION=chrF-1400:1401;GENE_SYMBOL= |
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,36 @@ | ||
>chrF | ||
TTTTCCGCTTGACGCAATGTCCCATTTTTTGATATGATAATTTGCGGATGTGAAAAACAA | ||
GTCCATCCCCTGCAGCTCTGACTTCATCTTAAGATATGGGAACGCGACCGCAATCCTGCG | ||
GCCTCTCGAGAGACGCGCCCGATAGTGGGCCATTTGCTAAGGTCGAGGCTGTCTCCAACT | ||
GGGATGCTGGGGGGGTCAGCGATGCCTATAGTGGAATGAACGTCCTCGGATGGACAGTAA | ||
GGCGTTAGTATAAAACCGCACATCGTACCTTTAGGCTTTCACGCCAATCCAGATCTCCTT | ||
CTACGCCGGTGAATCTGAAGCCACCCTGGTCATGGTGCACCTTATTCCACGACCAGGTCT | ||
CAACTATCCCAGCGATATAGCTATAGGAATCATCTATTTCCTATCCGCGGCTCGTTCCAA | ||
CTCCTTTAAGCGCGGACAACTGTTTCTTAAAGAACAGAGGCGTCGAATTTACCGGGTGAA | ||
TTTCAGAAAGTCTACAGTCAGAGACTTGGTATTCCTCACTGTGAAAGACCCAAGTTCCAT | ||
GACGCTTTTCAGCATGCAAGCAGTTTGTGGCTCCCCAGGCCAGTATTGTGATTAATGCGC | ||
GTTCCATGACACTTTACTTTGCCGGACTTAATGACCACGTGGTCTTTTGTCCACACCTTG | ||
CGAAAGTCTAAAAGCACTCTGGTTAGAGCAGAAAAGCGGAGCCGACTATCAAGGTAACTT | ||
TTGAGACATAGCGTAATCCGGATAGTTCAGCTACCAGTTACGCACCGCATCTGTTGTTCC | ||
TCGACGCTCACTCCAGTCGGAGCAAAAAAATGGTCCCGTTGCCAACACGGACGAGAGCGT | ||
TGTTGGAGATACCTGCTTAATCCCTTCACTACACACTATATAATAATCATATAGAGCCCT | ||
TCGACAACGCGCTTATCTTTCTAATGTGCCGGCCTTCCTCTAACATTGAGTGCCGCACAT | ||
GGTCTGTCGGATATTACCGCATGATCGCTCTAGCCTCTAGCTATCGAATGAGTCAGGAAG | ||
CGGCGCCCCCGTCGTGCCCTGTGTTGAGGCTCCCGAATTTTCGTCGCCGATAACACACTT | ||
GGACGGATACCAGATCTGAATAGTTTGGTTTTCATGCAACCTGTAAATCTATAGAGACGA | ||
TCCATTACGTGTCCCCAGGCAGCCGTCATAGGCTGCCACTTGGGTACTCGCTAACGTGAA | ||
GGTCCTTCTGTGCTCTGTATATTGACTAAGGTTTGTCGCACCTCACAAGGTTACGTCCTG | ||
TCTAAAAATGTCCGCATTGATCAGCTTTTGGTCTTTCATCGGGACTCTCCACTATTCTGC | ||
CACCCCGGCACTTTACGCGACCTGCAAGCTGCTGGGCATGCTAGGTATGCTGTCGGCATC | ||
GTAGGGAAGTCCCTTATGCCAGGTCGTACCGTCGTTTGTCACCGGCAAATTCTTGAGGCA | ||
AGTAATCTGACGAGTTAGCCCACAAGCATACACGACACGTCAAGGATCGGACGCCCACGA | ||
GTGGAGTTTGATGTGGCCCAACTCTCATGTTTGCCCCGTGCTTGACGCTGCGCGCGATAT | ||
TGCGATACGCAACGAACCTGCAAGATCCGAAAACGACTTATGAAGTGAACACCGAAAGAG | ||
CGACATCAAGTCCTATCTCATCGGAGATCCTAGTTGTTTCCTCCATTGTGATCGGCTTAT | ||
AGTCGTACTACTATTCTAACGCCTCTCAGCCTGAGGGTGTCGCGGTGACGACCCCAGGAG | ||
ACTCCAAAATTGAGCCCTGATAGGCCAACGGATTGGAGATCGTTCAGCACCAGGAGCTGG | ||
CGGCTCGACTACAGTGAATGACGACCGGAAAGGTTTCTCTCGATCAACCGACAATGACTG | ||
GATGAGTGGAGCTCCTACCCTGATGGCCGGAGTAGTCAATAAAAAAGGGTAACCTCGTAC | ||
CGTGTTTCCCTCGCAAAAGGTATATCACATAGCCTGTCTAGTGTAGTGACTCACTCCAAC | ||
TTATCAAATTTGATCCGTCTCACTCATTAAACGCGGCTTTCGGCAGAGGGACCGTGATCT | ||
CGTTTACTTCGC |
Empty file.
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