# MAPD **Repository Path**: hcji/MAPD ## Basic Information - **Project Name**: MAPD - **Description**: Mass Spectrometry Assisted Peak Detection Algorithm of Pure Ion Chromatograms from LC-MS - **Primary Language**: R - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MAPD Mass Spectrometry Assisted Peak Detection Algorithm of Pure Ion Chromatograms from LC-MS ## Installation install.packages(c("devtools", "Rcpp", "RcppArmadillo", "IRanges", "Matrix", "GA", "zoo")) library(devtools); install_github("hcji/MAPD") ## Usage pic <- read.csv(system.file('example_pic.csv', package = 'MAPD'), row.names=1) peaks <- MAPD(pic) ## Contact For any questions, please contact: ji.hongchao@foxmail.com