wrapper.t_test_Complete {DAPAR}R Documentation

xxxxx

Description

This function is a wrapper xxxxx

Usage

wrapper.t_test_Complete(obj, ...)

Arguments

obj

An object of class MSnSet with no missing values

...

See compute.t.tests

Value

xxxxxxx

Author(s)

Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
obj <- Exp1_R25_pept[1:1000]
keepThat <- mvFilterGetIndices(obj, 'wholeMatrix', ncol(obj))
obj <- mvFilterFromIndices(obj, keepThat)
ttest <- wrapper.t_test_Complete(obj, 1)

[Package DAPAR version 1.16.8 Index]