Giter Club home page Giter Club logo

glint's Introduction

GLINT

GLINT is a user-friendly command-line tool for fast analysis of genome-wide DNA methylation data generated using the Illumina human methylation arrays. GLINT allows to easily run a pipeline of Epigenome-Wide Association Study (EWAS) under different models while accounting for known confounders in methylation data.

For more details about GLINT see the documentation.

Download and Installation

  1. Download the latest release of GLINT from here.
  2. Install the latest release of Anaconda for Python 2.7 which includes most of the dependencies required by GLINT. Note that GLINT requires Anaconda version >=4 (i.e. Anaconda2-4.X or above).
    • If you already have Python 2.7 and do not want to install Anaconda please see "Dependencies" bellow.
  3. Use your terminal to install the cvxopt package for Python using Anaconda
    Windows run conda install -c omnia cvxop
    Linux or MacOS run sudo `which conda` install -c anaconda cvxopt

Documentation and a quick start tutorial

A detailed documentation of GLINT can be found here. In addition, we provide a quick start tutorial that will get you started with GLINT quickly.

Dependencies

GLINT was implemented for Python 2.7 and has the following dependencies:

numpy (>=1.10.4)
scipy (>=0.17)
sklearn (>=0.17.1)
pandas (>=0.18)
matplotlib (>=1.5.1)
statsmodels (>=0.6.1)
cvxopt (>=1.1.8; not included in Anaconda by default)

We recommend installing the latest release of Anaconda for Python 2.7, which already includes most of the necessary dependencies. In case you already have Python 2.7 installed and do not want to install Anaconda Python, run the "install.py" script we provide:

python install.py

The script automatically tries to install missing dependencies that are required for GLINT. Note that in some environments the script may fail to install some of the dependencies, in which case you will need to either manually install them or download Anaconda for Python 2.7.

Troubleshooting

Missing dependency?

  1. Make sure you have Anaconda isntalled, see "Download and installation" for more details.
    If you do not have Anaconda installed and running python install.py failed, then the easy solution is to install Anaconda. Otherwise, you will need to install all the Python packages listed under "Dependencies". If you have Anaconda installed, make sure you have updated versions of the required dependencies (as detailed above under "Denpendencies").
  2. Make sure you run GLINT with the Anaconda Python command line (assuming you installed Anaconda Python):
    Windows:
    a. Find the path to Anaconda Python: press "Start" (win-key) and search for "conda". When you find it, do not open it but right click on it -> "properties", and extract the path written under "Location".
    b. Use the path to the Anaconda Python instead of the standard "python" command. For example, if you found the path to be "C:\Users\me\Anaconda2\Scripts" then Anaconda Python is supposed to be under C:\Users\me\Anaconda2\python, in which case run each GLINT command as follows: C:\Users\me\Anaconda2\python glint.py...

Linux or MacOS:
a. Find the path to Anaconda Python: run in the terminal: which conda. If that command does not return anything then you do not have Anaconda installed; refer to "Download and Installation".
b. Use the path to the Anaconda Python instead of the standard "python" command. For example, if you found the path to be "/home/user/anaconda2/bin/" then Anaconda Python is supposed to be under /home/user/anaconda2/bin/python, in which case run each GLINT command as follows: /home/user/anaconda2/bin/python glint.py ...

MacOs cannot show .eps figures?

Restart the Preview app - quit it and try to open the figure again.

Citing GLINT

If you use GLINT in any published work please cite it. Information about how to cite GLINT can be found in the documentation here.

Authors

This software was developed by Reut Yedidim and Elior Rahmani. Code contributions were made by Omer Weissbrod and Dan coster.

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.