This function builds the design matrix for design of level 2
Arguments
- sTab
The data.frame which correspond to the pData function of MSnbase
Author
Thomas Burger, Quentin Giai-Gianetto, Samuel Wieczorek
Examples
if (FALSE) { # \dontrun{
utils::data(Exp1_R25_pept, package='DAPARdata')
make.design.2(Biobase::pData(Exp1_R25_pept))
} # }