This functions highlights groups of cells by different symbols in a two-dimensional t-SNE map or a Fruchterman-Rheingold graph layout of the singe-cell transcriptome data.
plotsymbolsmap(object, types, subset = NULL, samples_col = NULL,
cex = 0.25, fr = FALSE, leg = TRUE, map = TRUE)
SCseq
class object.
Vector assigning each cell to a type to be highlighted in the t-SNE map. The order has to be the same as for the
columns in slot ndata
of the SCseq
object. Default is NULL
and each cell is highlighted by a different symbol.
Vector containing a subset of types from types
to be highlighted in the map. Default is NULL
and all
types are shown.
Vector of colors used for highlighting all samples contained in samples
in the map. Default is NULL
.
size of data points. Default value is 0.25.
logical. If TRUE
then plot t-SNE map, else plot Fruchterman-Rheingold layout.
logical. If TRUE
then the legend is shown. Default value is TRUE
.
logical. If TRUE
then data points are shown. Default value is TRUE
.
None