Safe Haskell | Safe |
---|---|
Language | Haskell98 |
This module contains a hierarchical data structure for RNAplex output For more information on RNAplex consult: http://www.bioinf.uni-leipzig.de/Software/RNAplex/
- data RNAplexInteraction = RNAplexInteraction {
- targetIdentifier :: String
- queryIdentifier :: String
- plexSecondaryStructure :: String
- targetDuplexBegin :: Int
- targetDuplexEnd :: Int
- queryDuplexBegin :: Int
- queryDuplexEnd :: Int
- duplexEnergy :: Double
- duplexEnergyWithoutAccessiblity :: Maybe Double
- queryAccessiblity :: Maybe Double
- targetAccessibility :: Maybe Double
Documentation
data RNAplexInteraction Source
Data structure for individual interaction between a target and query nucleic acid seqence