Creates variable features plot with N number of features already labeled by default.
VariableFeaturePlot_scCustom(
seurat_object,
num_features = 10,
custom_features = NULL,
label = TRUE,
pt.size = 1,
colors_use = c("black", "red"),
repel = TRUE,
y_axis_log = FALSE,
assay = NULL,
selection.method = NULL,
...
)
Seurat object name.
Number of top variable features to highlight by color/label.
A vector of custom feature names to label on plot instead of labeling top variable genes.
logical. Whether to label the top features. Default is TRUE.
Adjust point size for plotting.
colors to use for plotting. Default is "black" and "red".
logical (default TRUE). Whether or not to repel the feature labels on plot.
logical. Whether to change y axis to log10 scale (Default is FALSE).
Assay to pull variable features from.
If more then one method use to calculate variable features specify which
method to use for plotting. See selection.method
parameter in VariableFeaturePlot
for list of options.
Extra parameters passed to VariableFeaturePlot
.
A ggplot object