Coder Social home page Coder Social logo

novapyth / geo2enrichr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maayanlab/geo2enrichr

0.0 0.0 0.0 180.28 MB

A browser extension and web application for extracting gene sets from GEO and piping them to Enrichr.

Shell 0.54% Python 37.40% JavaScript 30.39% CSS 17.15% HTML 14.27% Mako 0.11% Dockerfile 0.14%

geo2enrichr's Introduction

GEO2Enrichr

What is GEO2Enrichr?

GEO2Enrichr is a browser extension and web application for extracting gene sets from the Gene Expression Omnibus (GEO) and custom Simple Omnibus In Text (SOFT) files and then piping those lists to Enrichr, a gene set enrichment analysis tool. The web server and additional information can be found on the Ma'ayan Lab's server.

Where can I learn more?

GEO2Enrichr: browser extension and server app to extract gene sets from GEO and analyze them for biological functions. Gundersen GW, Jones MR, Rouillard AD, Kou Y, Monteiro CD, Feldmann AS, Hu KS, Ma'ayan A. Bioinformatics. 2015 Sep 15;31(18):3060-2. doi: 10.1093.

For Ma'ayan Lab developers

How do I setup my development environment?

# first time: setup venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

# before you start coding (when in a new terminal)
source venv/bin/activate

How do I test GEO2Enrichr?

Run bash test.sh

How do I deploy GEO2Enrichr?

See DEPLOY.md.

How do I configure GEO2Enrichr?

Create a config file at g2e/config/config.ini

[mode]
debug=true

[cookies]
secret_key=secret_key

[admin]
admin_key=admin_key

[db]
uri=mysql://user:pass@host:port/db?charset=utf8

How do I run GEO2Enrichr?

python run.py
# Go to http://localhost:8083/g2e/

geo2enrichr's People

Contributors

allielarocco avatar gwgundersen avatar u8sand 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.