/graphsnp

GraphSNP: Using graph approach to investigate outbreak cluster and transmission in a web browser

Primary LanguageJavaScript

GraphSNP

GraphSNP: An interactive SNP distance viewer for investigating outbreaks and transmission networks using a graph approach.

How to use it online

Drag and drop input files at: https://graphsnp.beatsonlab.com/

How to use it offline

  1. Clone this repository or download the build directory.
  2. Serve it using your favorite local static server. For example using serve from Node.js
    • Install Node.js
    • Install 'serve' via npm. (e.g. npm install serve -g)
    • Run serve to the build directory. (e.g. serve -s build)

Development use

Will be available soon.