This function checks the validity of the conditions.

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

check.conditions(conds)

Arguments

conds

A vector

Value

A list

Author

Samuel Wieczorek as the author of check.conditions.

Examples

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