Module bio::seq_analysis

source ·
Expand description

Sequence analysis algorithms.

Modules§

  • GC counter over an IntoTextIterator object. Complexity: O(n), where n is the length of the sequence.
  • One-way open reading frame (ORF) finder algorithm.