Gnomad Tools¶
Configuration File: gnomad_tools.json
Tool Type: Local
Tools Count: 1
This page contains all tools defined in the gnomad_tools.json configuration file.
Available Tools¶
gnomad_get_gene_constraints (Type: gnomADGetGeneConstraints)¶
Get gene constraint metrics from gnomAD. Returns pLI, LOEUF, and other constraint scores for genes.
gnomad_get_gene_constraints tool specification
Tool Information:
Name:
gnomad_get_gene_constraintsType:
gnomADGetGeneConstraintsDescription: Get gene constraint metrics from gnomAD. Returns pLI, LOEUF, and other constraint scores for genes.
Parameters:
gene_symbol(string) (required) Gene symbol (e.g., ‘BRCA1’, ‘TP53’)
Example Usage:
query = {
"name": "gnomad_get_gene_constraints",
"arguments": {
"gene_symbol": "example_value"
}
}
result = tu.run(query)