Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

genomenotebook

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genomenotebook

A genome browser in your Jupyter notebook

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

GenomeNotebook (1.0.0)

A genome browser in your Jupyter notebook

Install

pip install genomenotebook
Upgrade

New versions of genomenotebook are released on a regular basis. Make sure to upgrade your installation to enjoy all the features.

pip install genomenotebook --upgrade

How to use

Create a simple genome browser with a search bar. The sequence appears when zooming in.

Tracks can be added to visualize your favorite genomics data. See Examples for more !!!!

import genomenotebook as gn
g=gn.GenomeBrowser(gff_path=gff_path, fasta_path=fasta_path, init_pos=10000, bounds=(0,100000))
g.show()

Documentation

https://dbikard.github.io/genomenotebook/

Keywords

FAQs


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