frvarna: Variance of rows for arrays with NA values

Description Usage Arguments Value Examples

Description

This function computes the variance by rows ignoring NA values

Usage

1

Arguments

x

Numeric matrix

Value

1-column matrix with the variance by row results

Examples

1
2
3
4
data(bcellViper, package="bcellViper")
tmp <- exprs(dset)[1:10, ]
tmp[round(runif(100, 1, length(tmp)))] <- NA
frvarna(tmp)

chrischen1/viper_copy documentation built on May 13, 2019, 6:52 p.m.