package phylogenetics

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

Module Alignment.PhylipSource

Sourceval of_phylip : Phylip.t -> (t, error) result
Sourceval to_phylip : t -> Phylip.t
Sourceval from_file : ?strict:bool -> string -> (t, parsing_error) result
Sourceval from_file_exn : ?strict:bool -> string -> t