matchInteractors {ReactomeGraph4R} | R Documentation |
To retrieve interactions of a given PhysicalEntity (PE), it first finds the ReferenceEntity matched with the PE, then get the Interactions having "interactor" relationship with the ReferenceEntity.
matchInteractors( pe.id = NULL, pe.displayName = NULL, species = NULL, type = c("row", "graph") )
pe.id |
stId or dbId of a PhysicalEntity |
pe.displayName |
displayName of a PhysicalEntity |
species |
name or taxon id or dbId or abbreviation of specified species |
type |
return results as a list of dataframes ('row'), or as a graph object ('graph') |
interactions of a given PhysicalEntity
Other match:
matchDiseases()
,
matchHierarchy()
,
matchObject()
,
matchPEroles()
,
matchPaperObjects()
,
matchPrecedingAndFollowingEvents()
,
matchReactionsInPathway()
,
matchReferrals()
pe.id <- 996766 # matchInteractors(pe.id)