BiobaseXNA-0.10.0.0: Efficient RNA/DNA/Protein Primary/Secondary Structure

Safe HaskellNone
LanguageHaskell2010

Biobase.Secondary.Convert

Contents

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.

Minimal complete definition

basepairConvert

Methods

basepairConvert :: a -> b Source #

(RNA,RNA) - Basepair

(RNA,RNA) - ViennaPair

Basepair - ViennaPair