dviraran / SingleR

SingleR: Single-cell RNA-seq cell types Recognition (legacy version)
GNU General Public License v3.0
260 stars 95 forks source link

Error in rowAnyNAs(DelayedArray(x)) #149

Closed Lijunyao8 closed 2 years ago

Lijunyao8 commented 2 years ago

cannot run pred <- SingleR(test = sce, ref = ref, labels = ref$label.fine, assay.type.test=1) Error in rowAnyNAs(DelayedArray(x)) : could not find symbol "useNames" in environment of the generic function

This error didn't occur when I used Seurat3. Now, I use Seurat4 and cannot figure out how to solve this problem.

Lijunyao8 commented 2 years ago

reintalled singleR package and solved this