Description Usage Arguments Value Examples
Group information
| 1 2 3 4 5 6 7 8 9 | 
| object | a  | 
| ... | argiments to other functions. | 
| value | a character vector with new group membership | 
a character vector
| 1 2 3 4 5 | data("endoderm_small")
head(groups(endoderm_small))
groups(endoderm_small) <- sample(c("A", "B"), 
    ncol(endoderm_small), replace = TRUE)
head(groups(endoderm_small))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.