Skip to content

Commit

Permalink
VEP has "lncRNA"/"lincRNA" with different genomes (#249)
Browse files Browse the repository at this point in the history
Recent versions of VEP appear to label them "lincRNA" under GRCh37, and "lncRNA" under GRCh38.  

Their test suite also refers to both "lincRNA" and some "lncRNA":  

https://github.com/Ensembl/ensembl-vep/blob/4e307dea15d2c91719bd76aae3315d438dbb072c/t/AnnotationSource_File_GFF.t
  • Loading branch information
alanhoyle authored Jul 20, 2020
1 parent e372cf1 commit cd51d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vcf2maf.pl
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ sub GetBiotypePriority {
'scaRNA' => 3, # Non-coding RNA predicted using sequences from RFAM and miRBase
'rRNA' => 3, # Non-coding RNA predicted using sequences from RFAM and miRBase
'lincRNA' => 3, # Long, intervening noncoding (linc) RNAs, that can be found in evolutionarily conserved, intergenic regions
'lncRNA' => 3, # Long, noncoding (lnc) RNAs
'bidirectional_promoter_lncrna' => 3, # A non-coding locus that originates from within the promoter region of a protein-coding gene, with transcription proceeding in the opposite direction on the other strand
'bidirectional_promoter_lncRNA' => 3, # A non-coding locus that originates from within the promoter region of a protein-coding gene, with transcription proceeding in the opposite direction on the other strand
'known_ncrna' => 4,
Expand Down

0 comments on commit cd51d65

Please sign in to comment.