clip10Xcellname | R Documentation |
Removes suffixes from cell names that are added by 10X technology and Seurat during data processing.
clip10Xcellname(cellnames)
cellnames |
A vector of cell names with potential suffixes. |
A vector of cell names with suffixes removed.
cellnames <- c("cell1_1", "cell2_2")
clip10Xcellname(cellnames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.