This pipeline runs PoPS analysis for a given set of features. See PoPS GitHub for more information on PoPS analysis.
It performs the following steps:
- Annotate genes with MAGMA scores
- Run PoPS with gene features
- Empirically calculate p-values
Quickstart for deploying this pipeline locally and on a high performance compute cluster.
Create conda environment: envs/environment.yml
and activate:
conda activate snakemake_pps
Alternatively, if using singularity or docker, one can pull the image from henryjt/snakemake-polygenic_priority_score:latest.
See demo/data/features
for example input files. See docs/README-params.md
for description of parameters.
See demo/run_pops__local_docker.sh
for example of how to run full pipeline
Author: Henry Taylor