Skip to content

Commit

Permalink
moved polymorphic_pseudogene to noncoding biotype group
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed May 27, 2016
1 parent 53eb759 commit 4854373
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions pyensembl/__init__.py
Expand Up @@ -35,8 +35,7 @@
)
from .transcript import Transcript

__version__ = '0.8.14'

__version__ = '0.9.0'

_cache = {}

Expand Down
20 changes: 10 additions & 10 deletions pyensembl/biotypes.py
Expand Up @@ -217,13 +217,7 @@
'non_stop_decay',
# ordinary protein coding transcript
'protein_coding',
# usually a non-coding pseudogene but can be translated in some individuals
# depending on common genetic variation
'polymorphic_pseudogene',
# Otherwise viable coding region omitted from this alternatively spliced
# transcript because the splice variation affects a region coding for a
# protein domain.
'disrupted_domain',

# Gene in a "Locus Reference Genomic" region known to have disease-related
# sequence variations.
'LRG_gene',
Expand All @@ -237,9 +231,6 @@


coding_pseudogenes = {
# TODO: why is disrupted_domain a pseudogene rather than
# a translated protein we expect to be dysfunctional?
'disrupted_domain',
'IG_C_pseudogene',
'IG_J_pseudogene',
'IG_pseudogene',
Expand All @@ -263,6 +254,15 @@
'translated_unprocessed_pseudogene',
# pseudogene owing to a reverse transcribed and re-inserted sequence.
"retrotransposed",
# usually a non-coding pseudogene but can be translated in some individuals
# depending on common genetic variation
'polymorphic_pseudogene',
# Otherwise viable coding region omitted from this alternatively spliced
# transcript because the splice variation affects a region coding for a
# protein domain.
# TODO: why is disrupted_domain a pseudogene rather than
# a translated protein we expect to be dysfunctional?
'disrupted_domain',
}

long_noncoding = {
Expand Down

0 comments on commit 4854373

Please sign in to comment.