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.1.1.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.1.1.tar.gz.
File metadata
- Download URL: acmg_calculator-0.1.1.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 |
1fcb969c9defa93fb872b70318b092ee0d78ac97dd79493b092057654dde7e5b
|
|
| MD5 |
41bdf0a9662f1cd3546cfe9df110d3b6
|
|
| BLAKE2b-256 |
d959a47e29d422fa5b879ed8769fa15b9e4ade4937c45d38536ca4f79b53193d
|
File details
Details for the file acmg_calculator-0.1.1-py3-none-any.whl.
File metadata
- Download URL: acmg_calculator-0.1.1-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 |
a26474744a9c160ad30458e5e9e5a3905632b657ac7af14a0a49e8ae3d146f21
|
|
| MD5 |
d9a2b05ef246f913bf1b1f4bce811143
|
|
| BLAKE2b-256 |
9a547211dcdf5e272c0bfdfa37b69ab20abc3d62ffb988f5348897280034876e
|