Safe Haskell | Safe-Inferred |
---|---|
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 Source #
Constructors
Instances
Show RNAfoldMEA Source # | |
Defined in Bio.RNAfoldData Methods showsPrec :: Int -> RNAfoldMEA -> ShowS # show :: RNAfoldMEA -> String # showList :: [RNAfoldMEA] -> ShowS # | |
Eq RNAfoldMEA Source # | |
Defined in Bio.RNAfoldData |