A nice D3JS spectra viewer to visualize and compare MS spectra. SMILES strings can be used to annotate m/z peaks using MetFrag's in silico fragmentation. Annotated fragments can be visualized by hovering over m/z peaks.
- Java >= 1.6
- Apache Maven ≥ 3.0.4
- download sources by cloning git repository
git clone https://github.com/c-ruttkies/SpectraComparisonViewer.git
cd SpectraComparison
mvn clean tomcat7:run-war -DskipTests -Dmaven.tomcat.port=9080
- after the successful build Tomcat web server runs on port 9080
- the tool can be accessed via pointing to http://localhost:9080/index.xhtml in the web browser