calculate genome intron length
Hi !
I want to study the intron size distribution in the genome from a gtf file. do you have any idea how to do this graphically so I can look at the average intron size? if you have any idea how I can calculate it, I am interested.
Thanks
• 1,153 views
•
link
0 answers
No answers yet.
Log in to answer this question.
I would go hardcore and write a python script, simply collecting -[end of exon N] + [start of exon N+1]