https://github.com/Roestlab/DIAlignR
This is a R package for alignment of DIA mass-spec data
https://github.com/Roestlab/DIAlignR
Last synced: about 1 year ago
JSON representation
This is a R package for alignment of DIA mass-spec data
- Host: GitHub
- URL: https://github.com/Roestlab/DIAlignR
- Owner: Roestlab
- Created: 2018-09-18T14:04:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T17:50:53.000Z (over 5 years ago)
- Last Synced: 2024-06-18T02:31:31.806Z (almost 2 years ago)
- Language: R
- Size: 26.5 MB
- Stars: 11
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-proteomics - DIAlignR - R - DIA retention time alignment of targetd MS data, including DIA and SWATH-MS - [paper](https://www.mcponline.org/article/S1535-9476(20)31843-0/fulltext) (4. Assorted pipeline Tools / Table of Contents)
README
[](http://bioconda.github.io/recipes/bioconductor-dialignr/README.html)
[](https://usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/galaxyp/dialignr/dialignr)
# DIAlignR
DIAlignR is an R package for retention time alignment of targeted mass spectrometric data, including DIA and SWATH-MS data. This tool works with MS2 chromatograms directly and uses dynamic programming for alignment of raw chromatographic traces. DIAlignR uses a hybrid approach of global (feature-based) and local (raw data-based) alignment to establish correspondence between peaks.
[](https://travis-ci.org/shubham1637/DIAlignR)
# Documentation
For documentation please see [our vignette](https://htmlpreview.github.io/?https://github.com/shubham1637/DIAlignR/master/vignettes/DIAlignR-vignette.html).
# Developing C++ code
```
cd DIAlignR
mkdir build && cd build
cmake -B. -H..
make clean && make && make test
make runTest3
cd ..
```
Documenting C++ code
```
sudo apt install doxygen doxygen-gui
sudo apt install graphviz
cd DIAlignR
cd src
doxygen doc/Doxyfile
```
# Installing Rcompression
`devtools::install_github("omegahat/Rcompression")`
# Citation
If you use the provided algorithms or the package, please cite our paper:
Gupta S, Ahadi S, Zhou W, Röst H. "DIAlignR Provides Precise Retention Time Alignment Across Distant Runs in DIA and Targeted Proteomics." Mol Cell Proteomics. 2019 Apr;18(4):806-817. doi: https://doi.org/10.1074/mcp.TIR118.001132 Epub 2019 Jan 31.
CNPN 2018 Poster doi: https://doi.org/10.6084/m9.figshare.6200837.v1
HUPO 2018 Poster doi: https://doi.org/10.6084/m9.figshare.7121696.v2