PCA
2
0
Entering edit mode
Yanqin Yang ▴ 250
@yanqin-yang-1022
Last seen 9.6 years ago
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20050712/ 2c5462ae/attachment.pl
• 685 views
ADD COMMENT
0
Entering edit mode
@arnemullersanofi-aventiscom-1086
Last seen 9.6 years ago
Have a look at the standard R packages prcomp and princomp they do the same thing but differently. regards, Arne -----Original Message----- From: bioconductor-bounces@stat.math.ethz.ch [mailto:bioconductor-bounces at stat.math.ethz.ch]On Behalf Of Yanqin Yang Sent: Tuesday, July 12, 2005 19:52 To: bioconductor at stat.math.ethz.ch Subject: [BioC] PCA Hi everyone, I have 13 agilent human 44k chips. Would anyone tell me which bioconductor package or function could run principal component analysis? Thanks! Yanqin __________________________________________________ [[alternative HTML version deleted]] _______________________________________________ Bioconductor mailing list Bioconductor at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/bioconductor
0
Entering edit mode
Aedin Culhane ▴ 310
@aedin-culhane-500
Last seen 9.6 years ago
Dear Yanqin For PCA of microarary data, have a look at ord funtion in the bioconductor package made4. It simplified running PCA (and correspondence analysis) on microarray data. It takes input data in many formats including AffyBatch, ExprSet, data.frame etc. To run a PCA pca.res<- ord(data, "pca") plot(pca.res) Regards Aedin
ADD COMMENT

Login before adding your answer.

Traffic: 813 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6