plotV {ctrlGene} | R Documentation |
Plots V(n+1/n) values
Description
This function plots the average expression stability values of remaining control genes.
Usage
plotV(Vs)
Arguments
Vs |
the result returned by function of pairwiseV() |
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
Vs1=pairwiseV(FIB,ctVal=F)
plotV(Vs1)
FIBct
Vs2=pairwiseV(FIBct)
plotV(Vs2)
[Package ctrlGene version 1.0.1 Index]