bio-0.4.4: A bioinformatics librarySource codeContentsIndex
Bio.Location.Strand
Description
Utilities for manipulating nucleotide sequences and locations on nucleotide sequences that occur on a forward or a reverse-complement 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
A nucleotide sequence or location on a nucleotide sequence that lies on a specific strand and has an orientation.
Methods
revCompl :: s -> sSource
show/hide Instances
stranded :: Stranded s => Strand -> s -> sSource
Convert the orientation of a Stranded thing based on a specified Strand
Produced by Haddock version 2.6.1