Description Usage Arguments Value Examples
View source: R/hypergeometric_test.R
hypergeometric test for DNA-methylation seq
1 2 3 4 5 6 | pathway_analysis_meth(
sig.genes,
total.genes,
class = c("mmu", "hsa", "gga"),
mc.cores = 8
)
|
sig.genes |
A vector of significantly changed genes |
total.genes |
A vector of total genes |
class |
Specify which type of gene |
mc.cores |
Specify how many cores to use |
A list of all significantly changed pathways, and all pathways with p value
1 | path_res = pathway_analysis_meth(sig.genes, class = "mmu")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.