package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type item = {
  1. chr : string;
  2. chr_start : int;
  3. chr_end : int;
  4. name : string;
  5. score : int;
  6. strand : string;
  7. fold_change : float;
  8. log10pvalue : float;
  9. log10qvalue : float;
}
val parse : Line.t -> (item, [> `Msg of string ]) Pervasives.result