wrapper.diffAnaLimma {DAPAR} | R Documentation |
limma
package functionsMethod to perform differential analysis on
a MSnSet
object (calls the limma
package function).
wrapper.diffAnaLimma(obj, condition1, condition2)
obj |
An object of class |
condition1 |
A vector that contains the names of the conditions considered as condition 1. |
condition2 |
A vector that contains the names of the conditions considered as condition 2. |
A dataframe as returned by the limma
package
Alexia Dorffer
require(DAPARdata) data(Exp1_R25_pept) condition1 <- '25fmol' condition2 <- '10fmol' wrapper.diffAnaLimma(Exp1_R25_pept[1:1000], condition1, condition2)