plotlabelsmap {RaceID} | R Documentation |
Plot labels in a dimensional reduction representation
Description
This functions plots cell labels into a two-dimensional t-SNE map, UMAP, or a Fruchterman-Rheingold graph layout of the singe-cell transcriptome data.
Usage
plotlabelsmap(object, labels = NULL, fr = FALSE, um = FALSE, cex = 0.5)
Arguments
object |
|
labels |
Vector of labels for all cells to be highlighted in the t-SNE map. The order has to be the same as for the
columns in slot |
fr |
logical. If |
um |
logical. If |
cex |
positive real number. Size of the labels. Default is 0.5. |
Value
None
[Package RaceID version 0.3.5 Index]