TrimEnrich | R Documentation |
Many of the enriched pathways from GO enrichment are highly overlapping. i.e. BC: Ribosome and BP Ribosome Function, etc. To clean up the downstream Gene concept networks it can be helpful to trim redundant enriched pathways.
TrimEnrich(x, terms = NULL)
x |
Output object from mkEnrich() function |
terms |
Terms in pathways to keep. Can use multiple terms separated by pipes. i.e. "synapse|amyloid|insulin" will subset to include only terms with one of those names in the description. Not sensitive to case. |
Modified enrichResult only including indicated terms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.