pypath.utils.pyreact.ReactionSide§
- class pypath.utils.pyreact.ReactionSide(members, source=[], parent=None)[source]§
Bases:
AttributeHandlerMethods
__init__(members[, source, parent])add_source(source)equality(one, two)expand()Expands the
ReactionSideby iterating over all combinations of allComplexVariationandProteinFamilymembers, so yieldsReactionSideobjects with onlyProteinandComplexmembers.merge_attrs(attrs)proteins()reload()update_attr(attr)- expand()[source]§
Expands the
ReactionSideby iterating over all combinations of allComplexVariationandProteinFamilymembers, so yieldsReactionSideobjects with onlyProteinandComplexmembers. Yields tuple, becauseReactionSideis initialized inReaction, the tuple is suitable to serve asmembersandattrs.