How much RAM for scRNAseq 200K cells?
0
0
Entering edit mode
17 months ago
psm ▴ 130

Hi all,

Sorry if this has been asked multiple times before - I’m wondering what’s possible in the current landscape of bioinformatics tools.

I’m planning on sequencing a set of 200,000 cells or so using 10X’s fixed RNA profiling technology. I’d like to at least try to analyze the data myself. My main device has 16 cores and 64gb RAM - wondering how doable that is, or if I need to look into other solutions. I’m not a fan of HPC because I don’t like submitting jobs into a queue…I prefer getting results back in real time if possible and tracking progress.

Any thoughts? Feel free to tell me this plan makes no sense!

cells Single RNA-seq cell • 1.8k views
ADD COMMENT
1
Entering edit mode

It's likely too much to fit all into memory depending on type of analysis, so I would look into on-disk solutions (HDF5 for example). See a good read at http://bioconductor.org/books/3.16/OSCA.advanced/dealing-with-big-data.html#out-of-memory-representations

ADD REPLY
0
Entering edit mode

Thank you - really helpful! Interestingly it says that 1.3 million cells would require about 30gb RAM as a sparse matrix - that actually seems surprisingly good, and if so bodes well for the 200k cells i plan to analyze.

ADD REPLY
1
Entering edit mode

That's just keeping the plain matrix in memory, wothout any analysis done. You will have that, and the normalized counts, plus reduced dimensions, plus the memory required by the tools to run all that. So effectively it will me >>> more

ADD REPLY
1
Entering edit mode

Let's say you are using Seurat, you should be fine for a standard analysis but it is very unlikely you will be able to run Seurat's SCTransform... you would need at least 200 GB+ probably much more. You might even struggle to do the basic merging/integration with your RAM limitations.

ADD REPLY

Login before adding your answer.

Traffic: 2976 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6