Skip to main content

No project description provided

Project description

# dmethylation

Dgenome is a Django app which handle the genome coordinates

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 migrate to create the dmethylation models.

  4. Insert the Illiumina HumanMethylation450 CSV file and the script: bin/load_annotation_HumanMethylation450.py

  5. 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.1a3.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

dmethylation-0.0.1a3-py2.py3-none-any.whl (12.9 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