package biocaml

  1. Overview
  2. Docs
The OCaml Bioinformatics Library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.11.0.tar.gz
md5=486aeb3e552dabae85839e2af30d6c52
sha512=4ed2df0b7cbd80bd6e29bd8fee9d2dacd9379ad0f4ff142bd8e16ade3f1507f6cc7cbe4c614943b8feb8fa4705935695cb458606b0da813dbf255b1e566a43cf

doc/biocaml.unix/Biocaml_unix/Table/Row/Transform/index.html

Module Row.TransformSource

Sourceval line_to_item : ?tags:Tags.t -> unit -> (Lines.item, (t, [> `table_row of Error.line_parsing ]) Core_kernel.Result.t) Tfxm.t

Create a Tfxm.t that converts lines to table-rows according to the tags (default: Tags.default).

Sourceval item_to_line : ?tags:Tags.t -> unit -> (t, Lines.item) Tfxm.t

Create a Tfxm.t that converts rows to lines using the first separator in the tags or '\t' if none (default tags: Tags.default).

OCaml

Innovation. Community. Security.