JamesYang007 / ghostbasil

GhostKnockoff + BASIL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GhostBASIL

This is a repository for experimental code using GhostKnockoff and BASIL framework for fast and efficient LASSO fitting on high-dimensional data. Specifically, this library is created with the intention of applying it on GWAS summary statistics.

Dependencies

Developer Installation

Run the following command to generate machine-specific .bazelrc:

./generate_bazelrc

Then, install the developement dependencies:

mamba update -y conda
mamba env create
conda activate ghostbasil

Our tools require omp to be installed on the system. On Mac, it must be installed with Homebrew as our build system assumes:

brew install libomp

See the following for installations of each of the sub-packages:

References

About

GhostKnockoff + BASIL


Languages

Language:C++ 70.8%Language:R 12.8%Language:Jupyter Notebook 9.5%Language:Python 6.2%Language:Starlark 0.6%