Skip to content

Collection of analysis tools for quantitative trait loci

License

Notifications You must be signed in to change notification settings

ActioTom/pyqtl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyQTL

pyQTL is a python module for analyzing and visualizing quantitative trait loci (QTL) data.

Install

You can install pyQTL using pip:

pip3 install qtl

or directly from this repository:

$ git clone [email protected]:broadinstitute/pyqtl.git
$ cd pyqtl
# set up virtual environment and install
$ virtualenv venv
$ source venv/bin/activate
(venv)$ pip install -e .

About

Collection of analysis tools for quantitative trait loci

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%