Hierarchical Clustering
1
1
Entering edit mode
12.6 years ago

I am working with large sets of microarray data. My csv file is of the form 5000x7 matrix. I want to do hierarchical clustering on the rows (5000). I know this can be done using R or other statistical package. but then i want my own script in PHP which will do the same for me. The output would give the dendogram as well. can anyone please help me with this.

clustering • 2.7k views
ADD COMMENT
4
Entering edit mode

Cross-posted from StackOverflow. Score there is currently -1 because you have not indicated what you have tried to solve the problem yourself.

ADD REPLY
4
Entering edit mode
12.6 years ago

I would suggest writing an R script to do this and then call it from php. Note that clustering 5000 rows will not likely result in any gene-level detail given the huge number of genes.

ADD COMMENT

Login before adding your answer.

Traffic: 3436 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