# NOT RUN {
data(fingerprintMat)
data(targetMat)
L=list(fingerprintMat,targetMat)
MCF7_WonM=WonM(List=L,type="data",distmeasure=c("tanimoto", "tanimoto"),
normalize=c(FALSE,FALSE),method=c(NULL,NULL),nrclusters=seq(5,25,1),
clust="agnes",linkage=c("flexible","flexible"),alpha=0.625)
# }
Run the code above in your browser using DataLab