R/tools.R
group_from_metadata.Rd
Get a character vector of samples' groups from the input metadata file
group_from_metadata(.by, .metadata, .sep = "; ")
Character vector. Specify a column or columns in the input metadata to group by.
Metadata object.
Character vector. Defines a separator between groups if more than one group passed in .by
.
Character vector with group names.
immunarch:::group_from_metadata("Status", data.frame(Status = c("A", "A", "B", "B", "C")))