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

View source: R/make.design.R

make.design.3R Documentation

Builds the design matrix for designs of level 3

Description

This function builds the design matrix for design of level 3

Usage

make.design.3(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 originally in the DAPAR package. Included in this package since DAPAR was to be removed from Bioconductor >= 3.15.

Examples

## Not run: 
utils::data(Exp1_R25_pept, package='DAPARdata')
sTab <-cbind(Biobase::pData(Exp1_R25_pept), Tech.Rep=1:6)
make.design.3(sTab)

## End(Not run)


mi4p documentation built on March 31, 2023, 6:23 p.m.