Can I get information of each sample in a project? #1265
Unanswered
sqs1020
asked this question in
Questions / Documentation
Replies: 1 comment 2 replies
-
perhaps you want 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,
Is there a way to see clusters of each sample/group from an ArchR project like "split.by" option in Seurat (see attached scrreenshot)?

PA.p3 <- DimPlot(PA.combined.sct, reduction = "umap", label = TRUE, repel = TRUE, split.by = "group")
Idents(PA.combined.sct) = "orig.ident"
PA.p4 <- DimPlot(PA.combined.sct, reduction = "umap", repel = TRUE, split.by = "group")
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions