Chromosomal visualization in Python.
Project description
karyopype
Karyopype is a simple chromosome plotting package in python allowing you to quickly visualize where a set of genomic regions, or multiple sets of genomic regions fall on the chromosomes.
From an interactive python session (jupyter notebook):
pip install karyopype
import karyopype.karyopype as kp
# plot two sets of regions
kp.plot_karyopype("hg38", ["/path/to/regions.bed", "/path/to/regions2.bed"])
From a command line session
pip install karyopype
python
>>> import karyopype.karyopype as kp
# save plot to current directory
>>> kp.plot_karyopyp("hg38", "/path/to/regions.bed", savefig=True)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
karyopype-0.1.6.tar.gz
(4.6 kB
view hashes)
Built Distribution
Close
Hashes for karyopype-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc7fad0d2f33f56fc0df9199e54f80adac8f68df2e9e6945e35209f7b84303ca |
|
MD5 | cecb8e974c0c9cb5f0164dd044b4a7e1 |
|
BLAKE2b-256 | 1598ecaf6b6144220844df6194f1a3104d08acbbe74eff81b92358a625548276 |