package biotk

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

Module Bed.Bed6Source

Sourcetype record = {
  1. chrom : string;
  2. chromStart : int;
  3. chromEnd : int;
  4. name : string;
  5. score : int;
  6. strand : strand;
}
Sourcemodule Record : Record with type t = record
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
OCaml

Innovation. Community. Security.