Description Usage Arguments Value Examples
Visualize spatial and clustering (dimensional reduction) data in a linked, interactive framework
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
object |
Seurat object |
dims |
Dimensions to plot, must be a two-length numeric vector specifying x- and y-dimensions |
reduction |
Which dimensionality reduction to use. If not specified, first searches for umap, then tsne, then pca |
image |
Name of the image to use in the plot |
group.by |
Name of one or more metadata columns to group (color) cells by (for example, orig.ident); pass 'ident' to group by identity class |
alpha |
Controls opacity of spots. Provide as a vector specifying the min and max for SpatialFeaturePlot. For SpatialDimPlot, provide a single alpha value for each plot. |
combine |
Combine plots into a single |
feature |
Feature to visualize |
slot |
Which slot to pull expression data from? |
Returns final plots. If combine
, plots are stiched together
using CombinePlots
; otherwise, returns a list of ggplot objects
1 2 3 4 5 | ## Not run:
LinkedDimPlot(seurat.object)
LinkedFeaturePlot(seurat.object, feature = 'Hpca')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.