package phylogenetics

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

Module Alignment.MakeSource

Legacy code: provides a functor to build from SEQUENCE modules.

Parameters

module S : Seq.S

Signature

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