bio-0.3.5: A bioinformatics librarySource codeContentsIndex
Bio.Location.Strand
Synopsis
data Strand
= Fwd
| RevCompl
class Stranded s where
revCompl :: s -> s
stranded :: Stranded s => Strand -> s -> s
Documentation
data Strand Source
Sequence strand
Constructors
Fwd
RevCompl
show/hide Instances
class Stranded s whereSource
Anything, such as a location or a sequence, which lies on a strand and can thus be reverse complemented.
Methods
revCompl :: s -> sSource
show/hide Instances
stranded :: Stranded s => Strand -> s -> sSource
Produced by Haddock version 2.4.2