How to use tdp_core - 2 common examples

To help you get started, we’ve selected a few tdp_core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Caleydo / ordino / src / menu / internal / PersistentSessionSection.ts View on Github external
constructor(parent: HTMLElement, public readonly desc: IStartMenuSectionDesc, options: IStartMenuSectionOptions) {
    const _ = new PersistentSessionList(parent, options.graphManager);
  }
github Caleydo / ordino / src / menu / internal / TemporarySessionSection.ts View on Github external
constructor(parent: HTMLElement, public readonly desc: IStartMenuSectionDesc, options: IStartMenuSectionOptions) {
    const _ = new TemporarySessionList(parent, options.graphManager);
  }

tdp_core

Target discovery platform for exploring rankings of genes, disease models, and other entities.

BSD-3-Clause
Latest version published 2 months ago

Package Health Score

64 / 100
Full package analysis

Similar packages