package biocaml

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

Parameters

Signature

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