A lightweight package providing a cached dataset of biochemical pathway interactions from WikiPathways. Version 1.0.1 is the initial stable release. It offers a simple API for querying interaction data, including species, genes, and interactions. Key differentiators: no external database dependencies, pre-cached data for offline use, and minimal setup. Ideal for genomics and biochemistry applications requiring quick lookups without network latency.
npm install ixnNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import the default IxN object and query interactions by gene symbol.
Use dynamic import() or configure a bundler to handle ESM.
Check for newer versions of the package periodically.
Normalize input to the expected casing (usually uppercase).
Run npm install ixn and ensure import path is correct.
Use import IxN from 'ixn' or import { getInteractions } from 'ixn' as appropriate.Upgrade Node.js to >=14 or use a bundler like Webpack/esbuild.
No dependency data recorded yet.