check.design {DAPAR} | R Documentation |
This function check the validity of the experimental design
check.design(sTab)
sTab |
The data.frame which correspond to the pData function of MSnbase |
A boolean
Thomas Burger, Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) check.design(Biobase::pData(Exp1_R25_pept)[,1:3])