I'm trying to figure out what Ensembl means by translated exons, when these are annotated for a gene based on Ensembl API. I notice that the translated exons associated with a transcript are sometimes different from the exons in the transcript. Why is that? Why aren't the translated exons of a transcript a strict subset of the exons in the transcript? Thanks.
In some gene annotation schemes a distinction is made between: (1) exon coordinates of a transcript without regard to coding, and (2) exon coordinates for only the coding portion (i.e. the translated portion).
If the ORF starts within the boundaries of an exon (not right at the beginning), and you represent the coding/translated blocks independently of the exon blocks, you will have the first and last coding exon sharing one but not two coordinates with transcript exons. For all internal exons the coordinates will match up.
This concept, used in Ensembl is similar to that of the GTF file format. Perhaps examining the coordinates of a simple gene in GTF format will be helpful. Four types of coordinate blocks are defined: 'exon' (full exon), 'CDS' (coding portion of exon), 'start' (start codon), and 'stop' (stop codon). Note how for exons 1 and 6 the coordinates for 'exon' and 'CDS' match at only one end. For exons 2-5, the coordinates for 'exon' and 'CDS' match at both ends.
Because biology says that. When a gene is transcribed, a typical mRNA includes the coding exons and other segments as signals and regulatory elements. Those elements are not transcribed into protein, but are exonic elements too.
ADD COMMENT
• link
updated 3.7 years ago by
Ram
44k
•
written 12.2 years ago by
JC
13k
0
Entering edit mode
No. The case I'm referring to is one where the exons that are translated share one but not two coordinates with an exon in the transcript. The transcript is coding. How do you explain this?
ADD REPLY
• link
updated 3.7 years ago by
Ram
44k
•
written 12.2 years ago by
user
▴
950
0
Entering edit mode
exon skipping? can you give more details and Ensembl IDs
ADD REPLY
• link
updated 3.7 years ago by
Ram
44k
•
written 12.2 years ago by
JC
13k
Can you provide a specific example - a pair of links in Ensembl?