profilePro 0.8.2
Add Bioconductor dependencies to the remote field in DESCRIPTION to ensure that these can be installed when installing the package using
pakorrenv.Fix for
plotChromatogram()when the specified sample classes using theclsargument is not a character vector.Fix for
plotChromatogram()with the now returnedMChromatogramsclass object fromxcms::chromatogram().
profilePro 0.8.1
Temporarily use
jasenfinch/BiocParallel.FutureParamuntil the pull request for the package installation error due to the update ofBiocParallelto version 1.30.0.Removed
readrfrom theImportsfield the package DESCRIPTION.
profilePro 0.8.0
Added missing import of
MSnbase::as.MSnExp.OnDiskMSnExp().The parallel processing back-end for xcms processing is now specified using
plan()fromfuturepackage. This is enabled by theBiocParallel.FutureParampackage.Removed the
nCoresargument fromprofileParameters().Removed
patchworkas a dependency.
profilePro 0.7.1
Removed parallel arguments from
erahprocessing routine as these now support the use of thefuturepackage.Fixed LC-MS processing routine when on a single ionisation mode is present.
Fixed
plotChromatogram()for single ionisation mode data.Added unit tests for GC-MS processing using
xcms.Improved plotting aesthetics of
plotChromatogram()andplotTIC().
profilePro 0.7.0
Added a
NEWS.mdfile to track changes to the package.Added
pkgdownsite available at https://jasenfinch.github.io/profilePro/The
magrittr::%>%now re-exported.Improved console output for
profilePro::profileProcess().Added full examples for
profilePro::profileProcess().The
nCoresargument can now be suppliedprofilePro::profileProcess()to select the number of cores to use for parallel processing.Added
profilePro::availableTechniques()to list available processing techniques in the package.MetaboProfileS4 class now inherits fromProfileParametersS4 class.Added get and set methods for the
MetaboProfileS4 class.Added get and set methods for the
ProfileParamtersS4 class.Added validators for
MetaboProfileS4 class to ensure that sample information contains the correct fields and that the file names in the specified paths match those in the sample information.Added unit tests