Description Usage Arguments Value Examples
Get a character vector of samples' groups from the input metadata file
1 | group_from_metadata(.by, .metadata, .sep = "; ")
|
.by |
Character vector. Specify a column or columns in the input metadata to group by. |
.metadata |
Metadata object. |
.sep |
Character vector. Defines a separator between groups if more than one group passed in |
Character vector with group names.
1 | immunarch:::group_from_metadata("Status", data.frame(Status = c("A", "A", "B", "B", "C")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.