standard.pearson {simpleaffy} | R Documentation |
Given a matrix of values, uses hclust and cor to generate a clustering based on 1-Pearson correlation
standard.pearson(x)
x |
A matrix of data |
The result of performing an hclust
Crispin J Miller
hmap
hmap.eset
hmap.pc
## Not run: y <- standard.pearson(x) ## End(Not run)