package biocaml

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

Module Bed.Bed4Source

Sourcetype item = private {
  1. chrom : Base.string;
  2. chrom_start : Base.int;
  3. chrom_end : Base.int;
  4. name : Base.string;
  5. others : Base.string Base.array;
}
Sourceval sexp_of_item : item -> Sexplib0.Sexp.t
Sourceval item_of_sexp : Sexplib0.Sexp.t -> item
OCaml

Innovation. Community. Security.