Entering edit mode
Hi,
I have created a PCA plot for my data using deseq2. But now I would like to add the sample labels to my PCA plot. Can anyone please show me how?
I have added my code below that I used to create the PCA plot
library(ggplot2)
plotPCA(rld, intgroup = c("Sample", "Celltype", "Subset", "Treatment"))
Thank you very much!
I don't think you can with PlotPCA. You might want to make your own plot with ggplot2 or plot.ly.