package phylogenetics

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

Codon rate matrix from Muse and Gaut 94

This modules provides functions to build rates matrices for codon evolution following the model proposed by Muse and Gaut 1. The exact formulation follows the parameterization used by Latrille and Lartillot 2.

References:

module NSCodon_rate_matrix : sig ... end
type param = {
  1. nucleotide_rates : Rate_matrix.Nucleotide.t;
  2. nucleotide_stat_dist : Nucleotide.vector;
  3. omega : float;
}
val rate_matrix : param -> NSCodon_rate_matrix.t
val stationary_distribution : param -> NSCodon.vector
OCaml

Innovation. Community. Security.