https://github.com/animesh/msms_rt_score_integration
Code, Data and Results of the publication: "Probabilistic Framework for Integration of Tandem-Mass Spectrum and Retention Time Information in Small Molecule Identification" by Bach et al. 2020
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Code, Data and Results of the publication: "Probabilistic Framework for Integration of Tandem-Mass Spectrum and Retention Time Information in Small Molecule Identification" by Bach et al. 2020
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of aalto-ics-kepaco/msms_rt_score_integration
Created over 4 years ago
· Last pushed about 5 years ago
https://github.com/animesh/msms_rt_score_integration/blob/master/
# Overview
Scripts used to run the experiments presented in the paper:
__"Probabilistic Framework for Integration of Mass Spectrum and Retention Time Information in Small Molecule Identification"__,
_Eric Bach, Simon Rogers, John Williamson and Juho Rousu_, 2020
# Installation
All code was developed and tested in a Linux environment. Windows or MacOS are currently not officially supported.
However, most of the code and installation procedure probably just works fine for those operating systems as well.
## Requirements Packages
The code has been developed for **Python >= 3.6** and the following packages are required in their specified minimum
version:
* numpy >= 1.17
* scipy >= 1.3
* pandas >= 0.25.3
* scikit-learn>=0.22
* joblib >= 0.14
* matplotlib >= 3.1
* seaborn >= 0.9
* networkx >= 2.4
* setuptools >= 46.1
## Install into a Virtual Environment
Clone the repository:
```git clone https://github.com/aalto-ics-kepaco/msms_rt_score_integration.git```
Change to the directory:
```cd msms_rt_score_integration```
Create a virtual Python environment and activate it:
```virtualenv msmsrt_scorer_venv && source msmsrt_scorer_venv/bin/activate```
Run the setup. All required packages will be fetched as well:
```pip install .```
# Usage
An example how to reproduce the results can be found [here](/msmsrt_scorer/experiments).
# Citation
Software citation: [](https://zenodo.org/badge/latestdoi/246057597)
To refer the original publication please use:
```bibtex
@article{10.1093/bioinformatics/btaa998,
author = {Bach, Eric and Rogers, Simon and Williamson, John and Rousu, Juho},
title = "{Probabilistic Framework for Integration of Mass Spectrum and Retention Time Information in Small Molecule Identification}",
journal = {Bioinformatics},
year = {2020},
month = {11},
issn = {1367-4803},
doi = {10.1093/bioinformatics/btaa998},
url = {https://doi.org/10.1093/bioinformatics/btaa998},
note = {btaa998},
eprint = {https://academic.oup.com/bioinformatics/advance-article-pdf/doi/10.1093/bioinformatics/btaa998/34557505/btaa998.pdf},
}
```
Owner
- Name: Ani
- Login: animesh
- Kind: user
- Location: Norway
- Company: Norwegian University of Science and Technology
- Website: https://www.fuzzylife.org
- Twitter: animesh1977
- Repositories: 749
- Profile: https://github.com/animesh
A medical graduate from Delhi University with post-graduation in bioinformatics from Jawaharlal Nehru University, India.