It is not exported by DAPAR and has to be reproduced here.
formatLimmaResult(fit, conds, contrast)
Arguments
fit: Limma fit
conds: Condition vector
contrast: Contrast vector
Returns
A list of two dataframes : logFC and P_Value. The first one contains the logFC values of all the comparisons (one column for one comparison), the second one contains the pvalue of all the comparisons (one column for one comparison). The names of the columns for those two dataframes are identical and correspond to the description of the comparison.