| Safe Haskell | Safe | 
|---|---|
| Language | Haskell98 | 
Bio.RNAcodeParser
Description
Parse RNAcode output For more information on RNAcode consult: http://wash.github.io/rnacode/
- systemRNAcode :: String -> String -> String -> IO ExitCode
 - parseRNAcode :: String -> Either ParseError RNAcode
 - readRNAcode :: String -> IO (Either ParseError RNAcode)
 - parseRNAcodeTabular :: String -> Either ParseError RNAcode
 - readRNAcodeTabular :: String -> IO (Either ParseError RNAcode)
 - module Bio.RNAcodeData
 
Documentation
systemRNAcode :: String -> String -> String -> IO ExitCode Source #
Run external RNAcode command and read the output into the corresponding datatype
parseRNAcode :: String -> Either ParseError RNAcode Source #
parse RNAcode from input string
readRNAcode :: String -> IO (Either ParseError RNAcode) Source #
parse RNAcode from input filePath
parseRNAcodeTabular :: String -> Either ParseError RNAcode Source #
parse RNAcode from input string
readRNAcodeTabular :: String -> IO (Either ParseError RNAcode) Source #
parse RNAcode from input filePath
module Bio.RNAcodeData