frcv: Coeficient of variations for rows

Description Usage Arguments Value Examples

Description

This function computes the coefficient of variation (CV) by rows

Usage

1
frcv(x)

Arguments

x

Numeric matrix

Value

1-column matrix with the coefficient of variation 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
frcv(tmp)

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