Bio.Pathway.Rep 套件
子模組
- Bio.Pathway.Rep.Graph 模組
- Bio.Pathway.Rep.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()
模組內容
BioPython 路徑支援模組。
Bio.Pathway.Rep 是 Bio.Pathway 模組實作中使用的一般資料抽象的集合。這些抽象不是為了直接使用而設計,但如果它們符合您的需求,沒有理由重新發明輪子。