Skip to main content

VICC normalization routines for genes

Project description

Gene Normalizer

image image image Actions status DOI

Overview

The Gene Normalizer provides tools for resolving ambiguous human gene references to consistently-structured, normalized terms. For gene concepts extracted from NCBI Gene, Ensembl, and HGNC, it designates a CURIE, and provides additional metadata like current and previously-used symbols, aliases, database cross-references and associations, and coordinates.


Live service

Documentation · Installation · Usage · API reference


Install

The Gene Normalizer is available on PyPI:

python3 -m pip install gene-normalizer

See installation instruction in the documentation for a description of installation options and data setup requirements.

Examples

Use the live service to programmatically normalize gene terms, as in the following truncated example:

$ curl 'https://normalize.cancervariants.org/gene/normalize?q=BRAF' | python -m json.tool
{
    "query": "BRAF",
    "match_type": 100,
    "normalized_id": "hgnc:1097",
    "gene": {
        "type": "Gene",
        "id": "normalize.gene.hgnc:1097"
        "label": "BRAF",
        "gene_id": "hgnc:1097",
        "aliases": [
            "BRAF1",
            "B-RAF1",
            "NS7",
            "RAFB1",
            "B-raf",
            "BRAF-1"
        ]
    }
    # ...
}

Or utilize the Python API for fast access:

>>> from gene.database import create_db
>>> from gene.query import QueryHandler
>>> q = QueryHandler(create_db())
>>> result = q.normalize("KRAS")
>>> result.normalized_id
'hgnc:6407'

See the usage and normalization entries in the documentation for more.

Feedback and contributing

We welcome bug reports, feature requests, and code contributions from users and interested collaborators. The documentation contains guidance for submitting feedback and contributing new code.

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

gene_normalizer-0.3.0.dev2.tar.gz (51.5 kB view details)

Uploaded Source

Built Distribution

gene_normalizer-0.3.0.dev2-py3-none-any.whl (60.0 kB view details)

Uploaded Python 3

File details

Details for the file gene_normalizer-0.3.0.dev2.tar.gz.

File metadata

  • Download URL: gene_normalizer-0.3.0.dev2.tar.gz
  • Upload date:
  • Size: 51.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for gene_normalizer-0.3.0.dev2.tar.gz
Algorithm Hash digest
SHA256 c72663f618ebc3fc62a9862ad33602952447ddeeb7a7e00387ac41fe095aad47
MD5 974b26d900f590f69d45845c8afaa361
BLAKE2b-256 6970625b1f851dad8e3460df172b18d519ba37fb6b519513feed866b04fa9352

See more details on using hashes here.

File details

Details for the file gene_normalizer-0.3.0.dev2-py3-none-any.whl.

File metadata

File hashes

Hashes for gene_normalizer-0.3.0.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 ecf0d682c9461c56881b04156e3987a2642f06c29fb921284124d0d840ce52d8
MD5 23bbad6bbe25dfef156bbc0b3fd61f87
BLAKE2b-256 0c3da99102466784dcda18169e0960d26c37e58d9c6095feab184c439b4fb1f2

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