Skip to content

Repository files navigation

ProteaseGuru: Free and Open-Source Tool for In Silico Database Digestion

Release Github All Releases

Download the current version here.

ProteaseGuru is a in silico digestion tool for the planning of bottom-up proteomic experiments. ProteaseGuru allows for the digestion of one or more protein databases with as many proteases as desired. Results of the various proteolytic digests can be visualized with histograms as well as protein sequence coverage maps.

Check out the wiki page for software details!

Getting Started

ProteaseGuru is a Windows desktop application. To run your first in silico digestion:

1. Get the app

  • Install the free .NET 8 Desktop Runtime (Windows x64) if you don't already have it.
  • Download ProteaseGuru.zip from the latest release and unzip it to a folder you can write to (not Program Files).
  • Double-click ProteaseGuru.exe to launch. (Prefer to build it yourself? See Build from source.)

2. Run a digestion in 5 steps

  1. Add a database — on the Databases window, click Add (or drag & drop) a UniProt .xml or .fasta file (.gz is fine). Add as many as you like.
  2. Set digestion conditions — pick one or more proteases and set your parameters (missed cleavages, min/max peptide length, optional mass range and modifications).
  3. Review & run — the Run window summarizes your databases, proteases, parameters, and output location. Click Run.
  4. Explore results — when digestion finishes, the Results Summary opens. Use Histograms to compare proteases across the whole proteome, or Protein Search to view per-protein sequence-coverage maps.
  5. Export — result tables are written to the output folder automatically; histograms export as PDF + reproducible .csv, and coverage maps export from the Protein Search window.

For a walkthrough of each window, see the wiki Getting Started page.

Build from source

Requires the .NET 8 SDK and Windows.

git clone https://github.com/smith-chem-wisc/ProteaseGuru.git
cd ProteaseGuru
dotnet build ProteaseGuru.sln -c Release
dotnet run --project ProteaseGuruGui

Or open ProteaseGuru.sln in Visual Studio 2022, set ProteaseGuruGui as the startup project, and press F5.

Major Features

  • Ability to digest more than one database for application with multi-species samples such as xenografts, virally infected host cells and microbiome samples.
  • In silico digestion with as many proteases as desired!
  • Ability to define custom proteases for digestion.
  • Uniqueness of peptide sequences are determined both within a database and across all databases being analyzed.
  • Visualization of whole proteome digestion results is enabled by the generation and ability to export histograms.
  • Search for your proteins of interest and view their in silico digestion with a sequence coverage map with PTM and variant annotation!

System Requirements

Database Requirements

UniProt .XML or .fasta format; may be used in compressed (.gz) format.

mzLib

mzLib is a nuget package that we created as an all-purpose toolchest for mass-spec data analysis and many of its functions provide the tools for MetaMorpheus. mzLib is freely available for use in mass-spec applications. You do not need to download mzLib separately to run MetaMorpheus; it is already included.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages