Open apal6 opened 7 months ago
It is odd because when I run single gene of interest it plots correctly. But when I trying and use more than one gene if fails. Do you experience that too?
I've solved the problem.It looks like this line of code produces a total of three graphs. ![Uploading p1_3.png…]()
p1 <- plot_density(scRNA_harmony, c("CD8A", "CCR7"), joint = TRUE) p1[[1]] p1[[2]] p1[[3]]
Hi,
I tried to use plot_density function but I didn't get any plot or error.
Code:
`p4 <- plot_density(SeuOs, c("Il21r", "Il2rb"), joint = TRUE)
What do you suspect?
Thank you, Aastha