knitr::opts_chunk$set(collapse = TRUE, comment = "#>", fig.align = 'center', fig.path = "man/figures/README-", message = FALSE) library(metaboWorkflows)
Workflow Project Templates for Metabolomics Analyses
This package provides reproducible workflow project templates for metabolomics analyses using the hrm R package ecosystem.
These project templates utilise a number of tools to promote efficient and reproducible analysis, agnostic of the actual analysis R code. These tools include:
Project templates are available for the following metabolomic techniques:
availableWorkflows() %>% {paste0('* ',.,collapse = '\n')} %>% cat()
The metaboWorkflows
package can be installed from GitHub using the following:
remotes::install_github('jasenfinch/metaboWorkflows',build_vignettes = TRUE)
The package documentation can be browsed online at https://jasenfinch.github.io/metaboWorkflows/.
If this is your first time using metaboWorkflows
see the Introduction vignette for information on how to get started.
If you believe you've found a bug in metaboWorkflows
, please file a bug (and, if
possible, a reproducible example) at
https://github.com/jasenfinch/metaboWorkflows/issues.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.