correlationSpot.Rd
Plotting correlations on Vissium data in Seurat
spatial transcriptomics data in Seurat.
gene or genes of interest for performing correlations. Must exist as row name(s) in the `rna_slot`.
celltype or celltypes of interest for performing correlations. Must exist as row name(s) in the `label_slot`.
geneset or column in meta.data for performing correlations. Must exist as column name(s) in the meta.data.
whether or not to restrict the output to just high expressing values, low expressing values or both. Caveat with using both is low expressing ~ low expressing will still return a high correlation value.
percentile cut off for determining mode output.
whether or not to scale values from 0 to 1 before performing correlations.
number of dimensions used for calculating neighborhoods in spatial data.
number of k neighbors for calculating neighborhoods in spatial data.
resolution of spatial clustering.
name of gene expression slot. Defaults to 'SCT'.
name of label/prediction slot. Defaults to 'predictions'.
whether or not to define spatial clusters based on image spatial location or gene expression.
whether or not to return the output averaged across clusters.
passed to Seurat::SpatialFeaturePlot
SpatialFeaturePlot