Coder Social home page Coder Social logo

pgxpop's Introduction

PGX_POP_logo

A population-scale pharmacogenetic allele and phenotype caller

Greg McInnes and Adam Lavertu

If you find our code useful, please cite our paper.

Pharmacogenetics at scale: An analysis of the UK Biobank
Greg McInnes, Adam Lavertu, Katrin Sangkuhl, Teri E. Klein, Michelle Whirl-Carrillo, Russ B. Altman
Clinical Pharmacology and Therapeutics 2020/11/25; doi: https://doi.org/10.1002/cpt.2122

PGxPOP is a population-scale PGx allele caller designed to handle 100,000s of samples. Input is a phased VCF file, that has been indexed with tabix. Uses PGx allele definitions as developed by the original PharmCAT effort.

Installation:

PGxPOP requires Python 3.6 or greater

First, clone this repository to your local directory.

git clone https://github.com/PharmGKB/PGxPOP.git
cd PGxPOP
pip install -r requirements.txt

Once all the necessary requirement files have been installed, run using the following command:

python bin/PGxPOP.py --vcf <path/to/tabixed_vcf> -g <gene_name> --phased -o <path/to/output_dir>

You can also specify a genome build with the build flag:

python bin/PGxPOP.py --vcf <path/to/tabixed_vcf> -g <gene_name> --phased --build hg19 -o <path/to/output_dir>

pgxpop's People

Contributors

gregmcinnes avatar alavertu avatar kenhanscombe avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.