Learn R Programming

ctrlGene (version 1.0.1)

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

Run this code
# NOT RUN {
FIB
x=geNorm(FIB,ctVal=FALSE)
plotM(x)

FIBct
y=geNorm(FIBct)
plotM(y)
# }

Run the code above in your browser using DataLab