HaohanWang / thePrecisionLasso

implementation for Precision Lasso: accounting for correlations and linear dependencies in high-dimensional genomic data
https://academic.oup.com/bioinformatics/article/35/7/1181/5089232
MIT License
12 stars 4 forks source link
lasso-variants precision-lasso

Precision

Precision Lasso

Implementation of the Precision Lasso in this paper:

Haohan Wang, Benjamin J Lengerich, Bryon Aragam, Eric P Xing, Precision Lasso: accounting for correlations and linear dependencies in high-dimensional genomic data, Bioinformatics, Volume 35, Issue 7, 01 April 2019, Pages 1181–1187, https://doi.org/10.1093/bioinformatics/bty750

Introduction

The Precision Lasso is a Lasso variant for variable selection when there are correlated and linearly dependent variables existing.

Replication: This repository serves for the purpose to guide others to use our tool, if you are interested in the scripts to replicate our results, please contact us and we will share the repository for replication. Contact information is at the bottom of this page.

File Structure:

An Example Command:

python runPL.py -t csv -n data/toy

Data Support

Installation (Not Required)

You will need to have numpy and scipy installed on your current system. You can install precision lasso using pip by doing the following

   pip install git+https://github.com/HaohanWang/thePrecisionLasso

You can also clone the repository and do a manual install.

   git clone https://github.com/HaohanWang/thePrecisionLasso
   python setup.py install

Python Users

Proficient python users can directly call the Precision Lasso with python code, see the example here

Contact

Haohan Wang · @HaohanWang