Failing to plot UMAP after integration #1498
Unanswered
VDD58
asked this question in
Questions / Documentation
Replies: 1 comment 1 reply
-
The default value for the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I have 10x scATAC data that i am analyzing using ArchR.
Currently I am trying to perform an unconstrained integration of scRNA data (SMART-seq) but unfortunately I am unable to plot an UMAP after integration. I receive the following error:
Error in getEmbedding(ArchRProj, embedding = embedding, returnDF = TRUE): Embedding not in computed embeddings, Current ones are : UMAPHarmony_res_0.3,UMAP_res_0.3
Traceback:
. pal = pal)
. paste0(names(ArchRProj@embeddings), collapse = ",")))
I really do not understand why this is happening considering that both embeddings are present in the ArchR project.
proj2.1_integrated@embeddings
List of length 2
names(2): UMAPHarmony_res_0.3 UMAP_res_0.3
If you have any suggestions, they will be highly appreciated.
Valeriya
Beta Was this translation helpful? Give feedback.
All reactions