README (original) (raw)

mpwR

R-CMD-check CRAN status

mpwR [ɪmˈpaʊə(r)] offers a systematic approach for comparing proteomic workflows and empowers the researcher to effortlessly access valuable information about identifications, data completeness, quantitative precision, and other performance indicators across an unlimited number of analyses and multiple software tools. It can be used to analyze label-free mass spectrometry-based experiments with data-dependent or data-independent spectral acquisition.

Applications

The functions of mpwR provide a great foundation to generate customized reports e.g. with RMarkdown or to build shiny apps/dashboards for downstream data analysis. An example for a shiny dashboard is available here.

Installation

Install the development version from GitHub using the devtools package by using the following commands:

Preparation

Requirements

As input the standard outputs of ProteomeDiscoverer, Spectronaut, DIA-NN or MaxQuant are supported by mpwR. Details about further requirements are listed in the vignette Requirements.

Import

Importing the output files from each software can be easily performed with prepare_mpwR. Further details about importing data are highlighted in the vignette Import.

Load packages

Example - Workflow

This is a basic example which shows the downstream analysis for number of identifications and data completeness. Please check the vignette Workflow for a detailed analysis pipeline and more functionalities.

Number of Identifications

Report

The number of identifications can be determined with get_ID_Report.

For each analysis an ID Report is generated and stored in a list. Each ID Report entry can be easily accessed:

Plot

Individual

Each ID Report can be plotted with plot_ID_barplot from precursor- to proteingroup-level. The generated barplots are stored in a list.

The individual barplots can be easily accessed:

Summary

As a visual summary a boxplot can be generated with plot_ID_boxplot.

Data Completeness

Report

Data Completeness can be determined with get_DC_Report for absolute numbers or in percentage.

For each analysis a DC Report is generated and stored in a list. Each DC Report entry can be easily accessed:

Plot

Individual

Absolute

Each DC Report can be plotted with plot_DC_barplot from precursor- to proteingroup-level. The generated barplots are stored in a list.

The individual barplots can be easily accessed:

Percentage

Summary

As a visual summary a stacked barplot can be generated with plot_DC_stacked_barplot.

Absolute

Percentage