Giter Club home page Giter Club logo

theprecisionlasso's Introduction

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:

  • models/ main method for the Precision Lasso
  • utility/ other helper files
  • runPL.py main entry point of using the Precision Lasso to work with your own data

An Example Command:

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

Data Support

  • Precision Lasso currently supports CSV and binary PLINK files.
  • Extensions to other data format can be easily implemented through FileReader in utility/dataLoadear. Feel free to contact us for the support of other data format.

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

theprecisionlasso's People

Contributors

haohanwang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.