Description Usage Arguments Value Examples
View source: R/cAMARETTO_HTMLreport.R
CreateHyperGeoTestAll
1 2 3 4 5 6 7 8 | CreateHyperGeoTestAll(
cAMARETTOresults,
cAMARETTOnetworkM,
cAMARETTOnetworkC,
hyper_geo_reference,
driverGSEA = TRUE,
NrCores = 4
)
|
cAMARETTOresults |
cAMARETTOresults object |
cAMARETTOnetworkM |
cAMARETTOnetworkM object |
cAMARETTOnetworkC |
cAMARETTOnetworkC object |
hyper_geo_reference |
a vector address for the gmt files. |
driverGSEA |
TRUE for inclusion of driver genes in hypergeomertic test |
NrCores |
Nr of core for parallel processing |
Geneset Enrichment Analysis for the entire communities.
1 2 3 4 5 6 7 8 | try(
CreateHyperGeoTestAll(cAMARETTOresults,
cAMARETTOnetworkM,
cAMARETTOnetworkC,
hyper_geo_reference = './h.all.v6.2.symbols.gmt',
driverGSEA=TRUE,
NrCores=4)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.