Plot an interactive PCA plot
Examples
# make example dds object
dds <- DESeq2::makeExampleDESeqDataSet()
# normalize
rld <- DESeq2::varianceStabilizingTransformation(dds, blind=TRUE)
# make pca plot
p <- plotPCA.ly(rld, intgroup='condition')
#> using ntop=500 top features by variance