Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethanbass/vpdtw
Variable Penalty Dynamic Time Warping
https://github.com/ethanbass/vpdtw
chemoinformatics chemometrics chromatography time-series time-warping
Last synced: 4 days ago
JSON representation
Variable Penalty Dynamic Time Warping
- Host: GitHub
- URL: https://github.com/ethanbass/vpdtw
- Owner: ethanbass
- License: gpl-2.0
- Created: 2022-05-07T21:11:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T21:47:02.000Z (about 2 years ago)
- Last Synced: 2023-11-20T15:48:47.467Z (about 1 year ago)
- Topics: chemoinformatics, chemometrics, chromatography, time-series, time-warping
- Language: R
- Homepage:
- Size: 190 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Variable Penalty Dynamic Time Warping
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/VPdtw)](https://cran.r-project.org/package=VPdtw)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/VPdtw)](https://cran.r-project.org/package=VPdtw)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/last-month/VPdtw)](https://cran.r-project.org/package=VPdtw)
Variable Penalty Dynamic Time Warping for aligning GC-MS chromatograms to a master signal and more. With the appropriate penalty this method performs good alignment without altering the shape of peaks in chromatography data.## Installation
VPdtw can be installed from CRAN:
```
install.packages("VPdtw")
```Alternatively, the development version can be installed from GitHub:
```R
install.packages("remotes")
remotes::install_github("ethanbass/VPdtw")
```or from R Universe:
```
install.packages("chromConverter", repos="https://ethanbass.r-universe.dev/")
```## References
Clifford, D., Stone, G., Montoliu, I., Rezzi, S., Martin, F. P., Guy, P., ... & Kochhar, S. (2009). Alignment using variable penalty dynamic time warping. Analytical chemistry, 81(3), 1000-1007. doi:http://dx.doi.org/10.1021/ac802041eClifford, D., & Stone, G. (2012). Variable Penalty Dynamic Time Warping Code for Aligning Mass Spectrometry Chromatograms in R. Journal of Statistical Software, 47(8), 1 - 17. doi:http://dx.doi.org/10.18637/jss.v047.i08
---
This package was created by [David Clifford](https://github.com/david-clifford/VPdtw) and Glenn Stone,
but is now maintained by [Ethan Bass](https://github.com/ethanbass).