Closed StefanosVoglis closed 1 year ago
I've updated my Matrix version to 1.6 yet am not getting the same error, one difference is that I have Seurat v5 beta installed instead of 4.3, so maybe that code works with the newer version of Matrix. Can you try installing Seurat v5 https://satijalab.org/seurat/articles/install and let me know if that works?
Alternatively, we can also remove the step in the CNV workflow which also reports Seurat Clusters and then the function that is causing the error wouldnt be run.
Let me know if you can use Seurat v5, otherwise I will write a modified version in a dev branch that may fix this.
Apparently it is very important to load the Matrix package (v1.6.0) BEFORE Seurat. Then it works fine in my case.
Hi, there seems to be an issue with the Matrix package version and using the CNV mode within scATOMIC.
Apparently the newest Matrix package (v. 1.6.0) does not work with the current Seurat version (see here https://github.com/satijalab/seurat/issues/6746 and after calling
the following error appears:
However, when installing a previous version of the Matrix package (e.g. 1.5-4.1), there seems to be a problem with the copykat call:
Any ideas what a solution may be ?
Kind regards,