You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi carmonalab, I love this package, but I wish the errors explained themselves more. The following code leads to an error message below, and I think it's because it didn't detect any Monocytes from my integrated scRNAseq data, but it doesn't say that and results in an error instead, and doesn't return the scGate_multi column. However, I know that there are Monocytes in my data as I could detect them (with the same scGate parameters) on a single-sample level before integrating my data. Would you be able to elaborate more on what's happening with this error message?
Warning: The following genes were not found and will be
imputed to exp=0:
* PTPRCAP,SLC34A2,SFTA2,CPA3,TPSAB1,TPSB2,MS4A2,XCR1,RAB7B,FCER1A,CD207
Error: BiocParallel errors
1 remote errors, element index: 1
0 unevaluated and other errors
first remote error:
Error in methods::slot(object = object, name = "layers")[[layer]][features, : incorrect number of dimensions
Hi Nicole,
I'm not sure how to reproduce the behaviour, but your error has been previously reported to Seurat: satijalab/seurat#9074
It seems it has to do with the new layer structure of Seurat 5, and with subsetting when layers have only one cell. It doesn't seem it has been solved yet, but I'll see if we can circumvent it internally in scGate.
Hi carmonalab, I love this package, but I wish the errors explained themselves more. The following code leads to an error message below, and I think it's because it didn't detect any Monocytes from my integrated scRNAseq data, but it doesn't say that and results in an error instead, and doesn't return the
scGate_multi
column. However, I know that there are Monocytes in my data as I could detect them (with the same scGate parameters) on a single-sample level before integrating my data. Would you be able to elaborate more on what's happening with this error message?Code used:
Error message:
sessionInfo()
:The text was updated successfully, but these errors were encountered: