[560303]: / man / HyperGTestGeneEnrichment.Rd

Download this file

26 lines (22 with data), 805 Bytes

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