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
)
Charactor vector of gene.
Charactor vector, one of "kegg"(KEGG), "mkegg"(KEGG Module), "go"(GO-BP), and "wp"(WikiPathways); a data frame and list.
A list of the arguments of clusterProfiler
, including minGSSize
, maxGSSize
, pvalue
, and qvalue
.
Logical, whether to output data frame,defaults to FALSE
.
Logical, whether to translate to ENTREZID from SYMBOL, defaults to TRUE
.
data frame