Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qtl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qtl

Utilities for analyzing and visualizing QTL data

  • 0.1.10
  • PyPI
  • Socket score

Maintainers
1

pyQTL

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

The following functionalities are provided:

  • qtl.annotation: class for working with gene annotations; includes a GTF parser.
  • qtl.coloc: Python implementation of core functions from the R COLOC package.
  • qtl.io: functions for reading/writing BED and GCT files.
  • qtl.locusplot: functions for generating LocusZoom-style regional association plots.
  • qtl.pileup: functions for visualizing QTL effects in read pileups from, e.g., RNA-seq data.
  • qtl.plot: plotting functions for QTLs.

Install

You can install pyQTL using pip:

pip3 install qtl

or directly from this repository:

$ git clone git@github.com:broadinstitute/pyqtl.git
$ cd pyqtl
# set up virtual environment and install
$ virtualenv venv
$ source venv/bin/activate
(venv)$ pip install -e .

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc