Bio.Pathway.Rep package
Submodules
- Bio.Pathway.Rep.Graph module
- Bio.Pathway.Rep.MultiGraph module
MultiGraph
MultiGraph.__init__()
MultiGraph.__eq__()
MultiGraph.__repr__()
MultiGraph.__str__()
MultiGraph.add_node()
MultiGraph.add_edge()
MultiGraph.child_edges()
MultiGraph.children()
MultiGraph.edges()
MultiGraph.labels()
MultiGraph.nodes()
MultiGraph.parent_edges()
MultiGraph.parents()
MultiGraph.remove_node()
MultiGraph.remove_edge()
MultiGraph.__hash__
df_search()
bf_search()
Module contents
BioPython Pathway support module.
Bio.Pathway.Rep is a collection of general data abstractions used in the implementation of the Bio.Pathway module. These abstractions are not intended for direct use, but if they fit your needs there’s no reason to reinvent the wheel.