check.design {DAPAR}R Documentation

Check if the design is valid

Description

This function check the validity of the experimental design

Usage

## S3 method for class 'design'
check(sTab)

Arguments

sTab

The data.frame which correspond to the pData function of MSnbase

Value

A boolean

Author(s)

Thomas Burger, Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
check.design(Biobase::pData(Exp1_R25_pept)[,1:3])

[Package DAPAR version 1.16.1 Index]