You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new refseq human and mouse genomes, there are many pseudogenes annotated with exons but no transcript (makes sense I guess).
The types.py lists pseudogenes as valid super locuses, so how should we deal with that? I added some code that basically throws the exons away, leaving empty genes that are also discarded later, resulting in many error messages.
The text was updated successfully, but these errors were encountered:
soi
changed the title
How to deal with RefSeq Pseudogenes without transcript?
How to properly deal with RefSeq pseudogenes without transcript?
Apr 6, 2021
In the new refseq human and mouse genomes, there are many pseudogenes annotated with exons but no transcript (makes sense I guess).
The types.py lists pseudogenes as valid super locuses, so how should we deal with that? I added some code that basically throws the exons away, leaving empty genes that are also discarded later, resulting in many error messages.
The text was updated successfully, but these errors were encountered: