View source: R/function_clustering.R
Clustering | R Documentation |
Clustering function to run clustering with no parallelization process nor auto save
Clustering(dataset, nb_clust_possible, n_iter = 5, Dmin = 0.28)
dataset |
dataset with Contrast and SigStren for each individuals and each markers |
nb_clust_possible |
number of cluster possible (ploidy+1) |
n_iter |
number of iterations to perform for clustering |
Dmin |
minimal distance between two clusters |
list of results of clustering
data(GenoTriplo_to_clust)
ploidy=3
res = Clustering(dataset=GenoTriplo_to_clust,
nb_clust_possible=ploidy+1,n_iter=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.