No project description provided
Project description
dmethylation
-----------
Dmethylation is a Django app to store the Illumina methylation data. It can be used for Illumina Infinium
HumanMethylation450 BeadChip and Infinium MethylationEPIC BeadChip
Quick start
-----------
1. Add "dgenome" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'dgenome',
'dmethylation',
]
2. Include the dgenome URLconf in your project urls.py like this::
url(r'^dmethylation/', include((dmethylation.urls, 'dmethylation'), namespace='dmethylation')),
3. Run `python manage.py makemigrations dgenome` to create the dgenome tables.
4. Run `python manage.py makemigrations dmethylation` to create the dmethylation tables.
5. Run `python manage.py migrate` to create the dmethylation models.
6. Insert the Illiumina HumanMethylation450 or MethylationEPIC CSV file with the
script: bin/load_annotation_HumanMethylation450.py
7. See available API endpoints:
/dmethylation/api/
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
dmethylation-0.0.3a3.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file dmethylation-0.0.3a3.tar.gz
.
File metadata
- Download URL: dmethylation-0.0.3a3.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58ca6e2741b5c23b718bf809ca16ff3f21d40430a73da5be7842763585e26456 |
|
MD5 | ded4c7a2735ed567c2f9d73c6ed2aeff |
|
BLAKE2b-256 | d59076f05aeeecf2b2c68935797b00b4622a17b3ddcef0819c30fa4f9ab16cb6 |
File details
Details for the file dmethylation-0.0.3a3-py2.py3-none-any.whl
.
File metadata
- Download URL: dmethylation-0.0.3a3-py2.py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b66aa27a42ee686c0935a2f907be9c522794e96a6d6b49a3bca8f52ff4d942fb |
|
MD5 | 1e32562c08f05642d210d11945e7c97b |
|
BLAKE2b-256 | 683a99e147fa8aed577d04884a5d89a40d3ecbcd35d16936a307c612f49133a4 |