Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Bio.RNAalifoldData
Description
This module contains a data structure for RNAalifold output For more information on RNAalifold consult: <>
Documentation
data RNAalifold Source #
Data structure corrsponds with alifoldoutput redirected to file. Output written directly to commandline also contains number of sequences and length of consensus sequence
Constructors
RNAalifold | |
Instances
Show RNAalifold Source # | |
Defined in Bio.RNAalifoldData Methods showsPrec :: Int -> RNAalifold -> ShowS # show :: RNAalifold -> String # showList :: [RNAalifold] -> ShowS # | |
Eq RNAalifold Source # | |
Defined in Bio.RNAalifoldData |