This function calculates local p-values from expression data, output as -log10(p-value).
RN_calc_LPV(X, design, bind =TRUE)
Arguments
X: data.frame with expression values. It may contain additional non numeric columns (eg. a column with gene names)
design: The design matrix. Refer to the help for RN_calc for further info.
bind: See Value (Default = TRUE)
Returns
If bind is TRUE the function returns a data.frame with the original expression values from data.frame X and attached columns with the -log10(p-values) computed for each sample, otherwise only the matrix of -log10(p-values) is returned.
Author(s)
Giulio Pavesi - Dep. of Biosciences, University of Milan
Federico Zambelli - Dep. of Biosciences, University of Milan