Package for Peak Picking and ANnoTation of High resolution Experiments in R, implemented in R
and Shiny
peakPantheR
implements functions to detect, integrate and report pre-defined features in MS files. It is designed for:
multiple
compounds in one
file at a timemultiple
compounds in multiple
files in parallel
, store results in a single
objectInstall 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)
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.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)
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.