Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Parse RNAup interaction_first output For more information on RNAup consult: http://www.tbi.univie.ac.at/RNA/RNAup.html
- parseRNAup :: [Char] -> Either ParseError [RNAupInteraction]
- readRNAup :: String -> IO (Either ParseError [RNAupInteraction])
- module Bio.RNAupData
Documentation
parseRNAup :: [Char] -> Either ParseError [RNAupInteraction] Source
parse RNAupOutput from input string
readRNAup :: String -> IO (Either ParseError [RNAupInteraction]) Source
parse from input filePath
module Bio.RNAupData