Description Usage Arguments Value Examples
View source: R/hypergeometric_test.R
hypergeometric test for RNA-seq
1 | pathway_analysis(sig.genes, class = c("mmu", "hsa", "gga"), mc.cores = 8)
|
sig.genes |
A vector of significantly changed 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 2 3 | deg = grab_deg_from_cuffdiff(gene_exp.diff)
sig.genes = deg$external_gene_name
path_res = pathway_analysis(sig.genes, class = "mmu")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.