Yuchen Li

Results 3 issues of Yuchen Li

Hi, @bnprks. I followed the [BPCells tutorials](https://bnprks.github.io/BPCells/articles/pbmc3k.html#atac-normalization-pca-and-umap) but computed SVD using `svds()` instead of `irlba()`. For example, in the RNA part: ``` svd

This will enable users to use `BPCells` matrix to save RAM.

Hi, @bnprks, I added an option `sparse = TRUE/FALSE` to `pseudobulk_matrix()`. ## Motivation Previous `pseudobulk_matrix` only returns dense matrices for the aggregated data. It looks great enough when the number...