michabirklbauer / peptide_matching_game

Peptide Matching Game

Home Page:https://michabirklbauer.github.io/peptide_matching_game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peptide Matching Game

A simple game to illustrate how peptide identification in mass spectra works using database search engines like MS Amanda.

Usage

How the game works:

Setting up the game:

Setting up the game solution browser:

  • Install requirements: pip install -r requirements.txt
  • Run streamlit app: streamlit run streamlit_app.py
  • Alternatively pull and run the docker container: docker run -p 8501:8501 michabirklbauer/peptidematchinggame:latest
  • Open your browser and navigate to localhost:8501.

References

License

Contact

About

Peptide Matching Game

https://michabirklbauer.github.io/peptide_matching_game/

License:MIT License


Languages

Language:Python 95.3%Language:Dockerfile 4.7%