rba_reactome_complex_list {rbioapi}R Documentation

Get Complexes That Include a Molecule

Description

This function will retrieve a list of complexes that include your supplied molecule as a component.

Usage

rba_reactome_complex_list(id, resource, ...)

Arguments

id

Molecule's external Identifier

resource

What is the resource of your supplied ID? see: Reactome External Identifiers

...

rbioapi option(s). See rba_options's arguments manual for more information on available options.

Value

Data frame where each row is a complex containing your supplied molecule and columns are pertinent information.

Corresponding API Resources

"GET https://reactome.org/ContentService/data/complexes/{resource}/ {identifier}"

References

See Also

Other "Reactome Content Service - Physical Entity Queries": rba_reactome_complex_subunits(), rba_reactome_entity_other_forms(), rba_reactome_participant_of()

Examples


rba_reactome_complex_list(id = "3845", resource = "NCBI Gene")


rba_reactome_complex_list(id = "P00533", resource = "UniProt")



[Package rbioapi version 0.8.1 Index]