met-msi
v0.0.6
Published
MSI is a package designed to simplify access to sections from the Metabolomics Standards Initiative (MSI) paper. This package provides functions to retrieve specific sections of the article.
Readme
MSI (Metabolomics Standards Initiative)
MSI is a package designed to simplify access to sections from the Metabolomics Standards Initiative (MSI) paper. This package provides functions to retrieve specific sections of the article.
Installation
Install the package using npm:
npm install msiUsage
Here’s a quick example of how to use MSI Reader:
import { MSI } from 'msi';
// Initialize the paper
const msi = new MSI();
// Retrieve a section
const section = msi.findSection('2.4');
console.log(section);
// Retrieve the section content
const content = msi.getContent('2.4');
console.log(content);License
This project is licensed under the MIT License. See the LICENSE file for details.
References
- Fiehn, O., Robertson, D., Griffin, J., van der Werf, M., Nikolau, B., Morrison, N., ... & Sansone, S. A. (2007). The metabolomics standards initiative (MSI). Metabolomics, 3, 175-178.
