Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.02 KB

NEWS.md

File metadata and controls

43 lines (22 loc) · 1.02 KB

CNVMetrics 0.1.4

SIGNIFICANT USER-VISIBLE CHANGES

CNVMetrics 0.1.3

SIGNIFICANT USER-VISIBLE CHANGES

  • plotOneOverlapMetric() method has a new argument silent=TRUE so that the plot is not drawn by default.

BUG FIXES

  • plotOneOverlapMetric() method now uses sample distance for clustering as default clustering method.

CNVMetrics 0.1.2

NEW FEATURES

  • plotOneOverlapMetric() method enables plotting result of overlapping metric calculation.

SIGNIFICANT USER-VISIBLE CHANGES

  • calculateOverlapRegionsMetric() method changed to calculateOverlapMetric().

CNVMetrics 0.1.1

NEW FEATURES

  • Added a NEWS.md file to track changes to the package.
  • calculateOverlapRegionsMetric() method enables calculation of similarity metrics using overlapping amplified/deleted regions.

SIGNIFICANT USER-VISIBLE CHANGES

  • None.

BUG FIXES

  • None