hem.preproc {HEM} | R Documentation |
Performs IQR normalization, thesholding, and log2-transformation
function (x, cond, data.type = "MAS5")
x |
data |
cond |
condion vector |
HyungJun Cho and Jae K. Lee
library(HEM) data(pbrain) pbrain.nor <- hem.preproc(pbrain[,2:13])