clust_lev | R Documentation |
Get clusters for a particular data level.
clust_lev( dis_est_mod_lev, distance_type = "cor", clust_type = "hierarchical", linkage_type = "single", optimal_clust_mode = "standard", n_bins_clust = 10, level_name = "level_1" )
dis_est_mod_lev |
Disease estate data for the whole datasets and the selected genes. |
distance_type |
Type of distance , correlation, euclidean... |
optimal_clust_mode |
Method for selection optimal number of clusters. For the moment only the standard method has been implemented. |
n_bins_clust |
Number of bins in order to select the optimal threshold for number of cluster computations. |
level_name |
Name of the studied level. |
Returns the samples included in each cluster for the specific level analyzed.
## Not run: clust_lev(dis_est_mod_lev,distance_type,optimal_clust_mode,n_bins_clust,level_name) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.