mipp.preproc {MiPP}R Documentation

Preprocessing

Description

Performs IQR normalization, thesholding, and log2-transformation

Usage

mipp.preproc(x, data.type = "MAS5")

Arguments

x data
data.type data type is MAS5, MAS4, or dChip

See Also

mipp

Examples


library(MiPP)

data(colon)
colon.nor <- mipp.preproc(colon)


[Package MiPP version 1.4.0 Index]