View source: R/required_scripts.R
expand_cell_set_labels | R Documentation |
Takes as input a vector of merged cell set labels and outputs a list of all of the cell set labels as vectors. If remerge=TRUE, then instead a vector of remerged cell set labels is output. Note: this function assumes a single first_label value for all cell sets.
expand_cell_set_labels(cell_set_label_vector, sep = " ", remerge = TRUE)
cell_set_label_vector |
character vector of cell set labels for the form "prefix value" |
sep |
delimiter separating prefix from value (default of " " should likely not be changed) |
remerge |
should an optimally re-merged vector of cell set labels (TRUE; default) or a list of all separate cell set labels (FALSE) be returned |
character list or vector corresponding to desired output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.