package biotk

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

Module Biotk.GLocSource

Sourcetype t = {
  1. chr : string;
  2. lo : int;
  3. hi : int;
}
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0__.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0__.Sexp.t
Sourceval of_string : string -> (t, [> `Parse_error ]) result
Sourceval of_string_exn : string -> t
Sourceval to_string : t -> string

String representation of a location, as <chr>:<start>-<end>

Sourceval range : t -> Range.t
Sourceval size : t -> int
Sourceval strictly_before : t -> t -> bool
Sourceval intersects : t -> t -> bool
Sourceval included_in : t -> t -> bool
Sourceval inter : t -> t -> t option
Sourceval relmove : t -> int -> int -> t
Sourceval relative : t -> int -> int -> t

relative loc x a b is the location obtained considering a and b as relative coordinates inside loc

Sourceval zoom : t -> float -> t

zoom l z is a location of width z *. float (Location.width l)

Sourceval dist : t -> t -> int option
Sourceval position : from:t -> t -> int option
Sourceval union : t -> t -> t option
Sourcemodule Set : Core_kernel.Set.S with type Elt.t := t
Sourcemodule Map : Core_kernel.Map.S with type Key.t := t
OCaml

Innovation. Community. Security.