frcv: Coeficient of variations for rows

Description Usage Arguments Value Examples

View source: R/general.r

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)

viper documentation built on Nov. 8, 2020, 7:37 p.m.