package biotk

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

Module Biotk.BedSource

Sourcetype 'a item = [
  1. | `Comment of string
  2. | `Record of 'a
]
Sourcetype strand = [
  1. | `Plus
  2. | `Minus
  3. | `Not_relevant
  4. | `Unknown
]
Sourceval parse_strand : string -> (strand, string) result
Sourceval unparse_strand : strand -> string
Sourcemodule type Record = sig ... end
Sourcemodule type S = 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
Sourcemodule Bed3 : sig ... end
Sourcemodule Bed4 : sig ... end
Sourcemodule Bed5 : sig ... end
Sourcemodule Bed6 : sig ... end