import umap from Seurat #1563
Unanswered
yamihn
asked this question in
Questions / Documentation
Replies: 1 comment 2 replies
-
as in the example in #455, I believe you need the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, I have a question related to issue #455 is it possible to import umap embeddings produced in Seurat to archr? if I use this code:
seurat_coord= as.data.frame(seurat[["umap_wnn"]]@cell.embeddings)
umap <- data.frame(row.names= colnames(seurat), "seuratUMAP1" = seurat_coord$wnnUMAP_1, "seuratUMAP2" = seurat_coord$wnnUMAP_2, check.names = FALSE)
hope_sub@embeddings$umap_wnn <- SimpleList(df = umap, params = list())
plotEmbedding(ArchRProj = hope_sub, colorBy = "predictedGroup", size=1.2, name = "Sample", embedding = "umap_wnn")
Getting ImputeWeights
No imputeWeights found, returning NULL
ArchR logging to : ArchRLogs/ArchR-plotEmbedding-79621bf815e3-Date-2022-08-14_Time-00-02-23.log
If there is an issue, please report to github with logFile!
Errore in stringr::str_split(colnames(df)[1], pattern = "#", simplify = TRUE)[, :
subscript out of bound.
I don't know how to act exactly, could you show me how to proceed? thank you
ArchR-plotEmbedding-79621bf815e3-Date-2022-08-14_Time-00-02-23.log
Beta Was this translation helpful? Give feedback.
All reactions