Plot Linkage Disequilibrium
Project description
LD plot
Plot of a Linkage Disequilibrium (LD) matrix
Installation
pip
pip install ld-plot
Usage
from src.ld_plot.ld_plot import ld_plot
# LD: A symmetric LD matrix
# labels: A list of position names
figure = ld_plot(ld=LD, labels=labels)
figure.savefig('ld_plot.png')
Example output
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ld-plot-0.0.2.tar.gz
(2.8 kB
view hashes)