Joey Y

Results 6 comments of Joey Y

> After repeated testing, I finally know the answer to this question: > > This error occurred in the RNAIntegration.R of the ArchR package This code in the RNAIntegration.R file:...

> > > After repeated testing, I finally know the answer to this question: > > > This error occurred in the RNAIntegration.R of the ArchR package This code in...

I have the same error, and there is no use of pip install anndata==0.10.8. Moreover, my MuData is the newest version 0.3.2

> [@joeyQX](https://github.com/joeyQX) Im not quite following, but anndata 0.10.x is at least 1 year old, and we can make certain it will be supported with most recent scvi-tools (e.g 1.4.x)....

> [@rcorces](https://github.com/rcorces) I solved this problem by changing the version of `Seurat` package: > > ``` > remove.packages("SeuratObject") > packageurl install.packages(packageurl, repos=NULL, type="source") > > > > remove.packages("Seurat") > packageurl...