biocaml.unix
GenomeMap.Make
biocaml.base
biocaml.ez
biocaml.lwt
module Chromosome : Chromosome
type range = Range.t
type location = Chromosome.t * range
module Selection : sig ... end
A collection of non-overlapping regions (e.g. a set of CpG islands)
module type Signal = sig ... end
Partial function over the genome (e.g. conservation signal)
module LSet : sig ... end
A set of locations (e.g. a set of gene loci)
module LMap : sig ... end
A set of locations with an attached value on each of them