Description Usage Arguments Value
View source: R/test_parameters.R
Test the performance of a range of clustering parameters for a given map_list
1 2 | test_parameters(map_list, max_cluster_range_list, max_nn_dist_list,
min_block_size = 2, progress_bar = FALSE)
|
map_list |
list, a map_list object generated by find_synteny_blocks |
max_cluster_range_list |
list of length 2, the minimum and maxmium values for max_clust_range |
max_nn_dist_list |
list of length 2, the minimum and maxmium values for max_nn_dist |
min_block_size |
numeric of length 1, the minimum size of a synteny block |
a list containing a summary of clustering performance for each parameter combination
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.