Changes in version 1.7.5 (2021-03-ยบ1) + Minor bug fix for Mac compilation. Changes in version 1.7.4 (2020-06-01) + Added 'scale' parameter to plotMetricsCluster method. Changes in version 1.7.3 (2020-04-16) + Clusterboot interfaces can be set through 'cbi' parameter to quality methods. It takes one the following values: "kmeans", "clara", "clara_pam", "hclust", "pamk", "pamk_pam". Changes in version 1.7.2 (2020-04-14) + Stability analysis and quality analysis will not stuck in bootstrap. Changes in version 1.7.1 (2020-04-13) + Clusterboot interfaces can be set through 'cbi' parameter to stability methods. It takes one the following values: "kmeans", "clara", "clara_pam", "hclust", "pamk", "pamk_pam". Changes in version 1.3.41 (2019-01-07) + Minor bug fix for R 4.0 devel. Changes in version 1.3.4 (2019-12-19) + Adding 'plotMetricsClusterComparison' method. Changes in version 1.3.3 (2019-12-16) + Refactoring 'getOptimalKValue' method + Adding stabilitySet and qualitySet Changes in version 1.3.2 (2019-11-12) + Added new methods: Dependency with FPC added. Stability/stabilityRange also outputs cluster information like centers. Changes in version 1.3.0 (2019-11-12) + Added new methods: plotMetricsMinMax, plotMetricsBoxplot, plotMetricsCluster, plotMetricsCluster and plotMetricsViolin Changes in version 1.1.6 (2019-09-25) + Bug fixes Changes in version 1.1.5 (2019-09-25) + Bug fixes Changes in version 1.1.4 (2019-09-24) + Updating package depencencies Changes in version 1.1.3 (2019-09-19) + Updating data from Bioconductor devel branch Changes in version 1.1.2 (2019-09-11) + Bug fix. Plot did not work as intended when there was a metric without data Changes in version 0.99.81 (2019-02-26) + Updated DESCRIPTION metadata Changes in version 0.99.8 (2019-02-19) + Removed dependency with orphaned 'fpc' CRAN package Changes in version 0.99.7 (2019-02-19) + The method 'correlations' is now 'metricsCorrelations' Changes in version 0.99.6 (2019-02-19) + Internal improvements according to Bioconductor reviews Changes in version 0.99.5 (2019-02-19) + Removing some @examples so that they do not exceed the time limit of Bioconductor check Changes in version 0.99.4 (2019-02-16) + The `correlations` method also uses `SummarizedExperiment` as output object. Changes in version 0.99.3 (2019-02-16) + All methods depend on `SummarizedExperiment` as input/output object. Changes in version 0.99.2 (2019-02-15) + SummarizedExperiment can be now processed via `seToDataFrame` method. Adding SummarizedExperiment and airway dependencies. Changes in version 0.99.1 (2019-02-11) + Submitted to Bioconductor