pypath.core.complex.GuideToPharmacology§

class pypath.core.complex.GuideToPharmacology(input_args=None, **kwargs)[source]§

Bases: AbstractComplexResource

__init__(input_args=None, **kwargs)[source]§
namestr

Custom name for the resource.

input_methodcallable

Method providing the input data.

process_methodcallable

Method processing the data and yielding intera.Complex instances.

Methods

__init__([input_args])

name : str

from_dump()

load()

load_data()

Loads the data by calling input_method.

make_df()

process()

Calls the _process_method.

save_to_pickle(pickle_file)

set_method()

Sets the data input method by looking up in inputs module if necessary.

update_index()

Attributes

all_sources

curation_effort

has_stoichiometry

heteromers

homomers

numof_references

summary

summary_str

load_data()§

Loads the data by calling input_method.

process()§

Calls the _process_method.

set_method()§

Sets the data input method by looking up in inputs module if necessary.