-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include transcript/protein version in the database #89
Comments
Thanks for your feedback @ccwang002 . I am not storing the version information for the transcripts (and genes, exons etc) in the If you really require that information I could an additional column to the database. I would however then have to update also all |
If we would add this we would have to be consistent and add also the
In the Perl API we would have to use the |
OK, so I will implement this. |
- Modify the perl script to extract the gene and transcript IDs with version from Ensembl (issue #89). - Add columns tx_id_version and gene_id_version to the transcript and gene database tables.
Done - I've to create some |
Updating the
|
@ccwang002 , for the (checked) versions above I have already uploaded updated |
@jotsetung Thank you very much for your help! I was able to get the id versions from the new EnsDbs. By the way, great work for maintaining and developing |
Just an update: I've updated the |
I was using the EnsDb database of Ensembl release 90 from AnnotationHub
AH57757
, and I was wondering if EnsDb can include the transcript version in the database as well.For example, there are 4 transcripts associated with a human gene GATA3,
Instead of just having the transcript ID like
ENST00000481743
andENST00000379328
, it would be nice to have an option to display the transcript version as well, likeENST00000481743.2
andENST00000379328.8
. Sometimes it is quite helpful to have the full version of the transcript so when a project involves multiple versions of Ensembl annotation, it is easier to tell if any transcript annotation has changed. Otherwise, the user has to go back to the transcript GTF to retrieve that information.Thanks again for making this tool.
The text was updated successfully, but these errors were encountered: