Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory limit #3

Open
HeesooSong opened this issue May 4, 2024 · 0 comments
Open

Memory limit #3

HeesooSong opened this issue May 4, 2024 · 0 comments

Comments

@HeesooSong
Copy link

Hi, thanks for the nice tool.

I was trying to generate a confusion matrix using get_celltype_mapping() function. My sce object contains a little less than 3000 genes (selected by retain_informative_genes()), and more than 5000 cells. The number of selected genes was 254.
However, I got the following error:
Something went wrong: likely memory is exhausted or features you selected can not be used for pca. Try downsampling, smaller n.neigh or smaller nPC.all.
When I tested further, it worked when 3100 cells were given as input. Now, I wonder how much memory is consumed by the algorithm. I am working on the server with a supercomputer, so I have 2TiB RAM... It would be nice if you could provide an approximate memory limit given certain parameters (nCells, nGenes, etc.).

Best,
Heesoo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant