Bio.Pathway.Rep包¶
子模块¶
- Bio.Pathway.Rep.Graph模块
- Bio.Pathway.Rep.MultiGraph模块
MultiGraphMultiGraph.__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()
模块内容¶
BioPython路径支持模块。
Rep是用于实现Bio.Pathway模块的通用数据抽象的集合。这些抽象并不打算直接使用,但是如果它们符合您的需求,就没有理由重新发明轮子。