Diff of /man/plotExptSNE.Rd [000000] .. [28e211]

Switch to unified view

a b/man/plotExptSNE.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/DIscBIO-generic-plotExptSNE.R
3
\name{plotExptSNE}
4
\alias{plotExptSNE}
5
\alias{plotExptSNE,DISCBIO-method}
6
\title{Highlighting gene expression in the t-SNE map}
7
\usage{
8
plotExptSNE(object, g, n = NULL)
9
10
\S4method{plotExptSNE}{DISCBIO}(object, g, n = NULL)
11
}
12
\arguments{
13
\item{object}{\code{DISCBIO} class object.}
14
15
\item{g}{Individual gene name or vector with a group of gene names
16
corresponding to a subset of valid row names of the \code{ndata} slot of
17
the \code{DISCBIO} object.}
18
19
\item{n}{String of characters representing the title of the plot. Default is
20
NULL and the first element of \code{g} is chosen.}
21
}
22
\value{
23
t-SNE plot for one particular gene
24
}
25
\description{
26
The t-SNE map representation can also be used to analyze
27
  expression of a gene or a group of genes, to investigate cluster specific
28
  gene expression patterns
29
}