wrapper.diffAnaWelch {DAPAR}R Documentation

Performs a differential analysis on a MSnSet object using the Welch t-test

Description

Computes differential analysis on a MSnSet object, using the Welch t-test (t.test{stats}).

Usage

wrapper.diffAnaWelch(obj, condition1, condition2)

Arguments

obj

An object of class MSnSet.

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.

Value

A dataframe with two slots : P_Value (for the p-value) and logFC (the log of the Fold Change).

Author(s)

Alexia Dorffer

Examples

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

[Package DAPAR version 1.10.4 Index]