Skip to main content

Module transcript

Module transcript 

Source
Expand description

Transcript and exon models

§Coordinate System

All coordinates in this module are 1-based inclusive:

FieldBasisNotes
Exon.start, Exon.end1-basedTranscript coordinates (inclusive)
Exon.genomic_start, Exon.genomic_end1-basedGenomic coordinates (inclusive)
Intron.genomic_start, Intron.genomic_end1-basedFirst/last intronic base
Transcript.cds_start, Transcript.cds_end1-basedCDS boundaries in transcript space

For type-safe coordinate handling, see crate::coords.

Structs§

Exon
An exon in a transcript
Intron
An intron between two exons
IntronPosition
Position within an intron
Transcript
A transcript with its exon structure and sequence

Enums§

GenomeBuild
Genome build/assembly version
IntronBoundary
Which boundary of an intron a position is relative to
ManeStatus
MANE (Matched Annotation from NCBI and EBI) transcript status
SpliceSiteType
Type of splice site position
Strand
Strand orientation