Description Usage Arguments Value Author(s) References See Also Examples
It Uses the decideTests
function of the 'limma' package to
classify the list of genes as up, down or not significant after
correcting by the multiplicity of the tests.
1 | getDecideTests(fit2, DEmethod, MTestmethod, PVcut,verbose=FALSE)
|
fit2 |
MArrayLM object |
DEmethod |
method for |
MTestmethod |
method for multiple test, choices are 'none','BH', 'BY', ...
see |
PVcut |
p value threshold to declare significant features |
verbose |
logical, if |
A 'TestResults' object of the 'limma' package It prints out the number of UP and DOWN genes for every contrasts according to the p value limit specified
Pedro Lopez-Romero
Smyth, G. K. (2005). Limma: linear models for microarray data. In: 'Bioinformatics and Computational Biology Solutions using R and Bioconductor'. R. Gentleman, V. Carey, S. Dudoit, R. Irizarry, W. Huber (eds), Springer, New York, pages 397–420.
An overview of miRNA differential expression analysis is given in
basicLimma
1 2 3 4 5 6 7 8 | ## Not run:
DE=getDecideTests(fit2,
DEmethod="separate",
MTestmethod="BH",
PVcut=0.10,
verbose=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.