← 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: 9-127818737-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=127818737&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 127818737,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001114753.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "NM_001114753.3",
"protein_id": "NP_001108225.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 658,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000373203.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001114753.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000373203.9",
"protein_id": "ENSP00000362299.4",
"transcript_support_level": 1,
"aa_start": 469,
"aa_end": null,
"aa_length": 658,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001114753.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373203.9"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000344849.5",
"protein_id": "ENSP00000341917.3",
"transcript_support_level": 1,
"aa_start": 469,
"aa_end": null,
"aa_length": 625,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000344849.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000714047.1",
"protein_id": "ENSP00000519338.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 698,
"cds_start": 1407,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714047.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000713997.1",
"protein_id": "ENSP00000519287.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 667,
"cds_start": 1407,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713997.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000886306.1",
"protein_id": "ENSP00000556365.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 666,
"cds_start": 1407,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886306.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000714082.1",
"protein_id": "ENSP00000519373.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 663,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714082.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000942917.1",
"protein_id": "ENSP00000612976.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 658,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942917.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1401G>A",
"hgvs_p": "p.Pro467Pro",
"transcript": "ENST00000886304.1",
"protein_id": "ENSP00000556363.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 656,
"cds_start": 1401,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886304.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1383G>A",
"hgvs_p": "p.Pro461Pro",
"transcript": "ENST00000942919.1",
"protein_id": "ENSP00000612978.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 655,
"cds_start": 1383,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942919.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1383G>A",
"hgvs_p": "p.Pro461Pro",
"transcript": "ENST00000714046.1",
"protein_id": "ENSP00000519337.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 650,
"cds_start": 1383,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714046.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1368G>A",
"hgvs_p": "p.Pro456Pro",
"transcript": "ENST00000942922.1",
"protein_id": "ENSP00000612981.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 650,
"cds_start": 1368,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942922.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1368G>A",
"hgvs_p": "p.Pro456Pro",
"transcript": "ENST00000942918.1",
"protein_id": "ENSP00000612977.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 645,
"cds_start": 1368,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942918.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1365G>A",
"hgvs_p": "p.Pro455Pro",
"transcript": "ENST00000886305.1",
"protein_id": "ENSP00000556364.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 644,
"cds_start": 1365,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886305.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000714077.1",
"protein_id": "ENSP00000519368.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 634,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714077.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1332G>A",
"hgvs_p": "p.Pro444Pro",
"transcript": "ENST00000886310.1",
"protein_id": "ENSP00000556369.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 633,
"cds_start": 1332,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886310.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000714084.1",
"protein_id": "ENSP00000519375.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 632,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714084.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "NM_000118.4",
"protein_id": "NP_000109.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 625,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000118.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1308G>A",
"hgvs_p": "p.Pro436Pro",
"transcript": "ENST00000886308.1",
"protein_id": "ENSP00000556367.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 625,
"cds_start": 1308,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886308.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1296G>A",
"hgvs_p": "p.Pro432Pro",
"transcript": "ENST00000886303.1",
"protein_id": "ENSP00000556362.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 621,
"cds_start": 1296,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886303.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000942920.1",
"protein_id": "ENSP00000612979.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 621,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942920.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000942921.1",
"protein_id": "ENSP00000612980.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 612,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942921.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1230G>A",
"hgvs_p": "p.Pro410Pro",
"transcript": "ENST00000886302.1",
"protein_id": "ENSP00000556361.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 599,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886302.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro",
"transcript": "ENST00000714076.1",
"protein_id": "ENSP00000519367.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 597,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714076.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1056G>A",
"hgvs_p": "p.Pro352Pro",
"transcript": "ENST00000713957.1",
"protein_id": "ENSP00000519250.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 541,
"cds_start": 1056,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713957.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.903G>A",
"hgvs_p": "p.Pro301Pro",
"transcript": "ENST00000886309.1",
"protein_id": "ENSP00000556368.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 490,
"cds_start": 903,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886309.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.861G>A",
"hgvs_p": "p.Pro287Pro",
"transcript": "NM_001278138.2",
"protein_id": "NP_001265067.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 476,
"cds_start": 861,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278138.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.861G>A",
"hgvs_p": "p.Pro287Pro",
"transcript": "ENST00000480266.7",
"protein_id": "ENSP00000479015.1",
"transcript_support_level": 2,
"aa_start": 287,
"aa_end": null,
"aa_length": 476,
"cds_start": 861,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000480266.7"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.861G>A",
"hgvs_p": "p.Pro287Pro",
"transcript": "ENST00000713956.1",
"protein_id": "ENSP00000519249.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 476,
"cds_start": 861,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713956.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.603G>A",
"hgvs_p": "p.Pro201Pro",
"transcript": "ENST00000714078.1",
"protein_id": "ENSP00000519369.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 395,
"cds_start": 603,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714078.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.603G>A",
"hgvs_p": "p.Pro201Pro",
"transcript": "ENST00000713995.1",
"protein_id": "ENSP00000519285.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 390,
"cds_start": 603,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713995.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.603G>A",
"hgvs_p": "p.Pro201Pro",
"transcript": "ENST00000714079.1",
"protein_id": "ENSP00000519370.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 390,
"cds_start": 603,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714079.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.603G>A",
"hgvs_p": "p.Pro201Pro",
"transcript": "ENST00000714126.1",
"protein_id": "ENSP00000519416.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 357,
"cds_start": 603,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714126.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.603G>A",
"hgvs_p": "p.Pro201Pro",
"transcript": "ENST00000714127.1",
"protein_id": "ENSP00000519417.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 357,
"cds_start": 603,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714127.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.603G>A",
"hgvs_p": "p.Pro201Pro",
"transcript": "ENST00000714080.1",
"protein_id": "ENSP00000519371.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 304,
"cds_start": 603,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714080.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1312-360G>A",
"hgvs_p": null,
"transcript": "ENST00000714102.1",
"protein_id": "ENSP00000519394.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 619,
"cds_start": null,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714102.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1135-360G>A",
"hgvs_p": null,
"transcript": "ENST00000886307.1",
"protein_id": "ENSP00000556366.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 560,
"cds_start": null,
"cds_end": null,
"cds_length": 1683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886307.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "c.1311+885G>A",
"hgvs_p": null,
"transcript": "ENST00000942923.1",
"protein_id": "ENSP00000612982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 538,
"cds_start": null,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942923.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "n.*964G>A",
"hgvs_p": null,
"transcript": "ENST00000462196.2",
"protein_id": "ENSP00000519251.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000462196.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "n.*332G>A",
"hgvs_p": null,
"transcript": "ENST00000713996.1",
"protein_id": "ENSP00000519286.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000713996.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "n.*964G>A",
"hgvs_p": null,
"transcript": "ENST00000714081.1",
"protein_id": "ENSP00000519372.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000714081.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "n.*409G>A",
"hgvs_p": null,
"transcript": "ENST00000714083.1",
"protein_id": "ENSP00000519374.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000714083.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "n.603G>A",
"hgvs_p": null,
"transcript": "ENST00000714103.1",
"protein_id": "ENSP00000519395.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000714103.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "n.*964G>A",
"hgvs_p": null,
"transcript": "ENST00000462196.2",
"protein_id": "ENSP00000519251.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000462196.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "n.*332G>A",
"hgvs_p": null,
"transcript": "ENST00000713996.1",
"protein_id": "ENSP00000519286.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000713996.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "n.*964G>A",
"hgvs_p": null,
"transcript": "ENST00000714081.1",
"protein_id": "ENSP00000519372.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000714081.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"hgvs_c": "n.*409G>A",
"hgvs_p": null,
"transcript": "ENST00000714083.1",
"protein_id": "ENSP00000519374.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000714083.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000225032",
"gene_hgnc_id": null,
"hgvs_c": "n.379+26C>T",
"hgvs_p": null,
"transcript": "ENST00000425991.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": "ENST00000425991.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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000225032",
"gene_hgnc_id": null,
"hgvs_c": "n.1568+26C>T",
"hgvs_p": null,
"transcript": "ENST00000439298.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000439298.5"
},
{
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "LOC102723566",
"gene_hgnc_id": null,
"hgvs_c": "n.1568+26C>T",
"hgvs_p": null,
"transcript": "NR_136302.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_136302.1"
}
],
"gene_symbol": "ENG",
"gene_hgnc_id": 3349,
"dbsnp": "rs41302657",
"frequency_reference_population": 0.00042315284,
"hom_count_reference_population": 1,
"allele_count_reference_population": 683,
"gnomad_exomes_af": 0.00042071,
"gnomad_genomes_af": 0.00044661,
"gnomad_exomes_ac": 615,
"gnomad_genomes_ac": 68,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.38999998569488525,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.874,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -19,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -19,
"benign_score": 19,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001114753.3",
"gene_symbol": "ENG",
"hgnc_id": 3349,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1407G>A",
"hgvs_p": "p.Pro469Pro"
},
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000439298.5",
"gene_symbol": "ENSG00000225032",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1568+26C>T",
"hgvs_p": null
},
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "NR_136302.1",
"gene_symbol": "LOC102723566",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1568+26C>T",
"hgvs_p": null
}
],
"clinvar_disease": " hereditary hemorrhagic, type 1,Cardiovascular phenotype,Hereditary hemorrhagic telangiectasia,Telangiectasia,not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:4 B:1",
"phenotype_combined": "Telangiectasia, hereditary hemorrhagic, type 1|Hereditary hemorrhagic telangiectasia|not provided|Cardiovascular phenotype",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}