Entering edit mode
Hi,
How to Plot counts for a selected gene of interest.
Below is the plot for the gene with the lowest p-value:
plotCounts(dds, gene=which.min(result$padj), intgroup='condition', pch = 19)
How can I modify this function for plotting the genes that I am interested in?