A differential expression analysis package for proteomics data, which leverages transcriptomics tools.
Project description
DEPy
A differential expression analysis package for bulk proteomics (and metabolomics) data, which leverages transcriptomics tools. Inspired by R tools like DEP and SummarizedExperiment, it brings the power of Bioconductor to Python. All you need is a matrix of features and their intensity values.
- PyPI package: https://pypi.org/project/summarizedpy/
- GitHub: SebastianDHA/DEPy
- Free software: MIT License
Features
- SummarizedPY: A container for your -omics data, much like SummarizedExperiment or DEP in R.
- Filtering and subsetting your samples and features
- Missing value filtering
- Imputation using ImputeLCMD (many methods)
- Transforming (log, centering, standardizing, vsn)
- Leverage surrogate variable analysis (sva) to adjust for latent batch effects
- Use the flexibility and power of limma-trend to improve your DEA results and accommodate mixed effects
- Limma arrayWeights to adjust variable sample quality (often an issue in human and animal datasets)
- Visualize your DEA results with elegant volcano plots
Installation
conda
This is the best way to install DEPy.
conda env create -f environment.yml
Note that DEPy (summarizedpy) must be run within the depy conda environment or a cloned version of it. This is because summarizedpy needs an isolated environment to run R in due to the complex loading behavior of Bioconductor packages.
Using pip
pip install summarizedpy
Quick start
import depy as dp
sp = dp.SummarizedPy()
sp = sp.import_from_delim_file(path="path/to/pgroup.tsv", delim="\t")
See the full tutorial for more.
Documentation
Credits
This package leverages amazing packages from the R and Bioconductor community, including limma, vsn, sva, ImputeLCMD, and Tidyverse. This package was created with Cookiecutter and the audreyfeldroy/cookiecutter-pypackage project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file summarizedpy-0.1.3.tar.gz.
File metadata
- Download URL: summarizedpy-0.1.3.tar.gz
- Upload date:
- Size: 33.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96137dfc4c86e9a48a13f03dff504870814400fb976ec63608fa07c214aa18bc
|
|
| MD5 |
7c806d9751302f53165b8702b19eac71
|
|
| BLAKE2b-256 |
e2b7e2637912eebf85712df39271957ea1b0d816ca739fd2efade8686f8792d6
|
File details
Details for the file summarizedpy-0.1.3-py3-none-any.whl.
File metadata
- Download URL: summarizedpy-0.1.3-py3-none-any.whl
- Upload date:
- Size: 24.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7b7cb6c9bfa28587b9e2e516376993f0cacd7080046e18685ee8cfe88918c5b
|
|
| MD5 |
16e49d66aeef4e98167ae21c6705e8ca
|
|
| BLAKE2b-256 |
56fd181f730f62a791e8a614ae4dd2d657c9ca8a9d981bce0600dc16abfee050
|