Over-representation test process
1 2 3 4 5 6 7 8 9 | HyperGEnrich(
GeneSet = sigGene_All,
Database = "",
minOverlap = 4,
pvalue_thres = 0.05,
adj_pvalue_thres = 1,
padj_method = "BH",
NewDB = F
)
|
GeneSet |
A list object; Ideal input is object resulted from |
Database |
Indicate one of the dataset to be used; choose from c("go","kegg","interpro","mesh","msig","reactome") |
minOverlap |
Minimum overlap number of total genes and genes of a target pathway, default value is |
pvalue_thres |
Pvalue threshold of the Fisher's exact test. Refer to |
adj_pvalue_thres |
Adjusted value threshold for multiple testing control. |
padj_method |
Adjusted pvalues; choose methods from c("holm", "hochberg", "hommel", "bonferroni", "BH", "BY","fdr", "none"). Refer to |
NewDB |
If new database will be used, please do |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.