ViennaRNAParser-1.3.3: Libary for parsing ViennaRNA package output

Safe HaskellSafe
LanguageHaskell98

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

Documentation

data RNAcode #

All elements of RNAcode output are contained in this datatype

Instances
Eq RNAcode # 
Instance details

Defined in Bio.RNAcodeData

Methods

(==) :: RNAcode -> RNAcode -> Bool #

(/=) :: RNAcode -> RNAcode -> Bool #

Show RNAcode # 
Instance details

Defined in Bio.RNAcodeData

data RNAcodeHit #

RNAcode Hit

Constructors

RNAcodeHit 

Fields

Instances
Eq RNAcodeHit # 
Instance details

Defined in Bio.RNAcodeData

Show RNAcodeHit # 
Instance details

Defined in Bio.RNAcodeData