package biocaml

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

Module Bed.TransformSource

Lower-level transforms of BED data-streams.

Sourceval 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).

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

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

OCaml

Innovation. Community. Security.