Description Usage Arguments Examples
Creates a list containing a factor of group names as well as a data frame of group names from the selected character vector
| 1 | grpSelection(frame, groupselect, column=1, multi=FALSE)
 | 
| frame | A data frame containing the selected samples and their respective groups | 
| groupselect | A character vector containing the desired group names | 
| column | Integer that selects which column of the data frame to use as the group names | 
| multi | Boolean that if set true, will combine all entries in the data frame rowwise with "." as a separator. Intended for multifactoral analysis | 
| 1 | group <- grpSelection(frame, c("group_A","group_B"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.