@@ -40,7 +40,7 @@ class Transcript:
4040 exons: A list of `genome.Interval`s representing exons within transcript.
4141 Each `Transcript` must contain exons.
4242 cds: An optional list of `genome.Interval`s representing coding sequences
43- (CDS) within a transcript. CDS include start codon and exclude top codon.
43+ (CDS) within a transcript. CDS include start codon and exclude stop codon.
4444 start_codon: An optional list of `genome.Interval`s representing a single
4545 start codon. Start codons can be split by introns, therefore might have
4646 more than one genomic interval. Some coding transcripts are missing start
@@ -50,7 +50,7 @@ class Transcript:
5050 than one genomic interval. Some transcripts coding transcripts are missing
5151 stop codons, e.g., ENST00000574051.5.
5252 transcript_id: An optional string representing a transcript id.
53- gene_id: An optional string representing a protein id.
53+ gene_id: An optional string representing a gene id.
5454 protein_id: An optional string representing a protein id which is encoded by
5555 the transcript.
5656 uniprot_id: An optional UniprotKB-AC id string.
@@ -83,9 +83,9 @@ class Transcript:
8383 transcript or UTRs can be split by introns.
8484 splice_regions: a list of splice regions within a transcript.
8585 splice_donor_sites: a list of splice donor sites. Commonly, the RNA sequence
86- that is removed ends with AG at its 3 ′ end.
86+ that is removed begins with the dinucleotide GU at its 5 ′ end.
8787 splice_acceptor_sites: a list of splice acceptor sites. Commonly, the RNA
88- sequence that is removed begins with the dinucleotide GU at its 5 ′ end.
88+ sequence that is removed ends with AG at its 3 ′ end.
8989 splice_donors: a list of splice donors. The first nucleotide of the intron
9090 (0-based).
9191 splice_acceptors: a list of splice acceptors. The last nucleotide of the
0 commit comments