Skip to content

Releases: jasenfinch/metabolyseR

metabolyseR 0.14.5

11 Nov 22:56
051fc5d
Compare
Choose a tag to compare
  • Correlation analysis results now include an absolute correlation coefficient column by which the results are also arranged in descending order.

metabolyseR 0.14.4

08 Nov 14:10
43a68c9
Compare
Choose a tag to compare

metabolyseR 0.14.3

14 Sep 11:12
83c4f9d
Compare
Choose a tag to compare

metabolyseR 0.14.2

05 May 20:11
75bf394
Compare
Choose a tag to compare
  • Package version, creation date and verbose argument added to prototype of Analysis class.

  • All generics are now defined as standard generics.

  • Added metrics method for Analysis class.

  • metrics method for lists now ignores list elements that are not of class RandomForest.

metabolyseR 0.14.1

23 Apr 17:52
c2dac81
Compare
Choose a tag to compare
  • Changed the RSDthresh argument default to 50% instead of 0.5% in QCrsdFilter generic.

metabolyseR 0.14.0

16 Apr 16:41
0a1aca3
Compare
Choose a tag to compare
  • Added a NEWS.md file to track changes to the package.

  • pkgdown site now available at https://jasenfinch.github.io/metabolyseR/.

  • Bug reports and issues URL at https://github.com/jasenfinch/metabolyseR/issues added to package DESCRIPTION.

  • Dedicated vignettes now available for a quick start example analysis, data pre-treatment and data modelling.

  • Function examples added to all documentation pages.

  • Unit test coverage increased to > 95%.

  • Parallel processing is now implemented using the future package.

  • plan() from the future package is re-exported.

  • RandomForest and Univariate classes now inherit from class the AnalysisData class.

  • Improvements to plot theme aesthetics.

  • type argument added to plotPCA(), plotLDA(), plotUnsupervisedRF() and plotSupervisedRF() methods for the Analysis class.

  • "pre-treated" for specifying type argument in Analysis class methods now used over "preTreated"

  • Added clsRename() method for renaming class information columns.

  • plotMeasures() method renamed to plotMetrics().

  • Added plotMDS(), plotImportance() and plotMetrics() methods for lists of RandomForest class objects.

  • Added plotExplanatoryHeatmap() method for lists of RandomForest or Univariate class objects.

  • Renamed keepVariables() and removeVariables() methods to keepFeatures() and removeFeatures().

  • Added the helper functions preTreatmentElements(), preTreatmentMethods() and preTreatParameters() for declaring pre-treatment parameters for the AnalysisParameters class.

  • Added the helper functions modellingMethods() and modellingParameters() for declaring modelling parameters for the AnalysisParameters class.

  • Added helper function correlationsParameters() for declaring correlations parameters for the AnalysisParameters class.

  • Added binaryComparisons() method for retrieving all possible binary class comparisons from an AnalysisData class object.

  • changeParameter() now assigns parameter values through direct assignment.

  • Added analysisResults() method from extracting analysis elements results from the Analysis class.

  • Added exportParameters() method for exporting analysis parameters to YAML file format.

  • Added dat() and sinfo() accessor methods for the Analysis class.

  • Relative standard deviation (RSD) values are now specified and returned as percentages.

metabolyseR 0.13.4

26 Mar 19:00
2094515
Compare
Choose a tag to compare
Merge pull request #76 from jasenfinch/tmp

v0.13.4

metabolyseR 0.13.3

05 Feb 13:00
a0958ab
Compare
Choose a tag to compare
Merge pull request #75 from jasenfinch/fix

v0.13.3