Thank you! I had to make some modifications since my data is between a data set and a subset not one data set to itself, but I was able to use essentially your method to get it working.
I did have some trouble with the matrix command on the last line - it kept returning lots of NAs. So I just did it this way: data.frame(colnames(x)[i[,2]], rownames(x)[i[,1]], value = x[i]) @Bert I'll definitely check out the Bioconductor stuff - there's a lot of it! Thanks again for the help. -- View this message in context: http://r.789695.n4.nabble.com/Help-with-correlation-matrices-thresholding-tp4636697p4636893.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.