ViennaRNAParser-1.2.7: 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 Source

All elements of RNAcode output are contained in this datatype

data RNAcodeHit Source

RNAcode Hit

Constructors

RNAcodeHit 

Fields

hss :: Int
 
frame :: Double
 
length :: Int
 
from :: Int
 
to :: Int
 
name :: String
 
start :: Int
 
end :: Int
 
score :: Double
 
pvalue :: Double