deeplotyper.mapperΒΆ
Functions
|
Insert gaps so aligned blocks line up between two sequences. |
|
Generate RawBase list for a spliced genome region. |
|
Generate RawBase list for a transcript (always forward strand). |
|
Return a cached PairwiseAligner configured with custom scoring. |
Classes
|
Maps a single base between global, genomic, and transcript coordinates. |
|
Maps a codon and its amino acid across genomic and transcript coordinates. |
|
Definition of an exon segment. |
|
Mapping between transcript and genomic indices. |
|
A raw base in a given region before any alignment or mapping. |
|
Read-only sequence object (essentially a string with biological methods). |
|
Maps between spliced (cDNA), transcript, and genomic sequences. |
|
Result of mapping an entire transcript against the genome at base resolution. |
|
Comprehensive mapping results for a single transcript. |
|
defaultdict(default_factory=None, /, [...]) --> dict with default factory |