heatitup-complete-0.5.3.3: Find and annotate ITDs with assembly or read pair joining.

Safe HaskellNone
LanguageHaskell2010

Parse

Synopsis

Documentation

getAbundanceMap :: ByteString -> AbundanceMap Source #

Get the abundance map from the contents of the abundance output.

getFrequencyMap :: AbundanceMap -> FrequencyMap Source #

Convert an abundance map to a frequency map.

getAccSet :: [DuplicationRow] -> AccSet Source #

Get the list of accessions from a duplication row post-Trinity.

parseDuplications :: ByteString -> (Header, [DuplicationRow]) Source #

Get the duplications in an easy to read format.

parseBAM :: Text -> [BamRow] Source #

Parse bam rows.