Quickly plot principal component analysis (PCA)
plot_deseq_pca(bcbio, dt, label = TRUE)
bcbio list object
DESeqTransform object generated from rlog() or
vst() on a DESeqDataSet object. We prefer to pipe the
transformed data in to this function because the operation is CPU
intensive, and is slow when applied to multiple PCA plot operations.
Superimpose sample text labels on the plot
## Not run: ------------------------------------ # plot_deseq_pca(rlog) ## ---------------------------------------------