template-dereplication-workflow
provides a reusable template to run a reproducible workflow (using {targets}
) to dereplicate and cherry-pick mass spectrometry spectra using the {maldipickr}
, in order to reduce the redundancy of bacterial isolates.
- Clone the repository
- Set up the dependencies using
renv::restore()
- Fill out the needed parameters in
_targets.R
- Evaluate the workflow using
targets::tar_manifest()
- Run the workflow with
targets::tar_make()