| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Bio.RNAcodeData
Description
This module contains a hierarchical data structure for RNAcode output For more information on RNAcode consult: http://wash.github.io/rnacode/
Synopsis
- data RNAcode = RNAcode {}
- data RNAcodeHit = RNAcodeHit {}
Documentation
All elements of RNAcode output are contained in this datatype
Constructors
| RNAcode | |
Fields
| |
data RNAcodeHit #
RNAcode Hit
Constructors
| RNAcodeHit | |
Instances
| Eq RNAcodeHit # | |
Defined in Bio.RNAcodeData | |
| Show RNAcodeHit # | |
Defined in Bio.RNAcodeData Methods showsPrec :: Int -> RNAcodeHit -> ShowS # show :: RNAcodeHit -> String # showList :: [RNAcodeHit] -> ShowS # | |