Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Parse RNAplex output For more information on RNAplex consult: http://www.bioinf.uni-leipzig.de/Software/RNAplex/
- parseRNAplex :: [Char] -> Either ParseError [RNAplexInteraction]
- readRNAplex :: String -> IO (Either ParseError [RNAplexInteraction])
- module Bio.RNAplexData
Documentation
parseRNAplex :: [Char] -> Either ParseError [RNAplexInteraction] Source
parse RNAplexOutput from input string
readRNAplex :: String -> IO (Either ParseError [RNAplexInteraction]) Source
parse from input filePath
module Bio.RNAplexData