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 tried to convert a seurat object to a single cell experiment and back using the as.SingleCellExperiment and as.Seurat functions and I get he following error when converting back to Seurat
sce= as.SingleCellExperiment(object)
object=as.Seurat(sce)
Error in .subset2(x, i, exact = exact) : subscript out of bounds
It has worked fine before. I recently updated Seurat to version 4. Does it have anything to do with that ?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hi,
I tried to convert a seurat object to a single cell experiment and back using the as.SingleCellExperiment and as.Seurat functions and I get he following error when converting back to Seurat
It has worked fine before. I recently updated Seurat to version 4. Does it have anything to do with that ?
Thanks for your help.
The text was updated successfully, but these errors were encountered: