生物。路径。代表包
子模块
- Bio.Pathway.Rep.图表模块
Graph
Graph.__init__()
Graph.__eq__()
Graph.__repr__()
Graph.__str__()
Graph.add_node()
Graph.add_edge()
Graph.child_edges()
Graph.children()
Graph.edges()
Graph.labels()
Graph.nodes()
Graph.parent_edges()
Graph.parents()
Graph.remove_node()
Graph.remove_edge()
Graph.__firstlineno__
Graph.__hash__
Graph.__static_attributes__
- Bio.Pathway.Rep. MultiShape模块
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.__firstlineno__
MultiGraph.__hash__
MultiGraph.__static_attributes__
df_search()
bf_search()
模块内容
BioPython Pathway支持模块。
Bio.Pathway.Rep是Bio.Pathway模块实现中使用的通用数据抽象集合。这些抽象并不是为了直接使用,但如果它们适合您的需求,就没有理由重新发明轮子。