## Not run:
# #not run as dir required
# z.merge = zTransformDirectory("./fnAnot_charts", pattern = "-fnAnot.txt")
# # To plot a dendrogram based on Z-scores:
# d <- cor(abs(z.merge[2:(ncol(z.merge)-1)]))
# dist.cor <- hclust(dist(1-d), method="complete")
# plot(dist.cor, xlab="Complete linkage", sub = NA)
# ## End(Not run)
Run the code above in your browser using DataLab