genome_entropy.orf.types
Data types for ORF representation.
Classes
|
Represents a single Open Reading Frame (ORF). |
- class genome_entropy.orf.types.OrfRecord(parent_id, orf_id, start, end, strand, frame, nt_sequence, aa_sequence, table_id, has_start_codon, has_stop_codon, in_genbank=False)[source]
Represents a single Open Reading Frame (ORF).
- Parameters:
- strand
Strand orientation (‘+’ or ‘-‘)
- Type:
Literal[‘+’, ‘-’]
- __init__(parent_id, orf_id, start, end, strand, frame, nt_sequence, aa_sequence, table_id, has_start_codon, has_stop_codon, in_genbank=False)