PRSice

A software package for calculating, applying, evaluating and plotting the results of polygenic risk scores

  • 所有者: choishingwan/PRSice
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

PRSice Build Status

PRSice (pronounced 'precise') is a software package for calculating, applying, evaluating and plotting the results of polygenic risk scores (PRS).
PRSice can run at high-resolution to provide the best-fit PRS as well as provide results calculated at broad P-value thresholds, illustrating results corresponding to either, can thin SNPs according to linkage disequilibrium and P-value ("clumping"), and can be applied across multiple traits in a single run.

Based on a permutation study we estimate a significance threshold of P = 0.001 for high-resolution PRS analyses - the work on this is included in our Bioinformatics paper on PRSice.

PRSice is a software package written in R and C++. PRSice runs as a command-line program with a variety of user-options and is freely available for download below, compatible for Unix/Linux/Mac OS

NOTE

Please refer to our website for more update instructions

Prerequisite

GCC version 4.8.1 or higher (for c++11)
R version 3.2.3 or higher (for plotting)

Installation

You can directly download the binary files here.
If you want to install PRSice, all you have to do is (The binary file will located in PRSice)

git clone https://github.com/choishingwan/PRSice.git
cd PRSice
g++ --std=c++11 -I inc/ -isystem lib/ -DNDEBUG -O3 -march=native src/*.cpp -lz -lpthread -o PRSice

Or if you have CMake version 3.1 or higher, you can do (The binary file will located in PRSice/bin)

git clone https://github.com/choishingwan/PRSice.git
cd PRSice
mkdir build
cd build
cmake ../
make

Rosalind users

You can compile a static version using the following command

git clone https://github.com/choishingwan/PRSice.git
cd PRSice
make

Citation

If you PRSice in any published work, please cite the following manuscript:

Choi SW, and O’Reilly PF. "PRSice-2: Polygenic Risk Score Software for Biobank-Scale Data." GigaScience 8, no. 7 (July 1, 2019). https://doi.org/10.1093/gigascience/giz082.

Note to Self

PLINK PRS range is inclusive. e.g. 0 - 0.5 includes also SNPs with p-value of 0 and 0.5

主要指标

概览
名称与所有者choishingwan/PRSice
主编程语言C
编程语言R (语言数: 6)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2016-08-03 16:07:20
推送于2024-08-21 01:19:05
最后一次提交2024-05-30 12:28:15
发布数50
最新版本名称2.3.5 (发布于 )
第一版名称v0.1 (发布于 )
用户参与
星数199
关注者数13
派生数94
提交数2.4k
已启用问题?
问题数361
打开的问题数1
拉请求数6
打开的拉请求数1
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?