matchDiseases {ReactomeGraph4R} | R Documentation |
To find Diseases related to a PhysicalEntity or an Event, or get PhysicalEntities/Events associated with a Disease in reverse
matchDiseases( id = NULL, displayName = NULL, species = NULL, type = c("row", "graph") )
id |
stId or dbId of a PhysicalEntity/Event/Disease |
displayName |
displayName of a PhysicalEntity/Event/Disease |
species |
name or taxon id or dbId or abbreviation of aspecies |
type |
return results as a list of dataframes ('row'), or as a graph object ('graph') |
Disease(s) related to the given PhysicalEntity/Reaction/Pathway; or instances related to the given Disease
Other match:
matchHierarchy()
,
matchInteractors()
,
matchObject()
,
matchPEroles()
,
matchPaperObjects()
,
matchPrecedingAndFollowingEvents()
,
matchReactionsInPathway()
,
matchReferrals()
disease <- "neuropathy" # matchDiseases(displayName=disease, species="M. musculus", type="row") # matchDiseases(id="R-HSA-162588", type="graph")