deeplotyper.orf_utilsΒΆ

Functions

find_orfs(seq)

Identify all open reading frames (ORFs) in the given nucleotide sequence.

get_longest_orf(seq)

Return the longest ORF found in the sequence, as (start, end, orf_seq).