This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What Is The Meaning Of The Version() Method Of Bio::Ensembl::Exon?

the method version( ) in the class of Bio::EnsEMBL::Exon will return a result of "1","2","3","4"and so on. Who can tell what is the meaning of these number?Thanks!

ensembl api exon perl

1 answer

Based on the information here http://www.ensembl.org/info/docs/api/core/core_schema.html#exon (click on Show columns), I believe this has to do with whether or not the stable_id for the exon has been changed. The description in the database schema is "Stable identifier version number". I believe that an increment of this version number means that the stable_id for this exon has been updated, perhaps due to additional evidence being provided for that exon, or a change being made to the transcript that warrants an exon stable_id change.

You could also check with the EnsEMBL developer mailing list via dev@ensembl.org OR helpdesk@ensembl.org.

Thanks for your answer !

No problem :-) Let me know if you get anything from EnsEMBL!?

Log in to answer this question.