utils_myDist | R Documentation |
1-PCC distance
utils_myDist(x)
x |
numeric matrix |
distance matrix
xdist<-utils_myDist(t(expDat))
plot(hclust(xdist, 'ave'), hang=-1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.