memexml-0.0.3: Library for reading Meme XML output

Safe HaskellNone
LanguageHaskell98

Bio.MemeXML

Description

Parse Multiple EM for Motif Elicitation (MEME) XML output. xml parsing is done with the HXT libary. For more information on MEME consult: http://meme.nbcr.net/meme/

Synopsis

Documentation

parseXML :: String -> IOStateArrow s b XmlTree Source

Parse XML results in XML format

atTag :: ArrowXml a => String -> a XmlTree XmlTree Source

gets all subtrees with the specified tag name

atId :: ArrowXml a => String -> a XmlTree XmlTree Source

gets all subtrees with the specified id attribute

rstrip :: String -> String Source

removes whitespace characters

getMemeResult :: ArrowXml a => a XmlTree MemeResult Source

gets the whole memexml document tree

getTrainingSet :: ArrowXml a => a XmlTree TrainingSet Source

get the Training set subtree

getModel :: ArrowXml a => a XmlTree Model Source

get the model subtree

getMotif :: ArrowXml a => a XmlTree Motif Source

get a result motif