metabolyseR 0.14.0
-
Added a
NEWS.mdfile to track changes to the package. -
pkgdownsite 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
futurepackage. -
plan()from thefuturepackage is re-exported. -
RandomForestandUnivariateclasses now inherit from class theAnalysisDataclass. -
Improvements to plot theme aesthetics.
-
typeargument added toplotPCA(),plotLDA(),plotUnsupervisedRF()andplotSupervisedRF()methods for theAnalysisclass. -
"pre-treated"for specifying type argument inAnalysisclass methods now used over"preTreated" -
Added
clsRename()method for renaming class information columns. -
plotMeasures()method renamed toplotMetrics(). -
Added
plotMDS(),plotImportance()andplotMetrics()methods for lists ofRandomForestclass objects. -
Added
plotExplanatoryHeatmap()method for lists ofRandomForestorUnivariateclass objects. -
Renamed
keepVariables()andremoveVariables()methods tokeepFeatures()andremoveFeatures(). -
Added the helper functions
preTreatmentElements(),preTreatmentMethods()andpreTreatParameters()for declaring pre-treatment parameters for theAnalysisParametersclass. -
Added the helper functions
modellingMethods()andmodellingParameters()for declaring modelling parameters for theAnalysisParametersclass. -
Added helper function
correlationsParameters()for declaring correlations parameters for theAnalysisParametersclass. -
Added
binaryComparisons()method for retrieving all possible binary class comparisons from anAnalysisDataclass object. -
changeParameter()now assigns parameter values through direct assignment. -
Added
analysisResults()method from extracting analysis elements results from theAnalysisclass. -
Added
exportParameters()method for exporting analysis parameters to YAML file format. -
Added
dat()andsinfo()accessor methods for theAnalysisclass. -
Relative standard deviation (RSD) values are now specified and returned as percentages.