Skip to content

metabolyseR 0.15.0

Compare
Choose a tag to compare
@jasenfinch jasenfinch released this 20 Feb 17:03
· 31 commits to master since this release
cb4d1b2
  • It is now possible to specify multiple cls arguments to the aggregation methods.

  • Correlation thresholds are now available for both coefficient and total number using the minCoef and maxCor arguments in the correlations() method.

  • Added the predictions() accessor method for the RandomForest S4 class to enable the retrieval of the out-of-bag model response predictions.

  • The occupancy filtering methods now error if the value supplied to argument occupancy is non-numeric.

  • Memory usage and performance improvements for the randomForest() method.

  • Added type() and response() methods for the Univariate S4 class.

  • plotLDA() now returns a warning and skips plotting if an error is encountered during PC-LDA.

  • The value pre-treated is now the default for argument type in the Analysis S4 class accessor methods.

  • Added the value argument to the explanatoryFeatures() method to allow the specification of on which importance value to apply the specified threshold.

  • The specified cls argument is now correctly displayed on the x-axis title of the resulting plots from the plotFeature() method.