-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
When running scPredict from the vignette pipeline, I get an error with scPredict:
query <- scPredict(query, reference)
● Matching reference with new dataset...
─ 2000 features present in reference loadings
─ 2000 features shared between reference and new dataset
─ 100% of features in the reference are present in new dataset
Error inGetAssayData():
!assaymust be one of "RNA", not "data".
Backtrace:
- scPred::scPredict(query, reference)
- scPred::project_query(...)
- SeuratObject:::GetAssayData.Seurat(assay = "data")
I have not kept up with Seurat updates, did they change assay names recently that might cause this to fail? I verified that GetAssayData(query) does return assay data and it is of type "RNA". Same for reference.
rustlab1, rikfor, tfguinan and bacorli2
Metadata
Metadata
Assignees
Labels
No labels