Hi, Thanks so much. Do you know how I can get the matrix out of vsd and feed it to prcom()?
That's the code I used to get vsd:
dds <- DESeq2::DESeqDataSetFromHTSeqCount(sampleTable=sampleData, directory = paste0('output/counts/htseq/tophat/', sampleType, '/'), design=~Condition)
dds2 <- DESeq2::DESeq(dds)
vsd <- DESeq2::varianceStabilizingTransformation(dds2)