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
Currently (Seurat v4.0.0, SeuratObject v4.0.0) there is no feature-level metadata that transfers over to a Seurat object from a SingleCellExperiment when we call seu <- as.Seurat(mySingleCellExperiment).
I'm not very familiar with the Seurat codebase and the structure of the Seurat object itself, but it looks like injecting this code chunk in between lines 1072 and 1073 here might do the trick:
Currently (Seurat v4.0.0, SeuratObject v4.0.0) there is no feature-level metadata that transfers over to a
Seurat
object from aSingleCellExperiment
when we callseu <- as.Seurat(mySingleCellExperiment)
.I'm not very familiar with the Seurat codebase and the structure of the Seurat object itself, but it looks like injecting this code chunk in between lines 1072 and 1073 here might do the trick:
The text was updated successfully, but these errors were encountered: