dabeplech.parsers.kegg.KeggPathwayListParser¶
-
class
dabeplech.parsers.kegg.KeggPathwayListParser(content_response)[source]¶ Parser for list of KEGG pathways (map) from KEGG API (http://rest.kegg.jp/list/pathway).
-
__init__(content_response)¶ Instantiate your parser on the response.
- Parameters
content_response – content response from the API
Methods
__init__(content_response)Instantiate your parser on the response.
parse()Perform parsing of the
content_response.Attributes
validated_modelRetrieve entry validated with the model.
-