Visualize features in dimensional reduction space interactively
IFeaturePlot(object, feature, dims = c(1, 2), reduction = NULL, slot = "data")
Returns the final plot as a ggplot object
Seurat object
Feature to plot
Dimensions to plot, must be a two-length numeric vector specifying x- and y-dimensions
Which dimensionality reduction to use. If not specified, first searches for umap, then tsne, then pca
Which slot to pull expression data from?