bio-0.4.8: A bioinformatics library

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

Documentation

data Strand Source

Sequence strand

Constructors

Fwd 
RevCompl 

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

stranded :: Stranded s => Strand -> s -> sSource

Convert the orientation of a Stranded thing based on a specified Strand