numNAFun {marray}R Documentation

A function that calculates the number of NA of each gene in a multi-slide microarray experiment.

Description

Returns a function that calculates the number of NA of each gene across multi-slide microarray experiment.

Usage

numNAFun()

Arguments

Value

Returns a function.

Author(s)

Yee Hwa (Jean) Yang

See Also

is.na

Examples

x <- rnorm(10)
x[8] <- NA
y <- numNAFun()
y(x)

[Package marray version 1.5.14 Index]