genome_entropy.orf.finder
ORF finder wrapper using get_orfs binary.
Functions
|
Find ORFs in DNA sequences using get_orfs binary. |
|
Return the reverse complement of a DNA sequence. |
- genome_entropy.orf.finder.find_orfs(sequences, table_id=11, min_nt_length=90, binary_path='get_orfs')[source]
Find ORFs in DNA sequences using get_orfs binary.
This function wraps the external get_orfs binary (https://github.com/linsalrob/get_orfs). The binary must be installed and available in PATH or specified via binary_path.
- Parameters:
- Returns:
List of OrfRecord objects
- Raises:
OrfFinderError – If get_orfs binary is not found or fails
- Return type: