peakPantheR

Build Status codecov

peakPantheR

Package for Peak Picking and ANnoTation of High resolution Experiments in R, implemented in R and Shiny

Overview

peakPantheR implements functions to detect, integrate and report pre-defined features in MS files. It is designed for:

Installation

Install the development version of the package directly from GitHub with:

# Install devtools
if(!require("devtools")) install.packages("devtools")
devtools::install_github("phenomecentre/peakPantheR")

If the dependencies mzR and MSnbase are not successfully installed, Bioconductor must be added to the default repositories with:

setRepositories(ind=1:2)

Usage

Both real time and parallel compound integration require a common set of information:

Vignettes

More information is available in the following vignettes:

peakPantheR is licensed under the GPLv3

As a summary, the GPLv3 license requires attribution, inclusion of copyright and license information, disclosure of source code and changes. Derivative work must be available under the same terms.

© National Phenome Centre (2018)