Learn R Programming

mi4p (version 1.3)

make.design: Builds the design matrix

Description

This function builds the design matrix

Usage

make.design(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(Biobase::pData(Exp1_R25_pept))
}

Run the code above in your browser using DataLab