powered by
This function calculates measure M according to algorithm of geNorm
measureM(expression, ctVal = TRUE)
a matrix of expression levels. Each row corresponds to a sample and each column to a gene.
a logical value indicating data type. If ct-values are input, ctVal=TRUE, otherwise, ctVal=FALSE.
A sorted dataframe with two columns, 'Genes' and 'M' (the relative stability; lower means more stable).
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>.
# NOT RUN { FIB measureM(FIB,ctVal=FALSE) FIBct measureM(FIBct) # }
Run the code above in your browser using DataLab