This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Meaning of start codon not made of 3 consecutive bases?

Reading a gtf file I noticed that some transcripts have 2 lines with start codons, but it looks like there are not 2 different start codons but only one where the bases are not consecutive, what is happening? enter image description here

In this image you can see one start codon is from 7771384 to 7771385 and the other 7773442. The open reading frame starts at the start codon, would it start at 7771384 or 7773442 in this case?

start

2 answers

Remember how translation comes after splicing.

The coordinates that you see are relative to the genome.

In your case, the region that forms the start codon spans a splice junction. The start codon is continuous relative to the transcript, it is just not continuous relative to the genome.

Note the "phase" as being 1 in the second annotation, it shows how the same codon is being continued.

start codon is split in two by a splicing site.

https://www.ensembl.org/Homo_sapiens/Transcript/Exons?db=core;g=ENSG00000049245;r=1:7771296-7781432;t=ENST00000054666 .

Log in to answer this question.