Socket
Socket
Sign inDemoInstall

gramene-genetree-vis

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gramene-genetree-vis

Visualize a genetree using d3. t123


Version published
Maintainers
3
Created
Source

Gramene Gene Tree Visualization

gene tree visualization example

The Gramene Gene Tree Visualization is a JavaScript library for interactive visualization of gene tree data. It is primarily developed for use on the Cold Spring Harbor Laboratory’s Gramene web site, but it is self-contained and can be dropped into any other web site.

Running the Visualization

The gene tree visualization can be run locally in a stand-alone mode for testing/viewing/developing.

  1. Install Yarn, a JavaScript dependency manager.

  2. From the project root directory, run Yarn to load dependencies (or install, as needed).

    % yarn
    
  3. Compile and run standalone application in development mode:

    % yarn run start
    

​ Note that the application will connect to devdata.gramene.org to load sample data to display.

  1. Connect to http://localhost:3000/ to view the visualization.

Misc.

The development project was created with Create React App. You can view this guide to for details about that environment.

FAQs

Package last updated on 20 May 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc