# NOT RUN {
data(fingerprintMat)
MCF7_F = Cluster(fingerprintMat,type="data",distmeasure="tanimoto",normalize=FALSE,
method=NULL,clust="agnes",linkage="ward",gap=FALSE,maxK=55,StopRange=FALSE)
ClustF_6=cutree(MCF7_F$Clust,6)
SelF=rownames(fingerprintMat)[ClustF_6==6]
SelF
LabelPlot(MCF7_F,Sel1=SelF,Sel2=NULL,col1='darkorchid')
# }
Run the code above in your browser using DataLab