Trees | Indices | Help |
---|
|
This module provides code to work with html files from InterPro. http://www.ebi.ac.uk/interpro/
Classes: Record Holds interpro sequence data. InterProParser Parses interpro sequence data into a Record object.
|
|||
Record | |||
InterProParser Parses InterPro sequence data into a Record object. |
|
|||
|
|
|||
handle = open('IPR001064.htm')
|
|||
undo_handle = Bio.File.UndoHandle(handle)
|
|||
interpro_parser = InterProParser()
|
|||
record = interpro_parser.parse(handle)
|
|||
xml_support = 1
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:17 2008 | http://epydoc.sourceforge.net |