Learn R Programming

MiPP (version 1.44.0)

mipp.preproc: 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

Run this code

library(MiPP)

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

Run the code above in your browser using DataLab