mipp.preproc: Preprocessing

Description Usage Arguments See Also Examples

View source: R/preprocess.R

Description

Performs IQR normalization, thesholding, and log2-transformation

Usage

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

Arguments

x

data

data.type

data type is MAS5, MAS4, or dChip

See Also

mipp

Examples

1
2
3
4
library(MiPP)

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

MiPP documentation built on Nov. 8, 2020, 8:31 p.m.