Peak Deconvolution is a Shiny app that performs the deconvolution of spectral data into its main components/peaks.
You can access the app through this link: https://jeandsantos.shinyapps.io/peak_deconvolution/
You can run an analysis by:
- Upload a CSV file with the spectral data
- Select whether the uploaded file has header and the type of separator and quotes used
- Click on 'Run Analysis' for a preview of the spectre
- Click on 'Perform Deconvolution' for running the deconvolution
The analysis may take a few moments based on the length of the spectre and the potential number of components.
If you do not have a file, you can test the app by downloading this sample file
You can reproduce the environment by using the renv
package and the renv.lock
file available in this repo.
For questions or feedback please contact me via LinkedIn or email.
For fixes or new feature request feel free to raise an issue.