deeplotyper¶
deeplotyper: tools for mapping and remapping genomic ↔ transcript sequences.
Functions
|
Insert gaps so aligned blocks line up between two sequences. |
|
Map a linear sequence to a list of RawBase objects. |
|
Generate RawBase list for a spliced genome region. |
|
Generate RawBase list for a transcript (always forward strand). |
|
Identify all open reading frames (ORFs) in the given nucleotide sequence. |
|
Return the longest ORF found in the sequence, as (start, end, orf_seq). |
|
Return a cached PairwiseAligner configured with custom scoring. |
Classes
|
Given a reference genome slice and transcript mappings, produce new exon/cDNA/codon mappings under arbitrary SNV/indel haplotypes, using ORF-based translation of the longest coding region, and also return the mutated genomic sequence, coordinate maps, and a protein translation purely from the mutated genome. |
|
Maps between spliced (cDNA), transcript, and genomic sequences. |
Modules