make.design.1 {DAPAR} | R Documentation |
This function builds the design matrix for design of level 1
make.design.1(sTab)
sTab |
The data.frame which correspond to the pData function of MSnbase |
A design matrix
Thomas Burger, Quentin Giai-Gianetto, Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) make.design.1(Biobase::pData(Exp1_R25_pept))