Format
SingleCellExperiment (RDS)
Bioconductor's single-cell container with assays, colData, rowData and reducedDims; genes are rows.
Extensions: .rds · Coordinates: n/a · Specification
From SingleCellExperiment (RDS)
- How to Convert SingleCellExperiment to Seurat object (Without Losing Your Metadata)
as.Seurat() copies your matrices and cell metadata fine; it quietly leaves your gene annotations and altExps behind.
To SingleCellExperiment (RDS)
- How to Convert Seurat object to SingleCellExperiment (Without Losing Your Metadata)
as.SingleCellExperiment() is one line, but that line decides which assay becomes primary, drops your scaled matrix, and can hand back an empty counts assay without ever throwing an error.