dabeplech.parsers.kegg.KeggLinkParser¶
-
class
dabeplech.parsers.kegg.KeggLinkParser(*args, **kwargs)[source]¶ Parser for LINK operation from KEGG API.
-
__init__(*args, **kwargs)[source]¶ Instantiate your parser on the KEGG response.
- Parameters
content_response – content response from the API
Methods
__init__(*args, **kwargs)Instantiate your parser on the KEGG response.
parse()Perform parsing of the
content_response.Attributes
validated_entryRetrieve entry validated with the model.
-