dabeplech.parsers.kegg.KeggOrthologyParser¶
-
class
dabeplech.parsers.kegg.KeggOrthologyParser(content_response)[source]¶ Parser for KEGG KO plain text result from KEGG API.
-
__init__(content_response)¶ Instantiate your parser on the KEGG response.
- Parameters
content_response – content response from the API
Methods
__init__(content_response)Instantiate your parser on the KEGG response.
parse()Perform parsing of the text content into the model defined for KEGG orthology.
Attributes
validated_entryRetrieve KEGG entry validated with the model.
-