package phylogenetics

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

Module M.AlignmentSource

Sourcetype t
Sourcetype base = Seq.DNA.base
Sourcetype sequence = Seq.DNA.t
Sourceval of_string_list : string list -> t
Sourceval of_assoc_list : (string * sequence) list -> t
Sourceval of_fasta : string -> t
Sourceval pp : Format.formatter -> t -> unit
Sourceval get_base : t -> seq:string -> pos:int -> base
Sourceval length : t -> int
Sourceval nb_seq : t -> int
Sourceval to_file : t -> string -> unit
Sourceval equal : t -> t -> bool