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.4.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for karyopype-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5285647a18872f6ed34943f4757f595d0f129d271f17b44247ed23ad113096dd |
|
MD5 | eddc623978454992bdc75b02f1483508 |
|
BLAKE2b-256 | ac79305e29d8d709c3c1bf710eda0a0392215f2008d83fb4f0fac4a5975d4fa1 |