RenameCells-StdAssay | R Documentation |
Change the cell names in all the different parts of an object. Can be useful before combining multiple objects.
## S3 method for class 'StdAssay'
RenameCells(object, new.names = NULL, ...)
object |
An object |
new.names |
vector of new cell names |
... |
Arguments passed to other methods |
If add.cell.id
is set a prefix is added to existing cell names. If
new.names
is set these will be used to replace existing names.
An object with new cell names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.