| check.design {mi4p} | R Documentation |
Check if the design is valid
Description
This function checks the validity of the experimental design.
This function was included from the check.design
function in the DAPAR package, since DAPAR was to be removed from
Bioconductor >= 3.15.
Usage
check.design(sTab)
Arguments
sTab |
The data.frame which correspond to the pData function of MSnbase |
Value
A boolean
Author(s)
Thomas Burger, Quentin Giai-Gianetto, Samuel Wieczorek as
the authors of check.design in the DAPAR package.
Examples
## Not run:
utils::data(Exp1_R25_pept, package='DAPARdata')
check.design(Biobase::pData(Exp1_R25_pept)[,1:3])
## End(Not run)
[Package mi4p version 1.1 Index]