Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.2%) to scientific vocabulary
Keywords
Repository
Various projects dealing with molecular formula
Basic Info
- Host: GitHub
- Owner: cheminfo
- License: mit
- Language: JavaScript
- Default Branch: main
- Homepage: https://cheminfo.github.io/mass-tools/
- Size: 23.7 MB
Statistics
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 25
- Releases: 275
Topics
Metadata Files
README.md
mass-tools
Various tools allowing to manipulate molecular formula and analyse mass spectra.
The library is published as a full package on npm as mass-tools.
It is also published for the browser on the CDN https://www.lactame.com.
The library contains the following tools:
- EMDB: database of molecular formula
- Groups: List of groups understood by the package
- Elements: Periodic table elements with associated mw and atomic mass
- IsotopicDistribution: Package to create isotopic distribution
- MF: Parse and format molecular formula
- Peptide: Parse peptide sequences
- Nucleotide: Parse nucleic sequences
- Spectrum: Deal with mass spectrum
- getPeaks: Filter array of peaks
- getBestPeaks: Get the best peaks of an array of peaks
- generateMFs: Generate all possible molecular formula
- Report: Generate fragmentation reports
- atomSorter: Sort symbol of atoms
- mfFromEA: Determine molecular formula from elemental analysis
This package should not be installed as we provide many specific packages with the different tools.
- EMDB:
npm i emdb - Elements / Groups:
npm i chemical-groups - IsotopicDistribution:
npm i isotopic-distribution - MF:
npm i mf-parser - Peptide:
npm i peptide - Nucleotide:
npm i nucleotide - Spectrum:
npm i ms-spectrum - generateMFs:
npm i mf-generator - Report:
npm i ms-report - atomSorter:
npm i atom-sorter
Monorepo
npm install <dependency> -w <package>
License
Owner
- Name: Cheminfo
- Login: cheminfo
- Kind: organization
- Website: https://www.cheminfo.org/
- Repositories: 242
- Profile: https://github.com/cheminfo
Citation (CITATION.cff)
cff-version: 1.2.0
message: 'If you use this software, please cite it as below.'
title: 'Javascript libraries dealing with mass spectra'
abstract: 'This lerna project contains various packages that allows to manipulate molecular formula, peptide and nucleotide sequences and assign high resolution mass spectra'
repository-artifact: http://cheminfo.github.io/mass-tools/
repository-code: https://github.com/cheminfo/mass-tools
authors:
- family-names: 'Patiny'
given-names: 'Luc'
affiliation: 'Ecole Polytechnique Fédérale de Lausanne (EPFL), Switzerland'
orcid: 'https://orcid.org/0000-0002-4943-2643'
- family-names: 'Zasso'
given-names: 'Michaël'
affiliation: 'Zakodium Sàrl, Switzerland'
orcid: 'https://orcid.org/0000-0001-5295-2159'
- family-names: 'Silvestre'
given-names: 'Ricardo'
affiliation: 'Ecole Polytechnique Fédérale de Lausanne (EPFL), Switzerland'
orcid: 'https://orcid.org/0000-0002-5372-6716'
license: MIT
keywords:
- Mass spectra
- Molecular formula
doi: 10.5281/zenodo.5091564
GitHub Events
Total
- Create event: 66
- Issues event: 30
- Release event: 17
- Delete event: 45
- Member event: 1
- Issue comment event: 111
- Push event: 150
- Pull request review event: 14
- Pull request review comment event: 8
- Pull request event: 93
Last Year
- Create event: 66
- Issues event: 30
- Release event: 17
- Delete event: 45
- Member event: 1
- Issue comment event: 111
- Push event: 150
- Pull request review event: 14
- Pull request review comment event: 8
- Pull request event: 93
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Luc Patiny | l****c@p****m | 1,078 |
| cheminfo-bot | 1****t | 392 |
| RicardoSilvestr | r****r@h****h | 103 |
| Michaël Zasso | t****s@p****m | 31 |
| tpoisseau | 2****u | 5 |
| Luc Patiny | l****y@L****l | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 48
- Total pull requests: 226
- Average time to close issues: 6 months
- Average time to close pull requests: 3 days
- Total issue authors: 6
- Total pull request authors: 5
- Average comments per issue: 1.19
- Average comments per pull request: 1.41
- Merged pull requests: 211
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 19
- Pull requests: 57
- Average time to close issues: 3 days
- Average time to close pull requests: 2 days
- Issue authors: 4
- Pull request authors: 4
- Average comments per issue: 1.32
- Average comments per pull request: 1.54
- Merged pull requests: 50
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- lpatiny (19)
- targos (15)
- tpoisseau (5)
- stropitek (5)
- RicardoSilvestr (3)
- jdesport (2)
- cheminfo-bot (1)
Pull Request Authors
- cheminfo-bot (187)
- lpatiny (61)
- targos (25)
- tpoisseau (11)
- RicardoSilvestr (5)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 23
-
Total downloads:
- npm 37,361 last-month
-
Total dependent packages: 146
(may contain duplicates) -
Total dependent repositories: 142
(may contain duplicates) - Total versions: 1,764
- Total maintainers: 4
npmjs.org: mf-parser
Parse a molecular formula
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/mf-parser#readme
- License: MIT
-
Latest release: 3.6.0
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: chemical-elements
JSON containing information about chemical elements and isotopes
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/chemical-elements#readme
- License: MIT
-
Latest release: 2.2.1
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: atom-sorter
Callback allowing to sort chemical elements (atoms) in Hill order
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/atom-sorter#readme
- License: MIT
-
Latest release: 2.2.1
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: chemical-groups
JSON containing information about chemical groups
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/chemical-elements#readme
- License: MIT
-
Latest release: 2.2.3
published 12 months ago
Rankings
Maintainers (4)
npmjs.org: ms-spectrum
A mass spectrum
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/emdb#readme
- License: MIT
-
Latest release: 3.9.2
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: mf-utilities
Small utilities dealing with molecular formula
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/mf-utilities#readme
- License: MIT
-
Latest release: 3.5.0
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: isotopic-distribution
Calculate the isotopic distribution of a molecular formula
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/isotopic-distribution#readme
- License: MIT
-
Latest release: 3.4.16
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: mf-generator
Generate molecular formula based on a range and filters
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/mf-generator#readme
- License: MIT
-
Latest release: 3.3.17
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: peptide
Peptide
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/peptide#readme
- License: MIT
-
Latest release: 2.3.10
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: emdb
Database manager for exact mass query
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/emdb#readme
- License: MIT
-
Latest release: 3.4.8
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: mf-matcher
Returns true / false for an object using mw, em, msem, unsaturation and atoms
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/mf-matcher#readme
- License: MIT
-
Latest release: 3.2.17
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: nucleotide
Deal with nucleotides and molecular formula
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/nucleotide#readme
- License: MIT
-
Latest release: 3.2.10
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: mf-finder
Find a molecular formula from a monoisotopic mass
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/mf-finder#readme
- License: MIT
-
Latest release: 3.4.17
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: mf-from-google-sheet
Retrieve and format molecular formula from google sheet
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/mf-from-google-sheet#readme
- License: MIT
-
Latest release: 3.1.17
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: mass-tools
Many tools allowing to analyze mass spectra
- Homepage: https://github.com/cheminfo/mass-tools#readme
- License: MIT
-
Latest release: 2.3.1
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: mf-global
Various libraries to deal with molecular formula and mass spectra
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/mf-global#readme
- License: MIT
-
Latest release: 3.1.27
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: mass-fragmentation
Code to fragment molecules
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/mass-fragmentation#readme
- License: MIT
-
Latest release: 1.11.10
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: ms-report
Generate report for mass analysis
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/ms-report#readme
- License: MIT
-
Latest release: 3.2.19
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: mf-from-ea
Find a molecular formula from elemental analysis results
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/mf-from-ea#readme
- License: MIT
-
Latest release: 2.1.17
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: number-treemap
Manage a sorted tree of numbers
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/number-treemap#readme
- License: MIT
-
Latest release: 3.1.17
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: octochemdb
Helper that allows to query the OctoChemDB webservices
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/octochemdb#readme
- License: MIT
-
Latest release: 2.10.16
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: mf-from-atomic-ratio
Find a molecular formula from atomic ratio
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/mf-from-atomic-ratio#readme
- License: MIT
-
Latest release: 1.2.17
published 7 months ago
Rankings
Maintainers (4)
npmjs.org: mfs-deconvolution
- Homepage: https://github.com/cheminfo/mass-tools/tree/main/packages/emdb#readme
- License: MIT
-
Latest release: 2.4.26
published 7 months ago
Rankings
Maintainers (4)
Dependencies
- @types/jest ^27.4.1 development
- benchmark ^2.1.4 development
- chemcalc ^3.4.1 development
- chemical-elements ^1.2.1 development
- cheminfo-build ^1.1.11 development
- documentation ^13.2.5 development
- eslint ^8.11.0 development
- eslint-config-cheminfo ^7.3.0 development
- jest ^27.5.1 development
- jest-matcher-deep-close-to ^3.0.2 development
- lerna ^4.0.0 development
- prettier ^2.6.1 development
- cross-fetch ^3.1.5 development
- wikidata-sdk ^7.14.4 development
- papaparse ^5.3.2
- jest-matcher-deep-close-to ^3.0.2 development
- xy-parser ^5.0.2 development
- chemical-elements ^1.2.3
- chemical-groups ^1.2.1
- cross-fetch ^3.1.5
- isotopic-distribution ^1.4.12
- jszip ^3.7.1
- mf-finder ^1.2.10
- mf-from-google-sheet ^1.1.34
- mf-generator ^1.3.22
- mf-matcher ^1.2.5
- mf-parser ^1.4.7
- mf-utilities ^1.3.3
- ml-array-max ^1.2.4
- ml-array-min ^1.2.3
- ml-regression-theil-sen ^2.0.0
- ms-spectrum ^1.6.9
- nucleotide ^1.2.21
- peaks-similarity ^2.3.1
- peptide ^1.11.4
- jest-matcher-deep-close-to ^3.0.2 development
- chemical-elements ^1.2.3
- mf-parser ^1.4.7
- mf-utilities ^1.3.3
- spectrum-generator ^8.0.1
- atom-sorter ^1.1.10
- chemical-elements ^1.2.3
- chemical-groups ^1.2.1
- emdb ^1.10.2
- isotopic-distribution ^1.4.12
- mf-from-ea ^0.0.22
- mf-generator ^1.3.22
- mf-parser ^1.4.7
- ms-report ^1.4.3
- ms-spectrum ^1.6.9
- nucleotide ^1.2.21
- peaks-similarity ^2.3.1
- peptide ^1.11.4
- sum-object-keys ^1.0.2
- atom-sorter ^1.1.10
- chemical-elements ^1.2.3
- mf-matcher ^1.2.5
- mf-parser ^1.4.7
- mf-utilities ^1.3.3
- jest-matcher-deep-close-to ^3.0.2 development
- atom-sorter ^1.1.10
- chemical-elements ^1.2.3
- mf-parser ^1.4.7
- mf-utilities ^1.3.3
- mf-generator ^1.3.22
- mf-parser ^1.4.7
- mf-utilities ^1.3.3
- papaparse ^5.3.2
- request ^2.88.2
- request-promise-native ^1.0.9
- jest-matcher-deep-close-to ^3.0.2 development
- chemical-elements ^1.2.3
- mf-finder ^1.2.10
- mf-matcher ^1.2.5
- mf-parser ^1.4.7
- mf-utilities ^1.3.3
- sum-object-keys ^1.0.2
- chemical-elements ^1.2.3
- chemical-groups ^1.2.1
- emdb ^1.10.2
- isotopic-distribution ^1.4.12
- mf-generator ^1.3.22
- mf-parser ^1.4.7
- ms-report ^1.4.3
- ms-spectrum ^1.6.9
- nucleotide ^1.2.21
- peptide ^1.11.4
- jest-matcher-deep-close-to ^3.0.2 development
- mf-utilities ^1.3.3
- ml-spectra-processing ^11.1.0
- jest-matcher-deep-close-to ^3.0.2 development
- atom-sorter ^1.1.10
- chemical-elements ^1.2.3
- chemical-groups ^1.2.1
- chemical-elements ^1.2.3
- chemical-groups ^1.2.1
- mf-parser ^1.4.7
- @svgdotjs/svg.js 3.1.1
- chemical-groups ^1.2.1
- mf-utilities ^1.3.3
- nucleotide ^1.2.21
- peptide ^1.11.4
- svgdom 0.0.21
- jest-matcher-deep-close-to ^3.0.2 development
- spectrum-generator ^8.0.1 development
- emdb ^1.10.2
- is-any-array ^2.0.0
- mf-parser ^1.4.7
- ml-array-max ^1.2.4
- ml-array-min ^1.2.3
- ml-array-normed ^1.3.7
- ml-gsd ^10.2.0
- ml-regression-power ^2.0.0
- ml-spectra-processing ^11.1.0
- peaks-similarity ^2.3.1
- xy-parser ^5.0.2
- JamesIves/github-pages-deploy-action releases/v4 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
- actions/checkout v2 composite
- actions/setup-node v3 composite
- zakodium/lactame-action v1 composite
- actions/checkout v2 composite
- actions/setup-node v3 composite
- google-github-actions/release-please-action v3 composite
- openchemlib ^8.0.1 development
- mf-parser ^2.1.0
- openchemlib-utils ^2.1.2
- fifo-logger ^0.6.1 development
- xy-parser ^5.0.4 development
- cheminfo-types ^1.7.2
- isotopic-distribution ^3.0.1
- mf-generator ^3.0.1
- ml-fcnnls ^2.1.0
- ml-matrix ^6.10.4
- ml-spectra-processing ^12.5.0
- ms-spectrum ^3.0.1