twoGroupsGO | R Documentation |
Performs the GO analysis for two groups.
twoGroupsGO(
param,
testResult,
seqAnno,
normalizedAvgSignal = NULL,
method = "Wallenius"
)
ezGoseq(
param,
selectedGenes,
allGenes,
gene2goList = NULL,
method = c("Wallenius", "Sampling", "Hypergeometric"),
onto = NULL,
normalizedAvgSignal = NULL
)
param |
a list of parameters:
|
testResult |
a list containing the results of an earlier test. |
seqAnno |
the sequence annotation. |
normalizedAvgSignal |
an optional normalized average signal. |
method |
which method to pass to |
Returns the results of the GO analysis.
ezGoseq
: Performs the GO analysis and returns a list of results.
Rehrauer, Hubert
Schmid, Peter
ezGoseq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.