wrapper.diffAnaLimma {DAPAR}R Documentation

Performs differential analysis on an MSnSet object, calling the limma package functions

Description

Method to perform differential analysis on a MSnSet object (calls the limma package function).

Usage

wrapper.diffAnaLimma(obj, condition1, condition2)

Arguments

obj

An object of class MSnSet.

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.

Value

A dataframe as returned by the limma package

Author(s)

Alexia Dorffer

Examples

require(DAPARdata)
data(Exp1_R25_pept)
condition1 <- '25fmol'
condition2 <- '10fmol'
wrapper.diffAnaLimma(Exp1_R25_pept[1:1000], condition1, condition2)

[Package DAPAR version 1.10.4 Index]