Learn R Programming

mi4p (version 1.3)

make.design.2: Builds the design matrix for designs of level 2

Description

This function builds the design matrix for design of level 2

Usage

make.design.2(sTab)

Value

A design matrix

Arguments

sTab

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

Author

Thomas Burger, Quentin Giai-Gianetto, Samuel Wieczorek

Examples

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

Run the code above in your browser using DataLab