This function builds the design matrix

make.design(sTab)

Arguments

sTab

The data.frame which correspond to the pData function of MSnbase

Value

A design matrix

Author

Thomas Burger, Quentin Giai-Gianetto, Samuel Wieczorek

Examples

if (FALSE) { utils::data(Exp1_R25_pept, package='DAPARdata') make.design(Biobase::pData(Exp1_R25_pept)) }