package phylogenetics

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

Module Phylogenetics.FelsensteinSource

Functions that implement Felsenstein's "pruning" algorithm to compute likelihood of phylogenetic trees with known sequences at leaves.

Sourcemodule type Alignment = sig ... end
Sourcemodule Make (A : Alphabet.S) (Align : Alignment with type base := A.t) (E : Site_evolution_model.S with type mat := A.matrix and type vec := A.vector) : sig ... end
OCaml

Innovation. Community. Security.