go_enrichment_analysis | R Documentation |
Helper function to perform enrichment analysis
go_enrichment_analysis( gene, org_db, organism, fitlm, pathwayid, species, plotdir = NULL )
gene |
A character vector containing the Entrez-IDs. |
org_db |
org_db |
organism |
A character string indicating the organism. Currently supported: "hsa". |
fitlm |
An MArrayLM object, returned by 'go_diff_reg()'. |
pathwayid |
KEGG pathway ID (like hsa04110 for cell cycle) |
species |
A character string indicating the sample's species. Currently supported: "Hs". |
plotdir |
A character string. Path to the folder to store resulting plots. Default: "./plots/". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.