View source: R/Seurat_Spatial_based.R
SpatialSer.SlideSeq.local | R Documentation |
Create a Seurat object from Spatial SlideSeq data
SpatialSer.SlideSeq.local(
dge.path = NULL,
pos.path = NULL,
celltype.path = NULL,
celltype.header = "max_cell_type",
radius = 2450,
do.plot = T,
doFilter = T,
log_nCount.bool = T
)
dge.path |
path to the expression data |
pos.path |
path to the position data |
celltype.path |
path to the cell type data |
celltype.header |
header for the cell type column in celltype.path |
radius |
radius for filtering cells |
do.plot |
logical indicating whether to plot the filtered cells |
doFilter |
logical indicating whether to filter cells |
log_nCount.bool |
logical indicating whether to log transform nCount |
a Seurat object for Spatial SlideSeq data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.