plotSymbolstSNE {DIscBIO} | R Documentation |
tSNE map for K-means clustering with symbols
Description
Visualizing the K-means clusters using tSNE maps
Usage
plotSymbolstSNE(object, types = NULL, legloc = "bottomright")
## S4 method for signature 'DISCBIO'
plotSymbolstSNE(object, types = NULL, legloc = "bottomright")
Arguments
object |
|
types |
If types=NULL then the names of the cells will be grouped automatically. Default is NULL |
legloc |
A keyword from the list "bottomright", "bottom", "bottomleft", "left", "topleft", "top", "topright", "right" and "center". Default is "bottomright" |
Value
Plot of tsne objet slot, grouped by gene.
[Package DIscBIO version 1.2.2 Index]