plotexpmap {RaceID} | R Documentation |
Highlighting gene expression in a dimensional reduction representation
Description
This functions highlights gene expression in a two-dimensional t-SNE map, UMAP, or a Fruchterman-Rheingold graph layout of the singe-cell transcriptome data.
Usage
plotexpmap(
object,
g,
n = NULL,
logsc = FALSE,
imputed = FALSE,
fr = FALSE,
um = FALSE,
cells = NULL,
cex = 0.5,
map = TRUE,
leg = TRUE,
noise = FALSE
)
Arguments
object |
|
g |
Individual gene name or vector with a group of gene names corresponding to a subset of valid row names of the |
n |
String of characters representing the title of the plot. Default is |
logsc |
logical. If |
imputed |
logical. If |
fr |
logical. If |
um |
logical. If |
cells |
Vector of valid cell names corresponding to column names of slot |
cex |
size of data points. Default value is 0.5. |
map |
logical. If |
leg |
logical. If |
noise |
logical. If |
Value
None