searchPathways | R Documentation |
Search pathways by keyword
searchPathways(gseaRes, keyword, ignore_case = TRUE)
gseaRes |
GSEAResult object |
keyword |
search term (can be regex pattern) |
ignore_case |
whether to ignore case when searching |
Kai Guo
## Not run:
signaling_pathways <- searchPathways(gseaRes, "signaling")
mapk_pathways <- searchPathways(gseaRes, "MAPK")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.