I'm working with R using the Seurat package on mac.
The data I downloaded is on GEO and the file is - GSE93374_Merged_all_020816_BatchCorrected_LNtransformed_doubletsremoved_Data.txt.gz
I guess the file I've downloaded is too big because after trying to normalize the data using Seurat, I received the following error code:
Error: vector memory exhausted (limit reached?)
I followed the thread on Stack Overflow but it didn't help. My machine has 16GB, and I guess that's why, according to the "NOTE" on the answer, it wasn't helpful.
What can I do? Maybe try and minimize the size of the text file?
Thanks