Can I plot nFrags on UMAP embedding? #743
-
Hi, first thanks for developing and maintaining ArchR! Now, I want to see library depth(~ nFrags ) on current UMAP embedding, But, when I tried the code below, it failes...
When I run this code, the first-line runs without error, but the second-line outs error...
Can I get any help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks for using ArchR!
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Thanks for using ArchR!
You've mis-used the parameters in
plotPDF()
.plotList
is only to be used when providing a list of plots and you do not have a list of plots - hence the error. https://www.archrproject.com/reference/plotPDF.html