broadinstitute / oncotator

Other
67 stars 32 forks source link

Why is there a transcript coordinate difference between positive and negative strand transcripts? #282

Closed alexramos closed 9 years ago

alexramos commented 9 years ago

Positive strand transcript coords start with index 1, while Negative strand transcripts start with 0.

This can be seen on the web app

positive strand transcript: http://www.broadinstitute.org/oncotator_beta/transcript/ENST00000275493.2/

negative strand transcript http://www.broadinstitute.org/oncotator_beta/transcript/ENST00000288602.6/

LeeTL1220 commented 9 years ago

This has to do with how transcript exons are encoded and how python treats start and end positions.