Description Usage Arguments Value Author(s)
View source: R/enrichment_func.r
This fxn calculates statistics using fisher's exact test and hypergeometric test given a set of genes and gene set
1 2 3 4 5 6 7 | enrich.test(
PathGenes,
interestGenes,
totalGenes,
comet_exact_test = F,
mutmatplot = T
)
|
PathGenes |
a vector of genes belonging to a pathway |
interestGenes |
a vector of genes of interest |
totalGenes |
a vector of background genes |
comet_exact_test |
logical for comet exact test of mutual exclusive(requires package cometExactTest) |
mutmatplot |
plot mutation mat for cometExactTest result |
a list
guangchun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.