-
Notifications
You must be signed in to change notification settings - Fork 140
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
peakAnnoEnrichment fxn gives error "CRsparse_colSums" not resolved from current namespace (Matrix) #2140
Comments
Hi @BartBryant! Thanks for using ArchR! Lately, it has been very challenging for me to keep up with maintenance of this package and all of my other |
I managed to remedy this error by downgrading my Matrix package to version 1.5-0 from 1.6-5 |
If the Matrix version (greater than 1.6.0, such as 1.6.5) is too high (but Signal or Seurat depends on Matrix at least 1.63 or above), an error will be reported, indicating that the CRsparse_colSums class does not exist
# define NEW_OBJECT(class_def) R_do_new_object(class_def) SEXP CRsparse_colSums(SEXP obj, SEXP narm, SEXP mean, SEXP sparse); Then recompile the source code for Matrix 1.6.5 The Matrix website for version 1.6.0 is: https://github.com/r-wasm/Matrix |
If the Matrix version (greater than 1.6.0, such as 1.6.5) is too high (but Signal or Seurat depends on Matrix at least 1.63 or above), an error will be reported, indicating that the CRsparse_colSums class does not exist
# define NEW_OBJECT(class_def) R_do_new_object(class_def) SEXP CRsparse_colSums(SEXP obj, SEXP narm, SEXP mean, SEXP sparse); Then recompile the source code for Matrix 1.6.5 The Matrix website for version 1.6.0 is: https://github.com/r-wasm/Matrix |
If the Matrix version (greater than 1.6.0, such as 1.6.5) is too high (but Signal or Seurat depends on Matrix at least 1.63 or above), an error will be reported, indicating that the CRsparse_colSums class does not exist
# define NEW_OBJECT(class_def) R_do_new_object(class_def) SEXP CRsparse_colSums(SEXP obj, SEXP narm, SEXP mean, SEXP sparse); Then recompile the source code for Matrix 1.6.5 The Matrix website for version 1.6.0 is: https://github.com/r-wasm/Matrix |
same problem
ArchR-peakAnnoEnrichment-1819e661f4a5e-Date-2024-10-22_Time-14-39-10.035534.log |
even upon downgrading to Matrix_1.6-0 the problem persists |
Seems to be solved by |
running ArchR up to Ch12 and I get an error message with the peakAnnoEnrichment ( )
of note, I am using SeuratObject_4.1.3 and Seurat_4.3.0 as previous tutorial required these versions of Seurat
any help from anyone would be awesome!
danke
barT
The text was updated successfully, but these errors were encountered: