Skip to content
Discussion options

You must be logged in to vote

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

proj <- getTestProject()

p1 <- plotEmbedding(
  ArchRProj = proj, 
  colorBy = "cellColData", 
  name = "nFrags", 
  embedding = "UMAP",
  colorLimits = c(0,5)
)

plotPDF(p1, name = "nfrags.pdf", ArchRProj = proj, addDOC=FALSE, width = 5, height = 5)

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@dmsalsgh97
Comment options

Answer selected by dmsalsgh97
Comment options

You must be logged in to vote
2 replies
@rcorces
Comment options

@dmsalsgh97
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants