Skip to content

SmartR 1.0 Release Candidate

Compare
Choose a tag to compare
@sherzinger sherzinger released this 28 Jun 11:06
· 361 commits to master since this release

Changelog

Note: This list highlights the most visible changes. "Under the hood" much more happened, such as the performance improvements, code cleanups/refactorings or small visual changes, for example a more consistent font sizing in the heatmap. A list of all 46 closed issues can be found >>here<<
An upgrade to this version is highly recommended: Installation instructions

[General]

  • [Feature] Possibility to return and display R warnings in WF
  • [Improvement] Massively improved ergonomy of all workflows, e.g.
    better tooltips, better contextmenues, better control placements
  • [Improvement] Use subjectID rather than transmartID
  • [Improvement] Many checks have been added to prevent launching a WF
    with wrong input, e.g. HDD nodes of different platform
  • [Bug] Fixed bug that could prevent InternetExplorer from fetching
    data
  • [Bug] Fixed bugs around incorrect placement of contextmenu and
    other issues linked to it
  • [Bug] Errors are now properly shown, rather than having silent crashing and
    endless fetching or the kind

[Heatmap Workflow]

  • [Feature] Low dimensional data support
  • [Feature] On-the-fly change of displayed significance criteria,
    e.g. mean, variance, log fold change, ...
  • [Feature] Table displaying all possible ranking statistics,
    dynamically linked to the heatmap sorting
  • [Improvement] Consistent naming according to node label, e.g. 1000123_BreastCancer_s2
  • [Improvement] Visual indication of chosen sorting
  • [Bug] Fixed bug that caused old summary stats to be displayed

[Boxplot Workflow]

  • [Feature] log transformation of data by choice

[Correlation Workflow]

  • [Feature] log transformation of data by choice

[Volcanoplot Workflow]

  • [Feature] Ported workflow to Angular and made it functional
    again