Learn R Programming

fcros (version 1.6-6)

moyStdCalc: Calculation of the mean and the standard deviation of the full or reduced matrix of sorted ranks

Description

This is an internal function for using a C code in the calculation of the mean and the standard deviation of the full or reduced matrix with sorted rank values. The calculations are performed for each row.

Usage

moyStdCalc(rvect, n, m)

Arguments

rvect

Vector containing the full or reduced matrix with sorted rank values

n

Number of genes or probes in the dataset

m

Number of columns of the full or reduced matrix of sorted rank values

Author

Doulaye Dembele doulaye@igbmc.fr

References

Dembele D, Analysis of high-throughput biological data using their rank values, Stat Meth Med Res, 2019, 28(8)2276-2291

Examples

Run this code
#    data(fdata);

Run the code above in your browser using DataLab