make.design {DAPAR}R Documentation

Builds the design matrix

Description

This function builds the design matrix

Usage

make.design(sTab)

Arguments

sTab

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

Value

A design matrix

Author(s)

Thomas Burger, Quentin Giai-Gianetto, Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
make.design(Biobase::pData(Exp1_R25_pept))

[Package DAPAR version 1.16.10 Index]