Closed eblchen closed 19 hours ago
Hi @eblchen! 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 responsibilities as a PI. I have not been responding to issue posts and I have not been pushing updates to the software. We are actively searching to hire a computational biologist to continue to develop and maintain ArchR and related tools. If you know someone who might be a good fit, please let us know! In the meantime, your issue will likely go without a reply. Most issues with ArchR right not relate to compatibility. Try reverting to R 4.1 and Bioconductor 3.15. Newer versions of Seurat and Matrix also are causing issues. Sorry for not being able to provide active support for this package at this time.
Hi Emilia, I think this is an issue specific to latent semantic indexing, rather than doublet score computation. Can you confirm that you are having this issue with ArchR 1.0.3? This version has a bunch of bug fixes, and I recall some changes specific to LSI. We are looking to get this merged to main momentarily, after a few more checks.
You can do so by doing:
devtools::install_github("GreenleafLab/ArchR", ref= "dev", repos = BiocManager::repositories())
If that doesn't work, I saw a lot of people having similar issues with stale Matrix
/ downstream packages.
You could try doing:
install.packages("Matrix", type = "source")
install.packages("irlba", type = "source")
Hi, Thanks for the help! That seems to have done the trick - updating ArchR alone didn't work but then reinstalling Matrix and irlba after seemed to sort it. Thank you!
My pleasure!
Error running DoubletScores, have tried various solutions from https://github.com/GreenleafLab/ArchR/issues/218, like running with one thread, which haven't seem to have worked.
Log file: ArchR-addDoubletScores-63852ec5d85c-Date-2024-11-06_Time-19-49-46.898364.log