package biotk

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

Module Bed.Bed3Source

Sourcetype record = {
  1. chrom : string;
  2. chromStart : int;
  3. chromEnd : int;
}
Sourcemodule Record : sig ... end
include S with type record := Record.t
Sourceval load : string -> Record.t item list
Sourceval load_records : string -> Record.t list
Sourceval load_as_lmap : string -> Record.t GAnnot.LMap.t
Sourceval save : Record.t item list -> string -> unit
Sourceval save_records : Record.t list -> string -> unit