Entering edit mode
Hello,
Is it possible to label samples when using plotCounts() function? I don't have a lot of samples and so it would be useful to label them.
plotCounts(dds, gene=which.min(res$padj), intgroup="condition")
Hello,
Is it possible to label samples when using plotCounts() function? I don't have a lot of samples and so it would be useful to label them.
plotCounts(dds, gene=which.min(res$padj), intgroup="condition")
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Yes I think we show this in the workflow.
Specifically see the returnData argument.