https://github.com/cheminfo/baselines
JS methods for baseline correction
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
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 6 committers (16.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.1%) to scientific vocabulary
Keywords from Contributors
chemistry
Last synced: 11 months ago
·
JSON representation
Repository
JS methods for baseline correction
Basic Info
- Host: GitHub
- Owner: cheminfo
- License: mit
- Language: JavaScript
- Default Branch: main
- Homepage: https://cheminfo.github.io/baselines/
- Size: 2.26 MB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 3
- Releases: 14
Created almost 6 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
Changelog
License
README.md
baselines
Collects baseline correction methods for JavaScript. The idea is that all methods can be used by just providing the measurements y as input.
Installation
$ npm i baselines
Usage
```js import { airPLSBaseline, iterativePolynomialBaseline, rollingBallBaseline, } from 'baselines';
const baselineOutput = rollingBallBaseline(spectrum);
// {baseline: [], correctedSpectrum: []} ```
API Documentation
License
Owner
- Name: Cheminfo
- Login: cheminfo
- Kind: organization
- Website: https://www.cheminfo.org/
- Repositories: 242
- Profile: https://github.com/cheminfo
GitHub Events
Total
Last Year
Committers
Last synced: about 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Kevin | k****a@e****h | 25 |
| cheminfo-bot | 1****t@u****m | 10 |
| Kevin Jablonka | 3****m@u****m | 6 |
| Luc Patiny | l****c@p****m | 6 |
| Michaël Zasso | t****s@p****m | 4 |
| Luc Patiny | l****y@u****m | 3 |
Committer Domains (Top 20 + Academic)
patiny.com: 1
epfl.ch: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 15
- Total pull requests: 20
- Average time to close issues: about 2 months
- Average time to close pull requests: 10 days
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.87
- Average comments per pull request: 0.75
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kjappelbaum (11)
- lpatiny (4)
Pull Request Authors
- cheminfo-bot (19)
- kjappelbaum (3)
- jobo322 (2)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
autorelease: tagged (14)
autorelease: pending (5)
Packages
- Total packages: 1
-
Total downloads:
- npm 3,116 last-month
- Total dependent packages: 7
- Total dependent repositories: 8
- Total versions: 13
- Total maintainers: 1
npmjs.org: baselines
baselines provides a collection of baseline correction methods.
- Homepage: https://github.com/cheminfo/baselines#readme
- License: MIT
-
Latest release: 1.1.9
published about 2 years ago
Rankings
Dependent packages count: 2.8%
Downloads: 3.2%
Dependent repos count: 4.1%
Average: 9.3%
Forks count: 15.4%
Stargazers count: 21.0%
Maintainers (1)
Last synced:
11 months ago
Dependencies
package.json
npm
- @babel/plugin-transform-modules-commonjs ^7.16.5 development
- @types/jest ^27.0.3 development
- cheminfo-build ^1.1.11 development
- eslint ^8.4.1 development
- eslint-config-cheminfo ^7.2.1 development
- jest ^27.4.5 development
- prettier ^2.5.1 development
- rollup ^2.61.1 development
- ml-airpls ^1.0.0
- ml-array-sequential-fill ^1.1.7
- ml-baseline-correction-regression ^1.0.0
- ml-rolling-ball-baseline ^1.0.0
- ml-spectra-processing ^8.0.3
.github/workflows/documentationjs.yml
actions
- JamesIves/github-pages-deploy-action releases/v4 composite
- actions/checkout v2 composite
- zakodium/documentationjs-action v1 composite
.github/workflows/lactame.yml
actions
- actions/checkout v2 composite
- actions/setup-node v2 composite
- zakodium/lactame-action v1 composite
.github/workflows/nodejs.yml
actions
.github/workflows/release.yml
actions