SingleR运行报错怎么解决呢

###开始用singler分析

cellpred
<-
SingleR(test
= testdata.
ref = refdata, labels = refdata$label.main,
+
method
=
"cluster"
clusters = clusters,
+
assay.type.test
=
"logcounts
assay.type.ref =
"loqcounts")
Error: BiocParallel errors
1 remote errors, element index: 1
4 unevaluated and other errors
first remote error:
Error in validityMethod (as (object, superClass)): object
"CsparseMatrix_validate' not found
In addition: warning message:
"method-"cluster"
is no longer necessary when 'cluster='
is specified
◎捚袁

validityMethod这里报错了,CsparseMatrix_validate没有找到。