Description Usage Arguments Value
Evaluates integrity of the grouping variable at the sample information data frame.
1 2 3 4 5 6 7  | validateSampInfo(
  sampInfo,
  groupCol,
  mat,
  checkNames = TRUE,
  checkSingleSample = TRUE
)
 | 
sampInfo | 
 The sample information data frame.  | 
groupCol | 
 The column containing the grouping variable.  | 
mat | 
 Matrix containing data. If provided, it will check number of columns in mat.  | 
checkNames | 
 Check if grouping variable contains syntactically valid names? If TRUE, they are fixed in the output data frame.  | 
checkSingleSample | 
 Check if any group contains only one sample? A warning message appears if true.  | 
The checked sampInfo data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.