Off topic:Format For Distance Matrix For Running Hclust On R
0
0
Entering edit mode
12.7 years ago
H2P • 0

Hi

I am using R for a simple hierarchical clustering method for finding protein sequence similarities. I already have a distance matrix computed. I am using hclust method to run it. (Thus I dont want to use dist method). Could anyone tell me what format does my distance matrix need to be for hclust to run?

I used the read.xls method to read my excel file. I need only the lower triangular portion of the matrix. And this I am sending to hclust to be clustered.

d= as.matrix(mat)
hc =hclust(d, method="single")

How ever this is the error i get:

Error in if (n < 2) stop("must have n >= 2 objects to cluster") :    

argument is of length zero

Am I doing this right?

Could anyone please help me out?

Thanks

r • 3.7k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 1523 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