Hello all,
I have the question regarding to the attached figure in this question: http://seqanswers.com/forums/showthr...hlight=plotPCA
How to get those percentage from each component? I have used the DESeq function plotPCA.
Here is the simplified code that I used:
cdsFullBlind = estimateDispersions( cdsFull, method = "blind" )
vsdFull = varianceStabilizingTransformation( cdsFullBlind )
print(plotPCA(vsdFull, intgroup=c("condition", "genotype")))
Thanks a lot!
I have the question regarding to the attached figure in this question: http://seqanswers.com/forums/showthr...hlight=plotPCA
How to get those percentage from each component? I have used the DESeq function plotPCA.
Here is the simplified code that I used:
cdsFullBlind = estimateDispersions( cdsFull, method = "blind" )
vsdFull = varianceStabilizingTransformation( cdsFullBlind )
print(plotPCA(vsdFull, intgroup=c("condition", "genotype")))
Thanks a lot!
Comment