A static cache of biochemical pathway interactions extracted from WikiPathways, version 0.1.0. Provides a parsed set of interactions (e.g., gene/protein relationships) from pathway data without requiring live API calls. Suitable for genomics and bioinformatics applications where offline access to curated pathway interactions is needed. Released as an npm module; no active maintenance or release cadence documented.
npm install wikipathways-interactionsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import the cached interactions data and access the first entry.
Use import syntax or dynamic import() in Node v12+.
Consider using live API or a maintained data source.
Only import at top-level in Node; consider lazy loading.
Add "type": "module" to package.json or use .mjs extension.
Install @types/wikipathways-interactions if available, or add 'declare module' in .d.ts.
Use interactions directly without parentheses; it is an object, not a function.
No dependency data recorded yet.