/GEOparse

Python library to access Gene Expression Omnibus Database (GEO)

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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
  • 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. The main issues are:

  • add checking for compatibility with SOFT files
  • expand GEOTypes objects with useful functions for differential expression analysis