pypath.inputs.cellinker.components_to_complex§
- pypath.inputs.cellinker.components_to_complex(components, organism=None)[source]§
Converts a set of components to pypath.internals.intera.Complex objects.
- Args
- components (tuple): Components of a complex, as returned by
cellinker_complexes_raw.
- organism (int,str): Name or identifier of the organism. Only mouse
and human are available. Optional, because organism can be guessed from the identifiers.
- Returns
(set): A set of pypath.internals.intera.Complex objects.