plotmap {RaceID} | R Documentation |
Plotting a dimensional reduction representation
Description
This functions plots a two-dimensional t-SNE map, UMAP, or a Fruchterman-Rheingold graph layout of the singe-cell transcriptome data.
Usage
plotmap(object, final = TRUE, tp = 1, fr = FALSE, um = FALSE, cex = 0.5)
Arguments
object |
|
final |
logical. If |
tp |
Number between 0 and 1 to change transparency of dots in the map. Default is 1. |
fr |
logical. If |
um |
logical. If |
cex |
size of data points. Default value is 0.5. |
Value
None
[Package RaceID version 0.3.5 Index]