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