|
a |
|
b/man/plotSymbolstSNE.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/DIscBIO-generic-plotSymbolstSNE.R |
|
|
3 |
\name{plotSymbolstSNE} |
|
|
4 |
\alias{plotSymbolstSNE} |
|
|
5 |
\alias{plotSymbolstSNE,DISCBIO-method} |
|
|
6 |
\title{tSNE map for K-means clustering with symbols} |
|
|
7 |
\usage{ |
|
|
8 |
plotSymbolstSNE(object, types = NULL, legloc = "bottomright") |
|
|
9 |
|
|
|
10 |
\S4method{plotSymbolstSNE}{DISCBIO}(object, types = NULL, legloc = "bottomright") |
|
|
11 |
} |
|
|
12 |
\arguments{ |
|
|
13 |
\item{object}{\code{DISCBIO} class object.} |
|
|
14 |
|
|
|
15 |
\item{types}{If types=NULL then the names of the cells will be grouped |
|
|
16 |
automatically. Default is NULL} |
|
|
17 |
|
|
|
18 |
\item{legloc}{A keyword from the list "bottomright", "bottom", "bottomleft", |
|
|
19 |
"left", "topleft", "top", "topright", "right" and "center". Default is |
|
|
20 |
"bottomright"} |
|
|
21 |
} |
|
|
22 |
\value{ |
|
|
23 |
Plot of tsne objet slot, grouped by gene. |
|
|
24 |
} |
|
|
25 |
\description{ |
|
|
26 |
Visualizing the K-means clusters using tSNE maps |
|
|
27 |
} |