compomics / meta-proteome-analyzer

MetaProteomeAnalyzer (MPA) software for analyzing and visualizing MS-based metaproteomics data.
27 stars 10 forks source link
bioinformatics-pipeline database-searchtool metaproteomics protein-identification proteomics software

MetaProteomeAnalyzer (MPA)


MetaProteomeAnalyzer Publications:


News

*MPA Portable version 2.0.0 (December 2019) has been released with the following features:


MPA Portable version 1.9.0 (June 2019) has been released with the following updates:


MPA Portable version 1.8.0 (November 2017) has been released with the following features/bugfixes:


MPA Portable version 1.7.0 (August 2017) has been released with the following new features:


Downloads

[Download software] MPA Portable version 2.0 - Windows and Linux 32-bit/64-bit - released on December 18, 2019

[Download example data set] Microbial community sample data set (from Ebendorf biogas plant)

[Download example FASTA database] Methanomicrobiales protein sequence database (UniProtKB FASTA format)

[Download MPA tutorial] Guided MPA portable tutorial including graphical and command line interface usage


Introduction

MetaProteomeAnalyzer (MPA) is a scientific software for analyzing and visualizing metaproteomics (and also proteomics) data. The tool presents a MS/MS spectrum data processing application for protein identification in combination with an user-friendly interactive graphical interface. The metaproteomics data analysis software is developed in the Java programming language and provides various features for an user-defined querying of the results. In addition, MPA can also be executed on the command line (see below).


MPA Portable

MPA Portable is a light-weight and stand-alone software for the identification of proteins and in-depth analysis of metaproteomics (and also proteomics) data. The MPA software currently supports the database search engines Comet, MS-GF+ and X!Tandem taking MGF spectrum files as input data. User-provided FASTA databases (preferably downloaded from UniProtKB) are formatted automatically.

Please note: MPA Portable can be run directly on your desktop PC or laptop and no separate installation is needed: just double-click the provided JAR file or use the provided batch file (see below on this page). Otherwise, you can use the command line interface (MetaProteomeAnalyzerCLI).


Command Line Usage

MPA can also be used via the command line, see MetaProteomeAnalyzerCLI for details.


MzIdentML Import

It is also possible to import results in mzIdentML format which have been generated in other database search tools, see MzIdentML-Import for details.


Features

The MPA metaproteomics software comes with the following key features:


System Requirements

Please download the latest version of mpa-portable-X.Y.Z.zip (where X, Y and Z represent the current version of the software).

Before starting the MPA Portable version, please make sure that you have Java 1.8 installed. To check the currently installed java version, open a console/bash window and type:

java –version

If you haven't installed Java 1.8, please go directly to Java.com to download the latest Java version.


Conda Package

MPA Portable can installed directly as Miniconda package from the bioconda channel:

conda install mpa-portable -c bioconda 

MPA GUI Startup

After downloading the zip file, simply unzip the file and use the provided script from the built folder, i.e. mpa-portable.bat for Windows or mpa-portable.sh for Linux (granting the access rights accordingly!).

You can also double-click on the JAR file, however this will give you no options to change the memory settings (see below).

Another possiblity is to use the command line directly:

java -jar mpa-portable-X.Y.Z.jar -XmxXXXXm 

Note: -XmxXXXXm stands for maximum assigned memory (in megabytes of RAM)