Skip to main content

A collection of modules for executing MVP Workflows

Project description

NCATS Translator mvp-module-library

The National Center for Advancing Translational Sciences (NCATS) is funding a project called "Translator" to develop cyberinfrastructure for biomedical knowledge integration.

One key objective is to develop a platform for specifying and running computational workflows connecting diverse biomedical data types (diseases, genes, drugs) with one another, to identify novel therapeutic options for the treatment of various medical conditions. Contributing to this goal is a set of bioinformatics modules which serve as building blocks for such workflows. Some of these modules are aggregated and published in this package, for reuse in the project's "minimal viable product" application(s).

Installation

This package is published on PyPI (https://pypi.org/project/mvp-module-library/) and can be installed using pip:

pip install mvp-module-library

As always, it's useful to have a separate Python virtual environment for your project. Note that the minimal Python release version to run the project is now release 3.7:

virtualenv -p python3.7 venv
source venv/bin/activate
pip install mvp-module-library

Usage Example

>>> from pprint import pprint
>>> from BioLink.biolink_client import BioLinkWrapper
>>> b = BioLinkWrapper()
>>> pprint(b.get_obj('MONDO:0005148'))
{'association_counts': None,
 'categories': ['disease'],
 'consider': None,
 'deprecated': None,
 'description': 'A type of diabetes mellitus that is characterized by insulin '
                'resistance or desensitization and increased blood glucose '
                'levels. This is a chronic disease that can develop gradually '
                'over the life of a patient and can be linked to both '
                'environmental factors and heredity.',
 'id': 'MONDO:0005148',
 'label': 'type 2 diabetes mellitus',
 'replaced_by': None,
 'synonyms': [{'pred': 'synonym', 'val': 'adult-onset diabetes', 'xrefs': None},
              {'pred': 'synonym',
               'val': 'diabetes mellitis type II',
               'xrefs': None},
              {'pred': 'synonym',
               'val': 'type II diabetes mellitus',
               'xrefs': None},
              {'pred': 'synonym',
               'val': 'type 2 diabetes mellitus non-insulin dependent',
               'xrefs': None},
              {'pred': 'synonym', 'val': 'diabetes, type 2', 'xrefs': None},
              {'pred': 'synonym', 'val': 'adult onset diabetes', 'xrefs': None},
              {'pred': 'synonym',
               'val': 'non-insulin dependent diabetes',
               'xrefs': None},
              {'pred': 'synonym', 'val': 'type II diabetes', 'xrefs': None},
              {'pred': 'synonym', 'val': 'type 2 diabetes', 'xrefs': None},
              {'pred': 'synonym',
               'val': 'T2DM - type 2 diabetes mellitus',
               'xrefs': None},
              {'pred': 'synonym',
               'val': 'non-insulin-dependent diabetes mellitus',
               'xrefs': None},
              {'pred': 'synonym',
               'val': 'non-insulin dependent diabetes mellitus',
               'xrefs': None},
              {'pred': 'synonym',
               'val': 'type 2 diabetes mellitus',
               'xrefs': None},
              {'pred': 'synonym',
               'val': 'noninsulin dependent diabetes',
               'xrefs': None},
              {'pred': 'synonym',
               'val': 'diabetes mellitis type 2',
               'xrefs': None},
              {'pred': 'synonym', 'val': 'NIDDM', 'xrefs': None}],
 'taxon': {'id': None, 'label': None},
 'types': None,
 'xrefs': None}

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

mvp-module-library-0.0.3.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

mvp_module_library-0.0.3-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

Details for the file mvp-module-library-0.0.3.tar.gz.

File metadata

  • Download URL: mvp-module-library-0.0.3.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for mvp-module-library-0.0.3.tar.gz
Algorithm Hash digest
SHA256 da02e25ac813dc7dc33f133dde37f333cf86df159bdaadaafd134460ef21ec36
MD5 723318085810e496ad1beecbc5a5bc44
BLAKE2b-256 adaf56c843458a5367e727a3be8b577a6fe3817490c256c1a427764314daa3e2

See more details on using hashes here.

File details

Details for the file mvp_module_library-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: mvp_module_library-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for mvp_module_library-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2d712e32b20e8553193edddb0a683382965d134d17b4699746bd043246e3a101
MD5 c294ff463f0365a75cfcd98282b6e7bc
BLAKE2b-256 c3c30ffb4b2869739e9c9113db51a15fba96b0d2289eb1e7c7e8dac96f485e3d

See more details on using hashes here.

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