← 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-20693671-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=20693671&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 20693671,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001145.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "NM_001097577.3",
"protein_id": "NP_001091046.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000397990.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001097577.3"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000397990.5",
"protein_id": "ENSP00000381077.4",
"transcript_support_level": 1,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001097577.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397990.5"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000336811.10",
"protein_id": "ENSP00000336762.6",
"transcript_support_level": 1,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336811.10"
},
{
"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-5684A>T",
"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": null,
"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-5684A>T",
"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": null,
"mane_select": "NM_002937.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555835.3"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000259171",
"gene_hgnc_id": null,
"hgvs_c": "c.86+21A>T",
"hgvs_p": null,
"transcript": "ENST00000553909.1",
"protein_id": "ENSP00000477037.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 31,
"cds_start": null,
"cds_end": null,
"cds_length": 96,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553909.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "NM_001145.4",
"protein_id": "NP_001136.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145.4"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "NM_001385271.1",
"protein_id": "NP_001372200.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385271.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "NM_001385272.1",
"protein_id": "NP_001372201.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385272.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "NM_001385273.1",
"protein_id": "NP_001372202.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385273.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "NM_001385274.1",
"protein_id": "NP_001372203.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385274.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885598.1",
"protein_id": "ENSP00000555657.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885598.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885600.1",
"protein_id": "ENSP00000555659.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885600.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885601.1",
"protein_id": "ENSP00000555660.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885601.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885603.1",
"protein_id": "ENSP00000555662.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885603.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885605.1",
"protein_id": "ENSP00000555664.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885605.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885606.1",
"protein_id": "ENSP00000555665.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885606.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885607.1",
"protein_id": "ENSP00000555666.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885607.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885608.1",
"protein_id": "ENSP00000555667.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885608.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885609.1",
"protein_id": "ENSP00000555668.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885609.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885610.1",
"protein_id": "ENSP00000555669.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885610.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885611.1",
"protein_id": "ENSP00000555670.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885611.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885612.1",
"protein_id": "ENSP00000555671.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885612.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885613.1",
"protein_id": "ENSP00000555672.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885613.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885614.1",
"protein_id": "ENSP00000555673.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885614.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885615.1",
"protein_id": "ENSP00000555674.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885615.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885616.1",
"protein_id": "ENSP00000555675.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885616.1"
},
{
"aa_ref": "Q",
"aa_alt": "L",
"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.107A>T",
"hgvs_p": "p.Gln36Leu",
"transcript": "ENST00000885617.1",
"protein_id": "ENSP00000555676.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 147,
"cds_start": 107,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": [
"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+21A>T",
"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": null,
"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-5684A>T",
"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": null,
"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+4797A>T",
"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": null,
"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-5684A>T",
"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": null,
"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+4797A>T",
"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": null,
"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-5684A>T",
"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": null,
"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-5195A>T",
"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": null,
"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-5684A>T",
"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": null,
"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-5684A>T",
"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": null,
"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-5195A>T",
"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": null,
"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-4179A>T",
"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": null,
"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-3382A>T",
"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": null,
"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-4179A>T",
"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": null,
"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-5195A>T",
"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": null,
"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+517A>T",
"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": null,
"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+517A>T",
"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": null,
"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-5684A>T",
"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": null,
"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-5684A>T",
"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": null,
"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-4179A>T",
"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": null,
"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-3382A>T",
"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": null,
"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.724T>A",
"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": null,
"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.545T>A",
"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": null,
"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-5195A>T",
"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": null,
"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-6877T>A",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000796740.1"
}
],
"gene_symbol": "ANG",
"gene_hgnc_id": 483,
"dbsnp": "rs121909535",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.986527681350708,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.533,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4797,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 1.666,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001145.4",
"gene_symbol": "ANG",
"hgnc_id": 483,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.107A>T",
"hgvs_p": "p.Gln36Leu"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_002937.5",
"gene_symbol": "RNASE4",
"hgnc_id": 10047,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-17-5684A>T",
"hgvs_p": null
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000553909.1",
"gene_symbol": "ENSG00000259171",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.86+21A>T",
"hgvs_p": null
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NR_174964.1",
"gene_symbol": "EGILA",
"hgnc_id": 54482,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.545T>A",
"hgvs_p": null
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000796740.1",
"gene_symbol": "ENSG00000303727",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.153-6877T>A",
"hgvs_p": null
}
],
"clinvar_disease": "Amyotrophic lateral sclerosis type 9",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Amyotrophic lateral sclerosis type 9",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}