View source: R/visium.utilities.R
rotateVisium | R Documentation |
Rotates Seurat visium slide
rotateVisium(v, n = 1, mirror = FALSE, image.name = NULL)
v |
Seurat object |
n |
number of counter-clockwise rotations |
mirror |
logical, whether to slide should be flipped horisontally |
rotated Seurat object
vm = rotateVisium(v,n=0,m=T)
SpatialFeaturePlot(v,'lnCount_Spatial')+SpatialFeaturePlot(vm,'lnCount_Spatial')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.