# integration
params_merge <- new('SeuratMerge', normalize = params_normalize)
x_merged <- Merge(x, params_merge) # x_merged is a Seurat object
Error:
Error in getGlobalsAndPackages(expr, envir = envir, globals = globals): The total size of the 7 globals exported for future expression (‘FUN()’) is 2.35 GiB.. This exceeds the maximum allowed size of 500.00 MiB (option 'future.globals.maxSize'). The three largest globals are ‘object.list’ (2.35 GiB of class ‘list’), ‘anchor.features’ (125.67 KiB of class ‘character’) and ‘FUN’ (35.52 KiB of class ‘function’)
Running command:
Error: