"benhur"(object, freq, upper, seednum = NULL,
linkmeth = "average", distmeth = "euclidean", iterations = 100)
"benhur"(object, freq, upper, seednum = NULL, linkmeth
= "average", distmeth = "euclidean", iterations = 100)ExpressionSet set.seed, which will allow
for exact reproducibility at a later date.hclust. Valid values
include "average", "centroid", "ward", "single", "mcquitty", or
"median".benhur. See
the benhur-class man page for more information.clusterComp to estimate the stability of the clusters.The primary output from this function is a set of histograms that show for each cluster size how often similar clusters are formed from subsets of the data. As the number of clusters increases, the pairwise similarity of cluster membership will decrease. The basic idea is to choose the histogram corresponding to the largest number of clusters in which the majority of the data in the histogram is concentrated at or near 1.
If overlay is set to TRUE, an additional CDF plot will be
produced. This can be used in conjunction with the histograms to
determine at which cluster number the data are no longer concentrated
at or near 1.
data(sample.ExpressionSet)
tmp <- benhur(sample.ExpressionSet, 0.7, 5)
hist(tmp)
ecdf(tmp)
Run the code above in your browser using DataLab