Skip to main content

Gene expression toolbox in Python

Project description

PyGEtoolbox - Gene expression toolbox in Python

Objective

Installation

python setup.py install

Features

  • Downloading GEO DataSets from Gene Expression Omnibus (GEO) (see example)
  • Downloading RAW format from GEO (see example)
  • Downloading CEL files from GEO (see example)
  • Parsing SOFT format (see example)
  • Affymetrix probe set ID to gene id and gene description conversion (see example)
  • Differentially Expressed genes analysis (TODO)

CODE EXAMPLES:

from PyGEtoolbox import *

#downloading GSE from GEO
series = Download()
series.download_SOFT_format("GSE105008") 

#downloading GDS from GEO
datasets = Download()
datasets.download_SOFT_format("GDS2003") 

#downloading CEL file
cel = Download()
cel.download_CEL_file("GSM270781")

#downloading RAW data
raw_data = Download()
raw_data.download_RAW_data("GSE41657")
from PyGEtoolbox import *

a = Process_SOFT_format("../SOFT_format/GSE10714_family.soft.gz")  # path to the data
a.extract_metadata()
a.print_data()
a.extract_all_samples()

Bugs

This project will be regularly updated during the 2019. Testing this package is more than welcome. Please report all bugs, suggestions and features that could be added.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyGEtoolbox-0.0.3.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file PyGEtoolbox-0.0.3.tar.gz.

File metadata

  • Download URL: PyGEtoolbox-0.0.3.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

File hashes

Hashes for PyGEtoolbox-0.0.3.tar.gz
Algorithm Hash digest
SHA256 2f1495f035e70b1f79ca59a0d2a7270b3673bbea1414c7f586785567640589fa
MD5 723fa6f17f4aa18a3ef9ef8de4ef4514
BLAKE2b-256 5280eef3096eba46365ef53e9f7c285979c42d075a6b2cab584595c8d4be35ac

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page