getEventsHierarchy | R Documentation |
Events (Pathways and Reactions) in Reactome are organized in a hierarchical
structure for every species. By following all hasEvent
relationships,
this method retrieves the full event hierarchy for any given main species.
getEventsHierarchy(main.species)
main.species |
name or taxon/db id or abbreviation of main species in Reactome |
a nested dataframe containing full event hierarchy for a given main species
getSpecies
to get the main species list
Other getContent:
getEntities()
,
getOrthology()
,
getParticipants()
,
getPathways()
,
getPerson()
,
getSchemaClass()
,
getSpecies()
,
query()
## Not run:
getEventsHierarchy("chicken")
getEventsHierarchy("XTR")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.