package phylogenetics

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

Parameters

module A : Alphabet

Signature

type profile
val profile_of_array_exn : float array -> profile
val random_profile : alpha:float -> Gsl.Rng.t -> profile
val draw_from_profile : profile -> Gsl.Rng.t -> A.t
val vec_of_profile : profile -> A.Vector.t
type pwm = profile array
val random_pwm : alpha:float -> int -> Gsl.Rng.t -> pwm
val draw_from_pwm : pwm -> Gsl.Rng.t -> string
OCaml

Innovation. Community. Security.