frvarna {viper} | R Documentation |
This function computes the variance by rows ignoring NA values
frvarna(x)
x |
Numeric matrix |
1-column matrix with the variance by row results
data(bcellViper, package="bcellViper") tmp <- exprs(dset)[1:10, ] tmp[round(runif(100, 1, length(tmp)))] <- NA frvarna(tmp)