getParticipants | R Documentation |
Data in Reactome are organized in a hierarchical manner - Pathways contain Reactions, Reactions contain PhysicalEntities. This function is to get the participants of a given Event.
getParticipants(
event.id,
retrieval = c("AllInstances", "PhysicalEntities", "ReferenceEntities",
"EventsInPathways")
)
event.id |
a stable or db id of an Event (pathways and reactions) |
retrieval |
participants to be retrieved, including "AllInstances", "PhysicalEntities", "ReferenceEntities", "EventsInPathways" |
Details on options of retrieval
arg:
AllInstances: retrieves all participants (PhysicalEntities) from a given Event and their ReferenceEntities
PhysicalEntities: retrieves all the PhysicalEntities that take part in a given Event
ReferenceEntities: retrieves the ReferenceEntities for all PhysicalEntities in every constituent Pathway/Reaction
EventsInPathways: recursively retrieves all the Events contained in any given Event
a dataframe containing requested participants
Other getContent:
getEntities()
,
getEventsHierarchy()
,
getOrthology()
,
getPathways()
,
getPerson()
,
getSchemaClass()
,
getSpecies()
,
query()
getParticipants("R-HSA-6804741", "AllInstances")
getParticipants("R-HSA-69306", "EventsInPathways")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.