package phylogenetics

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

Module Phylogenetics.SigsSource

Compilation of module signatures used elsewhere.

Sourcetype index = string

Index type for tree leaves and sequences in alignments

Sourcemodule type BASE = sig ... end

Module type for individual bases (eg, A, T, C, G). Mostly conversion to/from strings and ints

Sourcemodule type SEQUENCE = sig ... end

Module type for sequences of bases (eg, DNA).

Sourcemodule type ALIGNMENT = sig ... end

Module type for alignments of sequences (eg, DNA alignment.)

Sourcemodule type EVOL_MODEL = sig ... end

Evolution model with linear algebra functions to compute static distribution and transition matrix diagonalization.

OCaml

Innovation. Community. Security.