module Biocaml_genomeMap: sig
.. end
Indicator function on a genome
type
range = Biocaml_range.t
type 'a
location = 'a * range
module Selection: sig
.. end
Indicator function on a genome
module type Signal = sig
.. end
Partial function over the genome: each base may be associated to a value.
module LSet: sig
.. end
A set of locations
module LMap: sig
.. end
A set of locations with an attached value on each of them
module type LMap_spec = sig
.. end
A set of locations with an attached value on each of them