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 模块实现中使用的一组通用数据抽象。这些抽象不打算直接使用,但如果它们符合您的需求,那么就没有必要重新发明轮子。