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
kp.plot_karyopype("hg38", "/path/to/regions.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.5.tar.gz
(4.6 kB
view hashes)
Built Distribution
Close
Hashes for karyopype-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9140bc58695c053df76b0dd51103784b6910a985ddcb2b9d1710a8fcef90f88c |
|
MD5 | 121313d5a30e6d646e76fe67c0862189 |
|
BLAKE2b-256 | edb34160cc9087c5dc096c96ba50e5fe70d449d40d9094cf0beff1d0ce544f36 |