plotfeatmap {RaceID} | R Documentation |
Highlighting feature values in a dimensional reduction representation
Description
This functions highlights feature values in a two-dimensional t-SNE map, UMAP, or a Fruchterman-Rheingold graph layout of the singe-cell transcriptome data.
Usage
plotfeatmap(
object,
g,
n = NULL,
logsc = FALSE,
fr = FALSE,
um = FALSE,
cells = NULL,
cex = 1,
map = TRUE,
leg = TRUE,
flo = NULL,
ceil = NULL
)
Arguments
object |
|
g |
Vector of real numbered features to highlight in the dimensional reduction representation, NAs will be highlighted in grey. |
n |
String of characters representing the title of the plot. Default is |
logsc |
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 1. |
map |
logical. If |
leg |
logical. If |
flo |
Numeric. Lower bound for feature values. All values smaller then |
ceil |
Numeric. Upper bound for feature values. All values larger then |
Value
None