This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Making Variance Component Analysis Charts in R

Hello,

I am wondering if anyone knows if it is possible to make charts in R similar to the ones shown here.

Basically, I have done principal component analysis, and would like to determine how much different sources of experimental variation (microarray chip, tissue type, age/sex of specimen, etc) have an effect on the data, and the relationship between the variance components and the principal components.

Any help is greatly appreciated!

Thanks.

r pca vca variance components microarrays

1 answer

Yes it is possible, see ?prcomp and ?princomp, the first plot can be made by plot(princomp(mydata)). Edit: sorry the plot shown in that link is not exactly the same as the factor loadings.

Log in to answer this question.