Description Usage Arguments Value Examples
View source: R/cAMARETTO_Results.R
GmtFromModules
1 2 3 4 5 6 7 8 | HyperGTestGeneEnrichment(
gmtfile1,
gmtfile2,
runname1,
runname2,
NrCores,
ref.numb.genes = 45956
)
|
gmtfile1 |
A gmtfilename that you want to compare |
gmtfile2 |
A second gmtfile to compare with. |
runname1 |
name of the first dataset. |
runname2 |
name of the second dataset. |
NrCores |
Number of cores for parallel computing. |
ref.numb.genes |
The reference number of genes. |
Creates resultfile with p-values and padj when comparing two gmt files with a hyper geometric test.
1 2 3 4 | try(
HyperGTestGeneEnrichment(gmtfile1, gmtfile2,
runname1, runname2,NrCores, ref.numb.genes=45956)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.