make10Xcellname | R Documentation |
Appends a specified suffix to cell names to mimic lane suffixes used in 10X datasets.
make10Xcellname(cellnames, suffix = "_1")
cellnames |
A vector of cell names without numeric suffixes. |
suffix |
The suffix to add to each cell name. Default: '_1'. |
A vector of cell names with the specified suffix appended.
cellnames <- c("cell1", "cell2")
make10Xcellname(cellnames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.