# NOT RUN {
data(mpiu)
if(requireNamespace("preprocessCore", quietly=TRUE)){
mpiun <- quantilenorm(mpiu)
head(mpiun)
# transpose (change) subjects and measurements
mpiunt <- quantilenorm(mpiu, transpose=TRUE)
head(mpiunt)
}
# }
Run the code above in your browser using DataLab