jmiao24 / POP-TOOLS

Valid and Powerful ML-Assisted Genetic Association Studies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POP-TOOLS

POP-TOOLS (POst-Prediction TOOLS) is a Python3-based command line toolkit for conducting valid and powerful machine learning (ML)-assisted genetic association studies.

The POP-TOOLS toolkit can be used to conduct

  • POP-GWAS [POst-Prediction Genome-wide Association Studies (GWAS)]

Manual

The POP-TOOLS and its required modules can be installed via

git clone https://github.com/qlu-lab/POP-TOOLS
cd POP-TOOLS
pip install -r requirements.txt

Please see the TL;DR to conduct POP-GWAS

Please see the wiki for tutorials describing the basic function and along with detailed manual of POP-TOOLS.

Please see the FAQ for frequently asked questions related to POP-TOOLS.

Power and sample size calculator

We provide a web interface for the power and sample size calculator for ML-assisted GWAS.

Version History

  • Jan 2, 2024: Initial release.

Reference

Valid inference for machine learning-assisted GWAS

Assumption-lean and Data-adaptive Post-Prediction Inference

Contact

For questions and comments, please open a GitHub issue (preferred) or contact Jiacheng Miao at jiacheng.miao@wisc.edu or Yixuan Wu at wu638@wisc.edu or Qiongshi Lu at qlu@biostat.wisc.edu.

"POP" familial links

  • POPInf (POst-Prediction Inference) is a generic toolkit for conducting valid and powerful post-prediction inference. It is more general (can be applied to a wider range of statistical quantities), but is not optimized for genetic applications.

About

Valid and Powerful ML-Assisted Genetic Association Studies

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:MATLAB 0.1%