New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

mass-fragmentation

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mass-fragmentation

Code to fragment molecules


Version published
Maintainers
0
Created

mass-fragmentation

NPM version npm download

Installation

$ npm install --save mass-fragmentation

Usage

const { fragment } = require('mass-fragmentation');
const { Molecule } = require('openchemlib');

const molecule = Molecule.fromSmiles('CCCCC');
const fragments = fragment(molecule);

License

MIT

FAQs

Package last updated on 12 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts