package phylogenetics

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

Module Sequence_simulator.MakeSource

Parameters

module A : Alphabet

Signature

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