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

Support sparse matrix storage #46

Open
scjlee opened this issue Jan 10, 2025 · 0 comments
Open

Support sparse matrix storage #46

scjlee opened this issue Jan 10, 2025 · 0 comments

Comments

@scjlee
Copy link
Collaborator

scjlee commented Jan 10, 2025

If we want to further extend the usability for single-cell data. It might be good to have an option to store data field as a sparse matrix.

This might need to rewrite some functions/methods to use implementations from Matrix package and/or RcppArmadillo. This will help NOT converting data to dense matrix class in R.

Some might-be-useful links:
https://cran.r-project.org/web/packages/RcppArmadillo/vignettes/RcppArmadillo-sparseMatrix.pdf

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

No branches or pull requests

2 participants