Package for Peak Picking and ANnoTation of High resolution Experiments in R, implemented in R
and Shiny
peakPantheR is an R/Bioconductor package that implements functions to detect, integrate and report pre-defined features in MS files (e.g. compounds, fragments, adducts, …). It is designed for:
multiple
compounds in one
file at a timemultiple
compounds in multiple
files in parallel
, store results in a single
objectpeakPantheR
can process LC/MS data files in NetCDF, mzML/mzXML and mzData format as data import is achieved using Bioconductor’s mzR
package.
The reference versions of peakPantheR
is available on the corresponding Bioconductor page (release or dev version).
Active development and issue tracking take place on the github page, while an overview of the package, vignettes and documentation are available on the supporting website.
To install peakPantheR:
install.packages("BiocManager")
BiocManager::install("peakPantheR")
To install the development version from GitHub:
BiocManager::install("phenomecentre/peakPantheR")
Both real time and parallel compound integration require a common set of information:
netCDF
/ mzML
MS file(s)RT
/ m/z
window) for each compound.An overview of the package and detailed information on usage are available in the following vignettes:
Besides the vignettes, more tutorials are available via github: - Targeted integration of metabolites from 3 LC-MS profiling dataset using peakPantheR: Application of peakpPantheR to extract features from 3 LC-MS assays from a human urine metabolic profiling study on cognitive decline and dementia. - Quality-Control of peakPantheR extracted using the nPYc-Toolbox: Tutorial on how to use the nPYC-Toolbox to perform QC on peakPanther extracted datasets.
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 (2020)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.