← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 14-20693602-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=20693602&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 20693602,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001145.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "NM_001097577.3",
"protein_id": "NP_001091046.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 167,
"cdna_end": null,
"cdna_length": 748,
"mane_select": "ENST00000397990.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001097577.3"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000397990.5",
"protein_id": "ENSP00000381077.4",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 167,
"cdna_end": null,
"cdna_length": 748,
"mane_select": "NM_001097577.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397990.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000336811.10",
"protein_id": "ENSP00000336762.6",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 1222,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336811.10"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000259171",
"gene_hgnc_id": null,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000553909.1",
"protein_id": "ENSP00000477037.1",
"transcript_support_level": 2,
"aa_start": 13,
"aa_end": null,
"aa_length": 31,
"cds_start": 38,
"cds_end": null,
"cds_length": 96,
"cdna_start": 228,
"cdna_end": null,
"cdna_length": 1498,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553909.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-17-5753T>C",
"hgvs_p": null,
"transcript": "NM_002937.5",
"protein_id": "NP_002928.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2061,
"mane_select": "ENST00000555835.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002937.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-17-5753T>C",
"hgvs_p": null,
"transcript": "ENST00000555835.3",
"protein_id": "ENSP00000452245.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2061,
"mane_select": "NM_002937.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555835.3"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "NM_001145.4",
"protein_id": "NP_001136.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 1222,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145.4"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "NM_001385271.1",
"protein_id": "NP_001372200.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 960,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385271.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "NM_001385272.1",
"protein_id": "NP_001372201.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 288,
"cdna_end": null,
"cdna_length": 869,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385272.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "NM_001385273.1",
"protein_id": "NP_001372202.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 193,
"cdna_end": null,
"cdna_length": 774,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385273.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "NM_001385274.1",
"protein_id": "NP_001372203.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 148,
"cdna_end": null,
"cdna_length": 729,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385274.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885598.1",
"protein_id": "ENSP00000555657.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 150,
"cdna_end": null,
"cdna_length": 726,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885598.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885600.1",
"protein_id": "ENSP00000555659.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 119,
"cdna_end": null,
"cdna_length": 698,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885600.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885601.1",
"protein_id": "ENSP00000555660.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 814,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885601.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885603.1",
"protein_id": "ENSP00000555662.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 248,
"cdna_end": null,
"cdna_length": 1715,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885603.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885605.1",
"protein_id": "ENSP00000555664.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 344,
"cdna_end": null,
"cdna_length": 1808,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885605.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885606.1",
"protein_id": "ENSP00000555665.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 1800,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885606.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885607.1",
"protein_id": "ENSP00000555666.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 336,
"cdna_end": null,
"cdna_length": 1768,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885607.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885608.1",
"protein_id": "ENSP00000555667.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 1732,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885608.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885609.1",
"protein_id": "ENSP00000555668.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 391,
"cdna_end": null,
"cdna_length": 970,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885609.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885610.1",
"protein_id": "ENSP00000555669.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 336,
"cdna_end": null,
"cdna_length": 915,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885610.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885611.1",
"protein_id": "ENSP00000555670.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 249,
"cdna_end": null,
"cdna_length": 827,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885611.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885612.1",
"protein_id": "ENSP00000555671.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 152,
"cdna_end": null,
"cdna_length": 730,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885612.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885613.1",
"protein_id": "ENSP00000555672.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 255,
"cdna_end": null,
"cdna_length": 834,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885613.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885614.1",
"protein_id": "ENSP00000555673.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 979,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885614.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885615.1",
"protein_id": "ENSP00000555674.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 132,
"cdna_end": null,
"cdna_length": 708,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885615.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885616.1",
"protein_id": "ENSP00000555675.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 178,
"cdna_end": null,
"cdna_length": 754,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885616.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala",
"transcript": "ENST00000885617.1",
"protein_id": "ENSP00000555676.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 147,
"cds_start": 38,
"cds_end": null,
"cds_length": 444,
"cdna_start": 516,
"cdna_end": null,
"cdna_length": 1095,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885617.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-66T>C",
"hgvs_p": null,
"transcript": "NM_001282192.2",
"protein_id": "NP_001269121.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2165,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282192.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-17-5753T>C",
"hgvs_p": null,
"transcript": "NM_001282193.2",
"protein_id": "NP_001269122.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1999,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282193.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-18+4728T>C",
"hgvs_p": null,
"transcript": "NM_194431.3",
"protein_id": "NP_919412.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1973,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_194431.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-17-5753T>C",
"hgvs_p": null,
"transcript": "ENST00000397995.2",
"protein_id": "ENSP00000381081.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 853,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397995.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-18+4728T>C",
"hgvs_p": null,
"transcript": "ENST00000555597.1",
"protein_id": "ENSP00000451624.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1341,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555597.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-17-5753T>C",
"hgvs_p": null,
"transcript": "ENST00000885366.1",
"protein_id": "ENSP00000555425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2179,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885366.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-177-5264T>C",
"hgvs_p": null,
"transcript": "ENST00000885367.1",
"protein_id": "ENSP00000555426.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1738,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885367.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-17-5753T>C",
"hgvs_p": null,
"transcript": "ENST00000885368.1",
"protein_id": "ENSP00000555427.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1377,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885368.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-17-5753T>C",
"hgvs_p": null,
"transcript": "ENST00000885369.1",
"protein_id": "ENSP00000555428.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1424,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885369.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-177-5264T>C",
"hgvs_p": null,
"transcript": "ENST00000885370.1",
"protein_id": "ENSP00000555429.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2600,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885370.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-114-4248T>C",
"hgvs_p": null,
"transcript": "ENST00000885371.1",
"protein_id": "ENSP00000555430.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2483,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885371.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-142-3451T>C",
"hgvs_p": null,
"transcript": "ENST00000885372.1",
"protein_id": "ENSP00000555431.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2504,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885372.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-114-4248T>C",
"hgvs_p": null,
"transcript": "ENST00000885373.1",
"protein_id": "ENSP00000555432.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1810,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885373.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-177-5264T>C",
"hgvs_p": null,
"transcript": "ENST00000885374.1",
"protein_id": "ENSP00000555433.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1516,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885374.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-18+448T>C",
"hgvs_p": null,
"transcript": "ENST00000885375.1",
"protein_id": "ENSP00000555434.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1542,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885375.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-18+448T>C",
"hgvs_p": null,
"transcript": "ENST00000885376.1",
"protein_id": "ENSP00000555435.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885376.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-17-5753T>C",
"hgvs_p": null,
"transcript": "ENST00000885377.1",
"protein_id": "ENSP00000555436.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1291,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885377.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-17-5753T>C",
"hgvs_p": null,
"transcript": "ENST00000885378.1",
"protein_id": "ENSP00000555437.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1382,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885378.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-114-4248T>C",
"hgvs_p": null,
"transcript": "ENST00000971275.1",
"protein_id": "ENSP00000641334.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1387,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971275.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASE4",
"gene_hgnc_id": 10047,
"hgvs_c": "c.-302-3451T>C",
"hgvs_p": null,
"transcript": "ENST00000971276.1",
"protein_id": "ENSP00000641335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1693,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971276.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EGILA",
"gene_hgnc_id": 54482,
"hgvs_c": "n.793A>G",
"hgvs_p": null,
"transcript": "ENST00000554286.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 915,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000554286.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EGILA",
"gene_hgnc_id": 54482,
"hgvs_c": "n.614A>G",
"hgvs_p": null,
"transcript": "NR_174964.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 736,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174964.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"hgvs_c": "n.146-5264T>C",
"hgvs_p": null,
"transcript": "ENST00000554073.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 251,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000554073.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000303727",
"gene_hgnc_id": null,
"hgvs_c": "n.153-6808A>G",
"hgvs_p": null,
"transcript": "ENST00000796740.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 339,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000796740.1"
}
],
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"dbsnp": "rs200240901",
"frequency_reference_population": 0.00005762453,
"hom_count_reference_population": 0,
"allele_count_reference_population": 93,
"gnomad_exomes_af": 0.0000602076,
"gnomad_genomes_af": 0.000032833,
"gnomad_exomes_ac": 88,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11392238736152649,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.521,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1359,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.077,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001145.4",
"gene_symbol": "ANG",
"hgnc_id": 483,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000553909.1",
"gene_symbol": "ENSG00000259171",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.38T>C",
"hgvs_p": "p.Val13Ala"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001282192.2",
"gene_symbol": "RNASE4",
"hgnc_id": 10047,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-66T>C",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NR_174964.1",
"gene_symbol": "EGILA",
"hgnc_id": 54482,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.614A>G",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000796740.1",
"gene_symbol": "ENSG00000303727",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.153-6808A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Amyotrophic lateral sclerosis type 9,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Amyotrophic lateral sclerosis type 9|not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}