Skip to content

ProGenNo/ProHapExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protein Haplotype Explorer

ProHap Explorer a novel visual exploration tool designed to interrogate the influence of common haplotypes on the human proteome, exploring a dataset obtained using the ProHap workflow.

Deployment:

Temporarily, ProHap Explorer is accessible at https://prohap-explorer-europe-tnusf.ondigitalocean.app/ with a limited dataset showing peptide-spectrum matches from the reprocessing of one proteomic study.

Requirements:

  • node.js, NPM, Python >= 3.10
  • Python libraries: flask, neo4j

Install dependencies

Frontend libraries:

cd client; npm install;

Python server libraries:

pip install flask neo4j;

Build and Run

# Build client app
cd client; npm run build;

# Run server
cd ../server; python main.py;

The app will be accessible at http://localhost:8000/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published