package biocaml

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