[][src]Module bio::seq_analysis

Sequence analysis algorithms.

Modules

gc

GC counter over an IntoTextIterator object. Complexity: O(n), where n is the length of the sequence.

orf

One-way open reading frame (ORF) finder algorithm.