enrich_f | R Documentation |
Enrich Analysis
enrich_f( target_character, geneset = c("kegg", "mkegg", "go", "wp"), arguments = list(minGSSize = 5, maxGSSize = 500, pvalue = 0.05, qvalue = 0.1), out_dataframe = TRUE, to_ENTREZID = TRUE )
target_character |
Charactor vector of gene. |
geneset |
Charactor vector, one of "kegg"(KEGG), "mkegg"(KEGG Module), "go"(GO-BP), and "wp"(WikiPathways); a data frame and list. |
arguments |
A list of the arguments of |
out_dataframe |
Logical, whether to output data frame,defaults to |
to_ENTREZID |
Logical, whether to translate to ENTREZID from SYMBOL, defaults to |
data frame
Yuanlong Hu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.