wrapper.diffAnaWelch {DAPAR} | R Documentation |
MSnSet
object
using the Welch t-testComputes differential analysis on
a MSnSet
object, using the Welch t-test
(t.test{stats}
).
wrapper.diffAnaWelch(obj, condition1, condition2)
obj |
An object of class |
condition1 |
A vector containing the names of the conditions considered as condition 1. |
condition2 |
A vector containing the names of the conditions considered as condition 2. |
A dataframe with two slots : P_Value (for the p-value) and logFC (the log of the Fold Change).
Alexia Dorffer
require(DAPARdata) data(Exp1_R25_pept) condition1 <- '25fmol' condition2 <- '10fmol' wrapper.diffAnaWelch(Exp1_R25_pept[1:1000], condition1, condition2)