Safe Haskell | None |
---|---|
Language | Haskell2010 |
Biobase.Secondary.Convert
Description
This module gives functionality to convert between different variants of secondary structure elements.
- class BasepairConvert a b where
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
Methods
basepairConvert :: a -> b Source #
Instances