cheminfo / cheminfo/nmrium

autoRangeDetection how to?

Open
#183 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
TypeScript
Stars
80
Forks
34
Avg merge
2d 9h
Merged PRs (30d)
36

Description

There are some options needed for auto ranges detection
* @param {Object} options - options object with some parameter for GSD, detectSignal functions.
* @param {number} [options.nH = 100] - Number of hydrogens or some number to normalize the integral data. If it's zero return the absolute integral value
* @param {string} [options.integralType = 'sum'] - option to chose between approx area with peaks or the sum of the points of given range ('sum', 'peaks')
* @param {number} [options.frequencyCluster = 16] - distance limit to clustering peaks.
* @param {number} [options.clean] - If exits it remove all the signals with integral < clean value
* @param {boolean} [options.compile = true] - If true, the Janalyzer function is run over signals to compile the patterns.
* @param {boolean} [options.keepPeaks = false] - If true each signal will contain an array of peaks.

The current method accept peaks or detect it and clustering those peaks depending on frequencyCluster option

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.