How to find polyA sites from gtf/gff?
I need a list of polyA site positions. For instance, I extracted TSS positions from a gtf file by taking the starting position of all transcript features. Would the end position of the transcript be the polyA site?
• 2,770 views
•
link
3 answers
Many gtf files contain the coordinates for the 3'UTR, too (check the 3rd column). Its end coordinate might be a suitable proxy.
• 1 views
•
link
Looking for something similar and I found:
https://polyasite.unibas.ch/atlas
http://www.ensembl.org/info/docs/Doxygen/core-api/classBio_1_1EnsEMBL_1_1Utils_1_1PolyA.html
• 0 views
•
link
Log in to answer this question.