dabeplech.parsers.kegg.KeggPathwayParser

class dabeplech.parsers.kegg.KeggPathwayParser(content_response)[source]

Parser for KEGG pathway 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_entry

Retrieve KEGG entry validated with the model.