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.2.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for karyopype-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d9556fbb5321e28d94088bbd25ade270de73fa9eca5ee8fea190f54a7bf58f0 |
|
MD5 | 1adbf831e4db49da6997dd3f6f355d00 |
|
BLAKE2b-256 | 54d55f0a1374eae5d67d73c3cfeafe1fe0b904fe3f558e6da89c7730fb1ffe3b |