Overview
This meta package will install the python packages that together make up the methylsuite:
methylprepis a python package for processing DNA methylation data from Illumina arrays. It provides:- A variety of background subtraction and normalization methods found in similar R-based packages.
- Support for Illumina arrays (27k, 450k, EPIC, mouse).
- Support for analyzing public data sets from GEO (the NIH Gene Expression Omnibus is a database) .
- Support for managing data in
PandasDataFrames.
methylcheckincludes:- quality control (QC) functions for filtering out unreliable probes, based on the published literature, sample outlier detection, plots similar to Genome Studio functions, sex prediction, and and interactive method for assigning samples to groups, based on array data, in a Jupyter notebook.
methylizeprovides these analysis functions:- differentially methylated probe statistics (between treatment and control samples).
- volcano plots (which probes are the most different).
- manhattan plot (where in genome are the differences).
Parts of methylsuite
Data Processing
Quality Control
Installation
This all-in-one command will install all three packages and their required dependencies.
pip3 install methylsuite
This command was tested in a naive minimal conda environment, created thusly:
conda create -n testsuite
Afterwards, I had to install statsmodels using conda apart from the other dependencies, like so:
conda install statsmodels
pip3 install methylsuite
(Statsmodels uses additional C-compilers during installation)
Release files for methpype 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| methpype-1.0.6.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| methpype-1.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.9 kB
Release files / methpype-1.0.6.tar.gz
| Download URL | methpype-1.0.6.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a73aa78f4a55f67f9da13b7cb572b9cd6cc95f954554b3c68e86e1efddbdab8b
|
|
BLAKE2b-256 checksum How to use checksums |
6c246f866b069bec3fd5f47d799bf6edab01d2cc17dc1345288abbe50212964d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.3
|
Release files / methpype-1.0.6-py3-none-any.whl
| Download URL | methpype-1.0.6-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
23d05f4db6f9b901f0bcc244c2f3a3673a6770615fc60ec5c62f2903c6d62c04
|
|
BLAKE2b-256 checksum How to use checksums |
ca95443e678a7e11983b5018cd13ba79d83a9024149257257cc7c9d07858934b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.3
|