Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 376 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 376 Bytes

Formula Finder

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")