View source: R/required_scripts.R
merge_cell_set_labels | R Documentation |
Takes as input a vector of cell set labels and outputs a single character that merges the cell set labels together in a specific format.
merge_cell_set_labels(cell_set_label_vector, sep = " ")
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) |
character corresponding to merged value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.