← 返回首页
GitHub - kcleal/gwplot: Plot genomics data fast · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

kcleal/gwplot

Go to file
Code

Repository files navigation

More items

gwplot

gwplot is a plotting library for genomics data and a Python interface to GW, a high-performance interactive genome browser.

Visit the documentation for more details

Installation

pip install gwplot

Quick Start

from gwplot import Gw # Initialise with reference genome gw = Gw("reference.fa") # Add data sources gw.add_bam("sample.bam") gw.add_track("variants.vcf") # Set region to view gw.add_region("chr1", 1000000, 1100000) # Render and save gw.save_png("output.png")

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License

About

Plot genomics data fast

Topics

Resources

License

Stars

11 stars

Watchers

3 watching

Forks

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.