Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Parse HMMCompare output
- data HMMCompareResult
- parseHMMCompareResult :: String -> Either ParseError [HMMCompareResult]
- readHMMCompareResult :: String -> IO (Either ParseError [HMMCompareResult])
- model1Name :: HMMCompareResult -> String
- model2Name :: HMMCompareResult -> String
- linkscore1 :: HMMCompareResult -> Double
- linkscore2 :: HMMCompareResult -> Double
- linksequence :: HMMCompareResult -> String
- model1matchednodes :: HMMCompareResult -> [Int]
- model2matchednodes :: HMMCompareResult -> [Int]
- getHMMCompareResults :: FilePath -> IO [Either ParseError HMMCompareResult]
- getModelsNames :: [HMMCompareResult] -> [String]
- getModelNames :: HMMCompareResult -> [String]
Documentation
data HMMCompareResult Source #
Datastructure for result strings of comparisons between covariance models by HMMCompare
parseHMMCompareResult :: String -> Either ParseError [HMMCompareResult] Source #
parse HMMCompareResult model from input string
readHMMCompareResult :: String -> IO (Either ParseError [HMMCompareResult]) Source #
parse HMMCompareResult from input filePath
model1Name :: HMMCompareResult -> String Source #
model2Name :: HMMCompareResult -> String Source #
linkscore1 :: HMMCompareResult -> Double Source #
linkscore2 :: HMMCompareResult -> Double Source #
model1matchednodes :: HMMCompareResult -> [Int] Source #
model2matchednodes :: HMMCompareResult -> [Int] Source #
getHMMCompareResults :: FilePath -> IO [Either ParseError HMMCompareResult] Source #
Parser for HMMCompare result strings
getModelsNames :: [HMMCompareResult] -> [String] Source #
getModelNames :: HMMCompareResult -> [String] Source #