-
Notifications
You must be signed in to change notification settings - Fork 113
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
Error in ParamSweep #193
Comments
I had same the issue with Seurat v5. I detached the installed DoubletFinder and reinstalled(‘2.0.4’) ‘2.0.4’This solved my issue. |
Thank you for the help I did this as well as reinstalled R and it fixed the issue. However, now I get a new error when I follow the SCTransform workflow. Normalizing layer: counts I can get around this issue by using the standard preprocessing workflow. |
Hello,
I am getting the same error, but I am working with Seurat v4 (4.1.0) and would like to stick with it. Thank you very much! |
Maybe you could try this method, I had the same problem before and solved it with this method |
I also had the same error bellow when I was explicitly setting Normalizing layer: counts Error in orig.commands$NormalizeData.RNA@params :
no applicable method for @ applied to an object of class "NULL" |
Hello,
I have been trying to implement DoubletFinder for my sc analysis. However when I run the paramSweep function i get the following error.
"Normalizing layer: counts Error in NormalizeData.V3Matrix(object = LayerData(object = object, layer = l, : trying to get slot "params" from an object of a basic class ("NULL") with no slots"
Based on my reading, I believe its due to the function interpreting my data as an aggregated data set of WT vs MT. However, this is not the case in my data.
Is this therefore caused by just a problem in how I am preprocessing the data?
I am using Seurat V5, and following the SCTransform workflow of data processing.
I appreciate the help in advance.
The text was updated successfully, but these errors were encountered: