plotM {ctrlGene} | R Documentation |
Plots average M of remaining genes
Description
This function plots the average expression stability values of remaining control genes.
Usage
plotM(Mrem)
Arguments
Mrem |
the result returned by function of geNorm() |
References
Vandesompele J, De Preter K, Pattyn F, Poppe B, Van Roy N, De Paepe A, Speleman F (2002) <doi: 10.1186/gb-2002-3-7-research0034>.
Examples
FIB
x=geNorm(FIB,ctVal=FALSE)
plotM(x)
FIBct
y=geNorm(FIBct)
plotM(y)
[Package ctrlGene version 1.0.1 Index]