ACMG Pathogenicity Calculator
Project description
acmg-calculator
A minimal Python package for classifying genetic variants according to the ACMG/AMP 2015 standards.
Installation
pip install acmg-calculator
Usage
Calculate Pathogenicity
from acmg_calculator import calculate_pathogenicity
# Example: 1 Very Strong + 1 Strong
evidence = ['PVS1', 'PS1']
result = calculate_pathogenicity(evidence)
print(result) # Output: Pathogenic
Access Metadata
from acmg_calculator import metadata
# Get a dictionary of all evidence codes and their descriptions
data = metadata()
print(data['PVS1'])
# Output: Null variant in a gene where LOF is a known mechanism of disease
Classification Rules
This package implements the consensus rules from Richards et al. (2015), including:
- Pathogenic
- Likely Pathogenic
- Benign
- Likely Benign
- Uncertain Significance (VUS)
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
acmg_calculator-0.2.0.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file acmg_calculator-0.2.0.tar.gz.
File metadata
- Download URL: acmg_calculator-0.2.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6941e819d16f92500cb9a360e16e7d6cdbcedeb3778497353b50b719b7130f21
|
|
| MD5 |
7cebf07217420a9441efe4c00cd92777
|
|
| BLAKE2b-256 |
65ed841475280eb0f8075ee3225ee1718c1cc372ace6f99e1f0832229f885408
|
File details
Details for the file acmg_calculator-0.2.0-py3-none-any.whl.
File metadata
- Download URL: acmg_calculator-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36ac1adc540a37f959d0b3627961f921fdff711961d035ea46d0e239dd454404
|
|
| MD5 |
efc5bdec7ac8344595f5b990798be13b
|
|
| BLAKE2b-256 |
bd683cf66abaca8e711effcf3a888d64a548743b0091a3daca8469fccb96cddc
|