make.design.3 | R Documentation |
This function builds the design matrix for design of level 3
make.design.3(sTab)
sTab |
The data.frame which correspond to the pData function of MSnbase |
A design matrix
Thomas Burger, Quentin Giai-Gianetto, Samuel Wieczorek originally in the DAPAR package. Included in this package since DAPAR is to be removed from Bioconductor >= 3.15.
## Not run: utils::data(Exp1_R25_pept, package='DAPARdata') sTab <-cbind(Biobase::pData(Exp1_R25_pept), Tech.Rep=1:6) make.design.3(sTab) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.