Releases: jasenfinch/metabolyseR
metabolyseR 0.14.5
- Correlation analysis results now include an absolute correlation coefficient column by which the results are also arranged in descending order.
metabolyseR 0.14.4
- Console output from
imputeAll()now suppressed.
metabolyseR 0.14.3
-
Temporarily added jasenfinch/missForest as a remote until stekhoven/missForest pull request #25 is resolved.
-
The limit of the number of plotted features in
plotExplanatoryHeatmap()can now be specified using thefeatureLimitargument. -
plotExplanatoryHeatmap()now returns NULL and displays a message when no explanatory features are found. -
Fixed the alignment of the dendrogram branches with heat map rows in
plotExplanatoryHeatmap(). -
Fixed
ggplot2::guides()warning inplotFeature()andplotTIC(). -
Fixed bug in
explanatoryFeatures()methods forAnalysisclass and lists where the threshold was not able to be customised. -
Corrected the text in the modelling vignette concerning the results of using unsupervised random forest for outlier detection.
metabolyseR 0.14.2
-
Package version, creation date and verbose argument added to prototype of
Analysisclass. -
All generics are now defined as standard generics.
-
Added
metricsmethod forAnalysisclass. -
metricsmethod for lists now ignores list elements that are not of classRandomForest.
metabolyseR 0.14.1
- Changed the
RSDthreshargument default to 50% instead of 0.5% inQCrsdFiltergeneric.
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.
metabolyseR 0.13.4
Merge pull request #76 from jasenfinch/tmp v0.13.4
metabolyseR 0.13.3
Merge pull request #75 from jasenfinch/fix v0.13.3