| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Bio.RNAfoldData
Description
This module contains a data structure for RNAfold output For more information on RNAplex consult: http://www.tbi.univie.ac.at/RNA/RNAfold.html
Synopsis
- data RNAfold = RNAfold {}
- data RNAfoldMEA = RNAfoldMEA {
- meaSequenceIdentifier :: String
- meaFoldSequence :: String
- mfeStructure :: String
- mfefoldingEnergy :: Double
- coarseStructure :: String
- coarseFoldingEnergy :: Double
- centroidStructure :: String
- centroidFoldingEnergy :: Double
- centroidDistance :: Double
- meaStructure :: String
- meaFoldingEnergy :: Double
- meaDistance :: Double
- mfeFreq :: Double
- ensembleDiversity :: Double
Documentation
Data structure for RNAfold
Constructors
| RNAfold | |
Fields | |
data RNAfoldMEA #
Constructors
Instances
| Eq RNAfoldMEA # | |
Defined in Bio.RNAfoldData | |
| Show RNAfoldMEA # | |
Defined in Bio.RNAfoldData Methods showsPrec :: Int -> RNAfoldMEA -> ShowS # show :: RNAfoldMEA -> String # showList :: [RNAfoldMEA] -> ShowS # | |