check.conditions {DAPAR}R Documentation

Check if the design is valid

Description

This function check the validity of the conditions

Usage

## S3 method for class 'conditions'
check(conds)

Arguments

conds

A vector

Value

A list

Author(s)

Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
check.conditions(Biobase::pData(Exp1_R25_pept)$Condition)

[Package DAPAR version 1.16.2 Index]