2.3.11 • Published 16 days ago

mfs-deconvolution v2.3.11

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

NPM version npm download

Allows de determine exact mfs composition in a complex mass spectrum.

Installation

$ npm install --save mfs-deconvolution

Usage

import { mfsDeconvolution } from 'mfs-deconvolution';

const text = `
118.0862551	93.8304348
119.0895773	53.0406383
120.0928776	22.0264302
121.0962318	10.6894394
122.0985382	0.3660362
123.1005595	0.0457434
124.1030759	0.0012204
125.1049106	0.0000538
126.1074497	0.0000011
`;
const spectrum = new Spectrum(parseXY(text));

const { mfs } = await mfsDeconvolution(spectrum, ['HValOH', '([13C]C-1)0-10']);

License

MIT

2.3.11

16 days ago

2.3.10

2 months ago

2.3.9

2 months ago

2.3.8

3 months ago

2.3.7

5 months ago

2.3.6

5 months ago

2.3.2

5 months ago

2.3.4

5 months ago

2.3.3

5 months ago

2.3.5

5 months ago

2.3.0

6 months ago

2.2.1

7 months ago

2.0.3

7 months ago

2.2.0

7 months ago

2.0.2

7 months ago

2.0.5

7 months ago

2.3.1

6 months ago

2.0.4

7 months ago

2.0.6

7 months ago

2.1.0

7 months ago

1.3.0

9 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

11 months ago

1.1.0

11 months ago