I am looking for information about the exons that compose each transcript of a specific gene. For example: transcript 1, exons: 1,2,5 transcript2, exons: 1,2,3,4,5,6,7 etc…
I tried to use a gtf table for that. In the table I found:
The exon_id column, which includes way more than the number of exons in this gene (about 200). So I guess that it gives more specific information about variation within exons.
The exon_number column. But it seems that the exons are numbered relatively to each transcript, and not relative to the gene (for example, for transcript 1 with the exons: 1,2,5; the exon numbers in the table would be 1,2,3)
Is there a way to find the exon numbers in each transcript, relative to the gene?
Thank you!
BiomaRt should return exons with their exon rank with respect to the transcript.
Thank you, with respect to the transcript means that the exon numbering will be similar to what I found in the gtf table. Isn't it?