A collection of non-overlapping regions (e.g. a set of CpG islands)
module Selection: sigtype t
val intersects : t -> Biocaml_genomeMap.Make.location -> boolintersects loc sel returns true if loc has a non-empty
intersection with sel, and false otherwise.val overlap : t -> Biocaml_genomeMap.Make.location -> intval to_stream : t ->
Biocaml_genomeMap.Make.location Stream.tval of_stream : Biocaml_genomeMap.Make.location Stream.t ->
t of_stream e computes a selection (i.e. a set of non
overlapping locations) as the union of the locations contained
in eend