rba_reactome_participant_of {rbioapi}R Documentation

Get Larger Reactome Structures Which Include an Entity

Description

This function will retrieve a list of complexes and sets that Your supplied entity ID participates in (e.g. as a complex component, reaction output).

Usage

rba_reactome_participant_of(entity_id, ...)

Arguments

entity_id

Reactome's entity ID.

...

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

Value

List of Reactome database Entities which Your supplied ID is a participant in them.

Corresponding API Resources

"GET https://reactome.org/ContentService/data/entity/{id}/componentOf"

References

See Also

rba_reactome_participants

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

Examples


rba_reactome_participant_of(entity_id = "R-HSA-199420")



[Package rbioapi version 0.8.1 Index]