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

address scaling limitation #2

Closed
sreichl opened this issue Dec 23, 2023 · 3 comments
Closed

address scaling limitation #2

sreichl opened this issue Dec 23, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@sreichl
Copy link
Collaborator

sreichl commented Dec 23, 2023

When data gets too large the conversion from sparse matrix format to dense matrices crashes.
Here with 120k cells and 22k features (already reduced from 28k).

Warning messages:
1: In .sparse2dense(e1) :
  sparse->dense coercion: allocating vector of size 20.6 GiB
2: In .sparse2dense(e2) :
  sparse->dense coercion: allocating vector of size 20.6 GiB
....
Processing rep1
Error in nt_data %*% model.matrix : 
  Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 102
Calls: CalcPerturbSig -> PerturbDiff -> %*% -> %*%

ideas

  • reduce data size further by dim. red.
  • split the data per KO after PCA and perform the steps per KO -> aggregate data before LDA
    • Question: do the steps work per KO or require all the data?
@sreichl sreichl self-assigned this Dec 23, 2023
@sreichl sreichl added the enhancement New feature or request label Dec 23, 2023
@sreichl
Copy link
Collaborator Author

sreichl commented Jan 12, 2024

@sreichl
Copy link
Collaborator Author

sreichl commented Jan 17, 2024

  • read out all package versions and put in env.yaml if that using Seurat 4.4. worked

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

No branches or pull requests

1 participant