This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Working Out The Number Of Introns In A Gene Given The Number Of Exons

Hi I'm examining a genome from Ensembl, and its pretty simple the work out the number of exons per gene from that data, but working out the introns from that has me a bit confused, Is it simply the number of exons minus 1? or is it the same? Thanks

intron

1 answer

[This being biology there is probably a counterexample, and this will turn out to be a trick question ]

I'd say it is N_{exomes} - 1. The Wikipedia page says that the 5' and 3' UTR regions are included in the two boundary exons:

Gene structure

[edit: typos]

The only part you should be careful about is making the distinction between the number of exons in a transcript (ie, one isoform of a gene) and the gene itself. With alternative splicing, these numbers are not always equal.

This diagram may not be complete, as UTRs can also have introns.

Yes. +1 for Eric's comment. If you want the number of introns for a "gene" (locus) you will need to add together the (unique) introns on a transcript-by-transcript basis. Most genes have multiple transcripts and there are many ways that transcripts can differ such that some introns will be shared between transcripts, some will be unique and some will be overlapping. Given the latter, you will need to compare coordinates to determine uniqueness of introns.

Log in to answer this question.