Nanostring-Biostats / CosMx-Analysis-Scratch-Space

This repository is an exploratory resource to accelerate opensource analysis of CosMx® Spatial Molecular Imager (SMI) data. Contained here are and writeups and vignettes addressing a variety of topics discussed when analyzing single-cell spatial data.
https://nanostring-biostats.github.io/CosMx-Analysis-Scratch-Space/
Other
34 stars 4 forks source link

Add seurat globals option #32

Closed crwilliams11 closed 5 months ago

crwilliams11 commented 5 months ago

When working with many CosMx datasets in Seurat, there is often an error thrown that the total size of globals needed for the future expression exceeds the maximum allowed size. Seurat uses parallelization for a number of functions by default for many functions and recommends in their vignette to increase this future.globals.maxSize option to avoid the errors.

image

This PR adds the recommendation to increase the max size for this option.