package phylogenetics

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

Module Phylogenetics.Sequence_generationSource

Deprecated. Simulation functions for sequences

Sourcemodule type Base = sig ... end
Sourcemodule type Sequence = sig ... end
Sourcemodule Make (A : Alphabet.S_int) (Seq : Sequence with type base = A.t) (Align : Sigs.ALIGNMENT with type sequence = Seq.t) (E : Site_evolution_model.S with type mat := A.matrix and type vec := A.vector) : sig ... end
OCaml

Innovation. Community. Security.