Learn R Programming

ctrlGene (version 1.0.1)

plotV: 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

Run this code
# NOT RUN {
FIB
Vs1=pairwiseV(FIB,ctVal=F)
plotV(Vs1)

FIBct
Vs2=pairwiseV(FIBct)
plotV(Vs2)
# }

Run the code above in your browser using DataLab