-
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_v3(scRNA_r, PCs = 1:30, sct = FALSE) : could not find function "paramSweep_v3" #184
Comments
I download the 2.0.3 by remotes::install_github('https://github.com/ekernf01/DoubletFinder', force = T) but I still get the same error sweep.res.list_keloid <- paramSweep_v3(scRNA_r, PCs = 1:30, sct = FALSE) |
You can restart the R. I did the same process as you did, and do not have this error again. |
Thank you!!! I'll have a try. |
Updates |
I removed the '_v3' flag from the function, but there is this error again (Seurat v5). Do you know why? Thanks! |
What is the error? |
|
Hi, I met the same error, could you share the script you used for seurat v5? Thank you very much! |
The key scripts I used: sweep.res.list <- paramSweep(sceData.c, PCs = 1:30, sct = T) |
Hi, the key scripts I used: The rest are the same as the 'Example Code' they'd given in the main page. |
In the specific versions of DoubletFinder 2.0.4 and Seurat 5.0.3, and after excluding 'v3', the R code |
When I use 'DoubletFinder'2.0.4 with seurat4.3.0, I got the Error:
sweep.res.list_keloid <- paramSweep_v3(scRNA_r, PCs = 1:30, sct = FALSE)
Error in paramSweep_v3(scRNA_r, PCs = 1:30, sct = FALSE) :
could not find function "paramSweep_v3"
I want to download DoubletFinder version 2.0.3, But I can't find method to download it.
The text was updated successfully, but these errors were encountered: