mkEnrich | R Documentation |
Simple script that uses clusterProfiler to generate GO enrichment object. Takes single column .csv file of gene symbols (i.e. "MAPT", "NEUROG2") as input (no column header). Outputted object can be fed into downstream functions like gene concept network plots Can take a bit of time to run.
mkEnrich(x, db = "GO", GOont = "ALL", qvalueCutoff = 0.01)
x |
quoted path to *.csv file containing ONE column of gene names |
db |
One of "GO" (default), or "MKEGG". May add more later but Reactome is being problematic. |
GOont |
Enter one of "ALL" (default), "BP", "MF", "CC" |
qvalueCutoff |
Highest qvalue returned (default = .01) |
GO enrichment object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.