package phylogenetics

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

Module Phylogenetics.WagSource

WAG matrix parser

Parser for the WAG matrix as available here.

Sourcetype t = {
  1. rate_matrix : Amino_acid.matrix;
  2. freqs : Amino_acid.vector;
}
Sourceval parse : string -> t
Sourceval from_file_exn : string -> t
Sourceval from_string_exn : string -> t
OCaml

Innovation. Community. Security.