Skip to content
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:SCP::RunCellQC(srt = pancreas_sub) #206

Open
Crorazon opened this issue Nov 19, 2023 · 2 comments
Open

Error:SCP::RunCellQC(srt = pancreas_sub) #206

Crorazon opened this issue Nov 19, 2023 · 2 comments

Comments

@Crorazon
Copy link

Crorazon commented Nov 19, 2023

May I ask how to solve this problem?

data("pancreas_sub")

pancreas_sub <- RunCellQC(srt = pancreas_sub)
function 'as_cholmod_sparse' not provided by package 'Matrix'Error in srt[[paste0("db.", dbm, "_class"), drop = TRUE]]:
! ‘db.scDblFinder_class’ not found in this Seurat object

Backtrace:

  1. SCP::RunCellQC(srt = pancreas_sub)
  2. SeuratObject:::[[.Seurat(srt, paste0("db.", dbm, "_class"), drop = TRUE)
@orange-3711
Copy link

Hi @Crorazon, I also encountered the same problem after updating the version of seurat. I would like to ask what is your version of seurat?

@SunShiFu86
Copy link

According
#bwlewis/irlba#70

install.packages("Matrix", type = "source")
install.packages("irlba", type = "source")

works well for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants