Learn R Programming

viper (version 1.6.0)

frcv: Coeficient of variations for rows

Description

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

Usage

frcv(x)

Arguments

x
Numeric matrix

Value

1-column matrix with the coefficient of variation by row results

Examples

Run this code
data(bcellViper, package="bcellViper")
tmp <- exprs(dset)[1:10, ]
tmp[round(runif(100, 1, length(tmp)))] <- NA
frcv(tmp)

Run the code above in your browser using DataLab