package biocaml

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

Lower-level transforms of BED data-streams.

val string_to_item : ?more_columns:parsing_spec -> unit -> (string, (string * int * int * Table.Row.item array, [> Error.parsing ]) Core.result) Tfxm.t

Create a Tfxm.t-based parser, while providing the format of the additional columns (default `strings).

val item_to_string : unit -> (item, string) Tfxm.t

Create a Tfxm.t which “prints” BED data (reminder: includes ends-of-line).