View source: R/20_WIKIPATHWAYS.R
request_wikipathway | R Documentation |
This function fetches detailed information about a specific pathway from WikiPathways using its pathway ID.
request_wikipathway(pathway_id = "WP5293")
pathway_id |
A character string specifying the WikiPathways ID (e.g., "WP5293"). |
A list containing:
pathway_info
- Metadata about the pathway.
pathway_description
- A description of the pathway.
node_info
- A data frame containing gene/metabolite nodes.
edge_info
- A data frame containing interaction edges.
data = request_wikipathway("WP5293")
data$pathway_info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.