pathway_analysis.Rd
Pathway analysis Run clusterProfiler on pathways provided by NCBI Biosytems to perform ORA or MSEA
pathway_analysis(
in_list = NULL,
universe = NULL,
type = c("ora", "msea"),
tax_id = 9606,
include_general_pathways = FALSE,
pvalueCutoff = 1,
pAdjustMethod = "BH",
minGSSize = 10,
maxGSSize = 500,
qvalueCutoff = 1,
TERM2METAB = NULL,
TERM2NAME = NULL,
nPerm = 1000,
verbose = TRUE,
msea_by = "fgsea",
seed = FALSE,
exponent = 1
)
a vector of metabolite id for ORA or a ranked named vector with scores for MSEA, where names are metabolite ids
the set of all metabolites, required by ORA
"ora" or "msea"
tax id
whether to include general pathways or not
p-value cutoff
p-value adjustment method
minimum metabolite set size
maximum metabolite set size
q-value cutoff
2-columns data.frame of pathways and metabolites
2-columns data.frame of pathways and pathway names
number of permutations
verbose mode
msea type
set the seed
exponent in the msea approach
A list with two elements
res: gseaResult object or an enrichResult instance
term_annotation: data.frame with pathway annotation