Is there a way to find PC2 PC3 using plotPCA function?
pcaData <- plotPCA(log.norm, intgroup=c("condition", "sizeFactor"), returnData=TRUE)
pcaData
I use ggplot to plot the results.
ALSO, is it possible that I get different plots using plotPCA and prcomp, although I am using ntop all my genes?
Hi, thanks for your answer, it works perfectly. When I plot, on y axis next to PC3, I have NA variance, any idea why is that? Thank you in advance. EDIT: just a second after I posted, I realized what I was doing wrong :)
glad that it helped and your other problem got resolved..