Package Biskit :: Package Mod :: Module NCBIStandalone :: Class PSIBlastParser
[hide private]
[frames] | no frames]

Class PSIBlastParser

source code


Parses BLAST data into a Record.PSIBlast object.

Instance Methods [hide private]
  __init__(self)
  parse(self, handle)

Inherited from Bio.ParserSupport.AbstractParser: parse_file, parse_str


Method Details [hide private]

__init__(self)
(Constructor)

source code 

parse(self, handle)

source code 
Overrides: Bio.ParserSupport.AbstractParser.parse