- The correct sample information table is now exported for the pre-treated data.
-
Plotting and summary targets added to the spectral processing module for profiling workflows.
-
Script edited header added to generated
R/utils.R
file. -
Added the
prettycode
package to suggests.
-
The workflow parallel options now set in
R/utils.R
. -
The targets
"transient"
memory option now set for all targets intar_options_set()
inR/utils.R
. -
Updated the package introduction vignette to include the setting of package options in
R/utils.R
.
-
Renamed relevant targets with the prefixes
results
andparameters
. -
R Markdown output report chunks now also include targets with the prefixes
results
andparameters
. -
Captions for summary tables in R Markdown report output are generated from the target name.
-
Modelling feature importance target now replaced by a modelling explanatory features target.
-
Fixed typo in R Markdown report output footer.
-
Project scripts generated by
projecttemplates
and then edited bymetaboWorkflows
now include a header comment denoting the version of the package used. -
Targets for workflow modules now written to individual scripts within the project
R/targets
directory. These scripts are then sourced by_targets.R
. -
Updated the usage vignettes with relevant changes.
-
Added titles to supervised and unsupervised random forest MDS plots.
-
rawrr
package now install now directed to Bioconductor forrenv
initialisation.
-
Added a
NEWS.md
file to track changes to the package. -
A package website is now available at https://jasenfinch.github.io/metaboWorkflows/.
-
The package can now be used to firstly define a workflow and then generate a project template directory that facilitates reproducible analysis powered by the use of
targets
package,renv
, git and docker. -
A choice of workflow data inputs are now available that include file paths and converted data file retrieval from a
grover
web API. -
Workflows can be defined using
defineWorkflow()
based the workflow input type and metabolomic technique, also enabling the selection of project template parameters. -
Workflow definitions can be modified which is detailed in the Workflow customisation and extension vignette.
-
Project directories for workflow definitions can be generated using
generateWorkflow()
. -
The Introduction vignette has been updated to detail the new package functionality.