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!
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.zipfrom the latest release and unzip it to a folder you can write to (notProgram Files). - Double-click
ProteaseGuru.exeto launch. (Prefer to build it yourself? See Build from source.)
2. Run a digestion in 5 steps
- Add a database — on the Databases window, click Add (or drag & drop) a UniProt
.xmlor.fastafile (.gzis fine). Add as many as you like. - Set digestion conditions — pick one or more proteases and set your parameters (missed cleavages, min/max peptide length, optional mass range and modifications).
- Review & run — the Run window summarizes your databases, proteases, parameters, and output location. Click Run.
- 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.
- 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.
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.
- 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!
- Environment:
- 64-bit operating system
- .NET Core 8.0:
- Windows: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.401-windows-x64-installer
- macOS, x64 Intel processor: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.401-macos-x64-installer
- macOS, ARM Apple Silicon processor: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.401-macos-arm64-installer
- Linux: https://learn.microsoft.com/dotnet/core/install/linux?WT.mc_id=dotnet-35129-website
- Note that ProteaseGuru only works on Windows at this time.
- 8 GB RAM recommended
UniProt .XML or .fasta format; may be used in compressed (.gz) format.
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.