package biotk

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

Module Bed.Bed6Source

Sourcetype item = {
  1. chrom : string;
  2. chromStart : int;
  3. chromEnd : int;
  4. name : string;
  5. score : int;
  6. strand : strand;
}
Sourcemodule Item : Item with type t = item
include S with type item := Item.t
Sourceval load : string -> Item.t list
Sourceval load_as_lmap : string -> Item.t GAnnot.LMap.t
Sourceval save : Item.t list -> string -> unit
OCaml

Innovation. Community. Security.