View source: R/InitializecisTopic.R
renameCells | R Documentation |
Rename cells in a cisTopic object
renameCells(object, names, ...)
object |
cisTopic object |
names |
Vector with the new names to be given to the cells. |
... |
Ignored |
Returns a cisTopic object with updated cell names in the relevant slots.
cisTopic_mel <- createcisTopicObject(count.matrix = count.matrix)
cisTopic_mel <- renameCells(cisTopic_mel, names)
cisTopic_mel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.