getEntities | R Documentation |
This method retrieves instances related to PhysicalEntity.
getEntities(
id,
retrieval = c("subunits", "complexes", "componentOf", "otherForms"),
resource = "Reactome",
subunitsExcludeStructures = FALSE
)
id |
stable or db id of a Reactome PhysicalEntity, or id from resources other than Reactome |
retrieval |
entities to be retrieved, including "subunits", "complexes", "componentOf", "otherForms" |
resource |
resource other than Reactome, e.g. UniProt, Ensembl |
subunitsExcludeStructures |
whether contained Complexes and EntitySets are excluded when retrieving "subunits" |
Details on options of retrieval
arg:
subunits: retrieves subunits that constitute any given Complex
complexes: retrieves Complexes that contain the given id
and resource
componentOf: retrieves structures (Complexes and Sets) that include the given Entity as their component
otherForms: retrieves Entities containing all other forms of the given PhysicalEntity
a dataframe containing requested information
Other getContent:
getEventsHierarchy()
,
getOrthology()
,
getParticipants()
,
getPathways()
,
getPerson()
,
getSchemaClass()
,
getSpecies()
,
query()
getEntities("R-HSA-5674003", retrieval="subunits")
getEntities("P00533", retrieval="complexes", resource="UniProt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.