Open chingyaousf opened 5 months ago
I have the same question when using Seurat 4.3 . Who can sovle this?
I attempted to solve this issue and it appears to have worked. For detailed instructions, please check the following link: [Fix for DoubletFinder Error in seu@assays$RNA$counts Operator Not Defined for this S4 Class] https://github.com/chingyaousf/fix--doubletFinder-Error-in-seu-assays-RNA-counts-operator-not-defined-for-this-S4-class
Yes, changing seu@assays$RNA$counts to seu@assays$RNA@counts in doubletFinder.R AND paramSweep.R and reinstalling DoubletFinder works.
Agreee with ricardo-aaron, it works!
I have modified the corresponding code and compressed it into a zip file. You can save it to your folder and use the following command to install and load it:
remotes::install_local("your path/DoubletFinder.zip")
Error seu@assays$RNA$counts : $ operator not defined for this S4 class. If the issue of compatibility since I couldn't upgrade Seurat package to ‘5.1.0’ in the server which has no issue of running?