biohazard-2.1: bioinformatics support library

Safe HaskellNone
LanguageHaskell2010

Bio.Bam.Regions

Synopsis

Documentation

data Region Source #

Constructors

Region 

Fields

Instances
Eq Region Source # 
Instance details

Defined in Bio.Bam.Regions

Methods

(==) :: Region -> Region -> Bool #

(/=) :: Region -> Region -> Bool #

Ord Region Source # 
Instance details

Defined in Bio.Bam.Regions

Show Region Source # 
Instance details

Defined in Bio.Bam.Regions

newtype Regions Source #

A subset of a genome. The idea is to map the reference sequence (represented by its number) to a Subseqeunce.

Constructors

Regions (IntMap Subsequence) 
Instances
Show Regions Source # 
Instance details

Defined in Bio.Bam.Regions

newtype Subsequence Source #

A mostly contiguous subset of a sequence, stored as a set of non-overlapping intervals in an IntMap from start position to end position (half-open intervals, naturally).

Constructors

Subsequence (IntMap Int) 
Instances
Show Subsequence Source # 
Instance details

Defined in Bio.Bam.Regions