search for: euclidean_dist

Displaying 3 results from an estimated 3 matches for "euclidean_dist".

2013 Apr 21
1
cluster gene list
Hi, I have created a heatmap using heatmap.2 having 7 clusters. I would like to extract the list of genes that are in these 7 clusters. Is there any function that can be used to extract genes for each cluster? Cheers, Sudhir -- __________________________________________________________ SAVE PAPER - Please do not print this e-mail unless absolutely necessary Being happy doesn't mean
2010 May 20
1
finding euclidean proximate points in two datasets
Hello all, I've been pouring through the various spatial packages, but haven't come across the right thing yet. Given a set of points in 2-d space X, i'm trying to find the subset of points in Y proximate to each point in X. Furthermore, the proximity threshold of each point in X differs (X$threshold). I've constructed this myself already, but it's horrificly slow with a
2010 Apr 26
2
Cluster analysis: dissimilar results between R and SPSS
Hello everyone! My data is composed of 277 individuals measured on 8 binary variables (1=yes, 2=no). I did two similar cluster analyses, one on SPSS 18.0 and one on R 2.9.2. The objective is to have the means for each variable per retained cluster. 1) the R analysis ran as followed: > call data > dist=dist(data,method="euclidean") >