BiobaseXNA-0.5.0.0: Efficient RNA/DNA representations

Biobase.Secondary.Constraint

Contents

Synopsis

Documentation

class MkConstraint a whereSource

We can create a constraint from different sources

newtype Constraint Source

A constraint is nothing more than a vector of constraint characters together with a possible pairing for each character.

Constructors

Constraint 

Fields

unConstraint :: Vector (Char, Int)
 

Instances