View source: R/limmaAnalysis.R
check.design | R Documentation |
Check if the design is valid
check.design(sTab)
sTab |
The data.frame which correspond to the 'pData()' function of package 'MSnbase'. |
A boolean
Thomas Burger, Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
check.design(Biobase::pData(Exp1_R25_pept)[, seq_len(3)])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.