pypath.core.interaction§

Here we define one class, the Interaction` which provides a rich API for representing and querying molecular interactions. The interactions serve as the building elements of the network and the pypath.network.Network object largely relies on methods of the Interaction` objects.

members:

Classes

Interaction(a, b[, id_type_a, id_type_b, ...])

Represents a unique pair of molecular entities interacting with each other.

InteractionDataFrameRecord(id_a, id_b, ...)

InteractionKey(entity_a, entity_b)