This function receives the sample-taxa count matrix and cluser the samples based on the MixGGM method.
1 | MixGGM_function(X, K, penalty, init)
|
K |
number of components |
penalty |
"no_sparsity", "CV", "StARS" , "fixed" , "iterative" |
init |
"Kmeans" |
file |
name of the csv file as input data |
out |
"precision" , "partial" , "adj" |
threshold |
a value between 0 and 1 which indicates the threshod to generate the adjacency matrix |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.