Skip to main content
Ctrl+K

CHAMOIS

  • User Guide
  • Examples
  • Figures
  • CLI Reference
  • API Reference
  • Preprint
  • GitHub
  • PyPI
  • User Guide
  • Examples
  • Figures
  • CLI Reference
  • API Reference
  • Preprint
  • GitHub
  • PyPI

Section Navigation

  • Object model (chamois.model)
    • Cluster Sequence
    • Protein
    • Domain
  • ORF detection (chamois.orf)
    • ORF Finder
    • Warnings
  • Domain annotation (chamois.domains)
    • Domain Annotator
  • Compositions (chamois.compositions)
    • Compositions
  • Ontology (chamois.ontology)
    • Ontology
    • Adjacency Matrix
  • Predictor (chamois.predictor)
    • Chemical Ontology Predictor
    • Information-theoric Metrics
  • ClassyFire (chamois.classyfire)
    • Term
    • Classification
    • Query
    • Cache
    • Client
    • Utils
  • API Reference
  • ORF detection (chamois.orf)

ORF detection (chamois.orf)#

Generic protocol for ORF detection in DNA sequences.

ORF Finder#

ORFFinder

An abstract base class to provide a generic ORF finder.

PyrodigalFinder

An ORFFinder that uses the pyrodigal bindings to Prodigal.

CDSFinder

An ORFFinder that simply extracts CDS annotations from records.

Warnings#

NoGeneFoundWarning

A warning for when no genes were found in a record.

IncompleteGeneWarning

A warning for when a gene was found with incomplete sequence.

previous

Domain

next

ORF Finder

On this page
  • ORF Finder
  • Warnings
Edit on GitHub
Show Source

© Copyright 2020-2026, Martin Larralde.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.18.0.