Learn R Programming

HEM (version 1.44.0)

hem.preproc: Preprocessing

Description

Performs IQR normalization, thesholding, and log2-transformation

Usage

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

Arguments

x
data
data.type
data type: MAS5 or MAS4

See Also

hem, hem.eb.prior, hem.fdr

Examples

Run this code

data(pbrain)
pbrain.nor <- hem.preproc(pbrain[,2:13])

Run the code above in your browser using DataLab