View source: R/Seurat_Spatial_based.R
LoadSCE_ReturnSer | R Documentation |
load a h5ad SCE object and convert to seurat
LoadSCE_ReturnSer(
SCE_h5ad_file,
ReturnRawSer = T,
SER_rds_file,
verbose = T,
nCount_Spatial_max = 1000,
nFeature_Spatial_min = 20,
nFeature_Spatial_max = 700,
percent.mt_max = 10,
LogNorm = F
)
SCE_h5ad_file |
path to h5ad file |
ReturnRawSer |
if T no normalization or filtering is done |
SER_rds_file |
path to save rds of ser obj |
verbose |
to print and plot or not T/F |
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.