pypath.inputs.kegg.kegg_medicus_interactions§

pypath.inputs.kegg.kegg_medicus_interactions(max_entity_variations=10, complexes=False)[source]§

Retrieves and preprocesses human protein-protein and transcriptional regulatory interactions from the KEGG MEDICUS database. Optionally it returns protein complexes instead of interactions.

max_entity_variationsint

In KEGG MEDICUS many molecular entities are protein families or families of often large and nested protein complexes. By this option you can limit largest number of variants a single entity might yield, so you won’t end up with one complex yielding hundreds of combinatiorial variants.

complexesbool

Return a set of protein complexes instead of a list of molecular interactions.