Returns a function that calculates the number of NA of each gene across multi-slide microarray experiment.
numNAFun()
Returns a function.
Yee Hwa (Jean) Yang
is.na
x <- rnorm(10) x[8] <- NA y <- numNAFun() y(x)