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.3.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for karyopype-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 598cf98ec94ffba6995ac7f59ad3a7f229e26de4924d181ab3820aecef2952ea |
|
MD5 | bbbc8b4f733d2a434ce4ed4722a41400 |
|
BLAKE2b-256 | a5f0ce391d936d6f96998e04896fa5074cb3565399a625fae5e2017d32ae92a5 |