Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

dmethylation-0.0.3a3-py2.py3-none-any.whl (13.6 kB view hashes)

Uploaded Python 2 Python 3

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