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

View source: R/limmaAnalysis.R

make.design.3R Documentation

Builds the design matrix for designs of level 3

Description

Builds the design matrix for designs of level 3

Usage

make.design.3(sTab)

Arguments

sTab

The data.frame which correspond to the 'pData()' function of package 'MSnbase'.

Value

A design matrix

Author(s)

Thomas Burger, Quentin Giai-Gianetto, Samuel Wieczorek

Examples

data(Exp1_R25_pept, package="DAPARdata")
sTab <- cbind(Biobase::pData(Exp1_R25_pept), Tech.Rep = 1:6)
make.design.3(sTab)



prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.