Skip to contents

Check if the design is valid

Usage

check.design(sTab)

Arguments

sTab

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

Value

A boolean

Author

Thomas Burger, Samuel Wieczorek

Examples

data(subR25pept)
check.design(SummarizedExperiment::colData(subR25pept)[, seq(3)])
#> $valid
#> [1] TRUE
#> 
#> $warn
#> NULL
#>