package phylogenetics

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Seq.DNASource

Pre-built DNA module.

Sourcetype base = Nucleotide.t
Sourceval get : t -> int -> base
Sourceval length : t -> int
Sourceval of_list : base list -> t
Sourceval of_string_exn : string -> t
Sourceval to_string : t -> string
Sourceval pp : Format.formatter -> t -> unit