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
I encounter a problem with latest version of the Seurat object (V5 Assays) which is also SCTransformed, when I try to convert in SingleCellExperiment format, I get the following error.
P30.N.sce <- as.SingleCellExperiment(obj$P30.N)
Error in `GetAssayData()`:
! GetAssayData doesn't work for multiple layers in v5 assay
I tried to find a workaround to this trouble by manually creating the SingleCellExperiment object manually:
Hello,
I encounter a problem with latest version of the Seurat object (V5 Assays) which is also SCTransformed, when I try to convert in SingleCellExperiment format, I get the following error.
I tried to find a workaround to this trouble by manually creating the SingleCellExperiment object manually:
It seems to work until I check the cell neighborhood preservation scores:
I don't have this error or this kind of behaviour with the V3 assays.
What should I do? What is the cause of this strange behaviour?
The text was updated successfully, but these errors were encountered: