Package Bio :: Package SeqIO :: Module PhdIO
[hide private]
[frames] | no frames]

Module PhdIO

source code

Bio.SeqIO support for the "phd" file format.

PHD files are output by PHRED and used by PHRAP and CONSED.

You are expected to use this module via the Bio.SeqIO functions. See also the underlying Bio.Sequencing.Phd module.

Functions [hide private]
 
PhdIterator(handle)
Returns SeqRecord objects from a PHD file.
source code
Variables [hide private]
  __package__ = 'Bio.SeqIO'
Function Details [hide private]

PhdIterator(handle)

source code 

Returns SeqRecord objects from a PHD file.

This uses the Bio.Sequencing.Phy module to do the hard work.