We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd0874 commit d53045dCopy full SHA for d53045d
R/sc.R
@@ -293,5 +293,5 @@ ad_as_Seurat <- function(h5ad) {
293
s.obj = anndataR::read_h5ad(h5ad, to="Seurat")
294
obsm = rhdf5::h5read(h5ad, "obsm")
295
colnames(obsm$X_umap) <- rhdf5::h5read(h5ad, "/obs/_index")
296
- s.obj[["UMAP"]] <- Seurat::CreateDimReducObject(embeddings=t(obsm$X_umap), key="UMAP_", assay="RNA")
+ s.obj[["umap"]] <- Seurat::CreateDimReducObject(embeddings=t(obsm$X_umap), key="UMAP_", assay="RNA")
297
}
0 commit comments