Learn R Programming

mi4p (version 1.3)

check.conditions: Check if the design is valid

Description

This function checks the validity of the conditions.

This function was included from the check.conditions function in the DAPAR package, since DAPAR was to be removed from Bioconductor >= 3.15.

Usage

check.conditions(conds)

Value

A list

Arguments

conds

A vector

Author

Samuel Wieczorek as the author of check.conditions in the DAPAR package.

Examples

Run this code
if (FALSE) {
utils::data(Exp1_R25_pept, package='DAPARdata')
check.conditions(Biobase::pData(Exp1_R25_pept)$Condition)
}

Run the code above in your browser using DataLab