bio-0.3.5: A bioinformatics librarySource codeContentsIndex
Bio.Sequence.Phd
Description
Parse phd files (phred base calling output).
Synopsis
readPhd :: FilePath -> IO Sequence
hReadPhd :: Handle -> IO Sequence
Documentation
readPhd :: FilePath -> IO SequenceSource
Parse a .phd file, extracting the contents as a Sequence
hReadPhd :: Handle -> IO SequenceSource
Parse .phd contents from a handle
Produced by Haddock version 2.4.2