This is a shiny app to determine the molecular formula from the exact mass and isotopic pattern.
This app is hosted in https://garciamar.shinyapps.io/formula_finder/.
Alternativelly it can be run on your computer typing the following in R:
library(shiny)
runGitHub("formula_finder", "mar-garcia")