BiobaseXNA-0.11.1.1: Efficient RNA/DNA/Protein Primary/Secondary Structure
Safe HaskellNone
LanguageHaskell2010

Biobase.Secondary.Convert

Description

This module gives functionality to convert between different variants of secondary structure elements.

Synopsis

Documentation

class BasepairConvert a b where Source #

basepairConvert converts between different secondary structure base pair representations. In general, the conversion is lossy, in particular when "downsizing", say to ViennaPair.

Methods

basepairConvert :: a -> b Source #

(RNA,RNA) - Basepair

(RNA,RNA) - ViennaPair

Basepair - ViennaPair