BIMSBbioinfo / GEOparse

Python library to access Gene Expression Omnibus Database (GEO)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEOparse

Python library to access Gene Expression Omnibus Database (GEO).

GEOparse is python package that can be used to query and retrieve data from Gene Expression Omnibus database (GEO). The inspiration and the base for it is great R library GEOquery.

Features

  • Download GEO series, datasets etc. as SOFT files
  • Download supplementary files for GEO series to use them locally
  • Load GEO SOFT as easy to use and manipulate objects
  • Prepare your data for GEO upload

Installation

At the command line:

$ pip install GEOparse

TODO

There is still work to do so any contribution is welcome. Any bug/error that you report will improve the library.

The main issues are:

  • add checking for compatibility with SOFT files
  • expand GEOTypes objects with useful functions for differential expression analysis
  • share your idea
  • add more tests - that's always good idea :)

About

Python library to access Gene Expression Omnibus Database (GEO)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 56.4%Language:Python 42.8%Language:Makefile 0.7%