Entering edit mode
dhaarini s
▴
70
@dhaarini-s-3305
Last seen 10.2 years ago
Hi all!
I am new to R. I have clustered the samples (columns) using hclust
function.
Since there are a huge number of samples, 291, the sample names in the
cluster tree is cluttered. Please suggest if i can zoom the cluster
plot or
what else can I do?
Please help!
I used the following steps to cluster:
>dist_sample <- as.dist(1-cor(exprs(eset))
>hc_samples <- hclust(dist_sample, method="average")
>plot(hc_samples)
Thanks in advance!
Regards,
S.Dhaarini
[[alternative HTML version deleted]]