fisherTestEdgeResult | R Documentation |
Run Fisher's exact test on an EdgeResult object
fisherTestEdgeResult(
edgeResult,
gmtList,
contrast,
thr.abs.logFC = 1,
thr.FDR = 0.05,
minGeneSetEffectiveSize = 5,
maxGeneSetEffectiveSize = 500,
...
)
edgeResult |
An |
gmtList |
A |
contrast |
Character, the contrast of interest |
thr.abs.logFC |
Numeric, threshold of absolute log2 fold-change to define positively and negatively regulated genes |
thr.FDR |
Numeric, threshold of FDR values |
minGeneSetEffectiveSize |
Integer, minimal number of genes of a geneset that are quantified |
maxGeneSetEffectiveSize |
Integer, maximal number of genes of a geneset that are quantified |
... |
Passed to |
## TODO: example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.