Hi, I have an issue trying to transform my h5 data into Seurat.
It work with Seurat=4.4.0, but no work in >5.0.0
data <- read_h5(file,
assay.name = 'RNA',
target.object = 'seurat')
<simpleError in validObject(.Object): invalid class “DimReduc” object: rownames must be present in 'cell.embeddings'>
Hi, I have an issue trying to transform my h5 data into Seurat.
It work with Seurat=4.4.0, but no work in >5.0.0
data <- read_h5(file,
assay.name = 'RNA',
target.object = 'seurat')
<simpleError in validObject(.Object): invalid class “DimReduc” object: rownames must be present in 'cell.embeddings'>