DEGA: a Python package for differential gene expression analysis
Project description
DEGA: A Python Package for Differential Gene Expression Analysis
Differential gene expression analysis is an important tool for identifying genes that display a significantly altered expression in response to specific stimuli.
DEGA is a Python package for differential expression analysis. It is an implementation of the core algorithm of the R package DESeq2. Along with the differential testing algorithm, DEGA also provides high-level functions for dataset exploration and results interpretation (such as switch genes identification).
Installation
pip install DEGA
Quick Start
import DEGA
dega = DEGA.dataset(countsData, phenotypeData, designFormula="factor")
dega.analyse()
For a complete use case check the Jupyter Notebook
For a switch genes identification example check the Jupyter Notebook
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
File details
Details for the file DEGA-0.2.1.tar.gz.
File metadata
- Download URL: DEGA-0.2.1.tar.gz
- Upload date:
- Size: 585.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d759f4e2abb6e7c7af28118fc6cafa773572cacb5ac0f517183ed88216864788
|
|
| MD5 |
c2759dd11e5f2e1f2f26eb96d1658568
|
|
| BLAKE2b-256 |
27424e7ce54dd6f06b091becf4e8f08614a5255ea93e246badbe428c495f7c2f
|