Hi. I'm struggling with making group tree.
The data format looks like this:
# Genes Group A . Group B . Group C . Group D
# gene A 15 20 30 20
# gene B 0 3 20 10
# gene C 1 7 40 20
# ...
So I want to use hierarchical clustering method to divide those group.
Is there any packages or any method to do this in R?