R/limmaAnalysis.R
make.design.Rd
Builds the design matrix
make.design(sTab)
The data.frame which correspond to the pData() function of package MSnbase.
pData()
MSnbase
A design matrix
Thomas Burger, Quentin Giai-Gianetto, Samuel Wieczorek
data(Exp1_R25_pept, package='DaparToolshedData') make.design(SummarizedExperiment::colData(Exp1_R25_pept)) #> ConditionA ConditionB #> [1,] 1 0 #> [2,] 1 0 #> [3,] 1 0 #> [4,] 0 1 #> [5,] 0 1 #> [6,] 0 1