a b/man/HyperGTestGeneEnrichment.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/amaretto_htmlreport.R
3
\name{HyperGTestGeneEnrichment}
4
\alias{HyperGTestGeneEnrichment}
5
\title{Hyper Geometric Geneset Enrichement Test}
6
\usage{
7
HyperGTestGeneEnrichment(gmtfile, testgmtfile, NrCores,
8
  ref.numb.genes = 45956)
9
}
10
\arguments{
11
\item{gmtfile}{The gmt file with reference gene set.}
12
13
\item{testgmtfile}{The gmt file with gene sets to test. In our case, the gmt file of the modules.}
14
15
\item{NrCores}{Number of cores used for parallelization.}
16
17
\item{ref.numb.genes}{The total number of genes teste, standard equal to 45 956 (MSIGDB standard).}
18
}
19
\value{
20
result
21
}
22
\description{
23
Calculates the p-values for unranked gene set enrichment based on two gmt files as input and the hyper geometric test.
24
}
25
\keyword{internal}