Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clavellab/maldipickrgui

Workflow template to dereplicate and cherry-pick mass spectrometry spectraAn interactive interface to run reproducible workflow to dereplicate and cherry-pick mass spectrometry spectra with the 'maldipickr' package.
https://github.com/clavellab/maldipickrgui

Last synced: about 2 months ago
JSON representation

Workflow template to dereplicate and cherry-pick mass spectrometry spectraAn interactive interface to run reproducible workflow to dereplicate and cherry-pick mass spectrometry spectra with the 'maldipickr' package.

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# maldipickrGUI

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

The goal of `{maldipickrGUI}` is to provide an interactive interface to run reproducible workflow to dereplicate and cherry-pick mass spectrometry spectra using the [`{maldipickr}`](https://cran.r-project.org/package=maldipickr), in order to reduce the redundancy of bacterial isolates.

The interface is a [`{shiny}`](https://cran.r-project.org/package=shiny) application, built using the robust [`{golem}`](https://cran.r-project.org/package=golem) framework.
Reproducible workflows are created using [`{targets}`](https://docs.ropensci.org/targets/).

## Installation

You can install the development version of `{maldipickrGUI}` using
the following command in R:

```{r install_github, eval = FALSE}
remotes::install_github("ClavelLab/maldipickrGUI")
```

## Code of Conduct

Please note that the `{maldipickrGUI}` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.