Hi all, I am new to the BioInformatics, and quite a beginner in R programming language. I have a dataset of 10 patients and 4 healthy controls (size of data 20GB), and I need to do sc RNA seq and get different expression gene. I get count matric for each sample and merge them, then I create Seurat object. Everything is ok until now. Unfortunately, Normalization and Scale step do not work as well as SCTransform is not working. I got this error Error: cannot allocate vector of size 19.6GB and exit from R even I do the analysis on a remote server and I checked the memory ($ free -g) and got
total used free shared buff/cache available
Mem: 62 9 36 0 16 52
Swap: 0 0 0
Could I analysis every sample alone separately without merging all samples?
I'd greatly appreciate any thoughts or suggestions that you might have.
Thanks
I would not recommend this - your machine could crash if only 4 GB is available to all other processes. You're better off using rpolicastro's method.