Thank you!
On Thu, Mar 26, 2020 at 5:07 PM Peter Langfelder
wrote:
> Your code does not work because Tag is not numeric. You need to exclude
> Tag from the data frame df and instead assign it as rownames. Also, dist
> requires a numeric matrix, not data frame.
>
> df = as.matrix(data.frame(Healt
Your code does not work because Tag is not numeric. You need to exclude Tag
from the data frame df and instead assign it as rownames. Also, dist
requires a numeric matrix, not data frame.
df = as.matrix(data.frame(Healthy, Tumour, Metastasis))
or
df = cbind(Healthy, Tumour, Metastasis)
rownames(d
Dear all,
I have built a hierarchical clustering on some data as follows:
```
Tag = c(
"YP_008603282", "NP_054035","BAA00606", "NP_054034",
"NP_054033",
"AAC17846" ,"NP_054036","YP_073767" , "BAQ20411", "P52455")
Healthy = c(
12.15540751, 2.33103008, 1.46924258, 0.26
3 matches
Mail list logo