← 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: 1-196713817-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=196713817&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 196713817,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_000186.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "NM_000186.4",
"protein_id": "NP_000177.2",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1231,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000367429.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000186.4"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000367429.9",
"protein_id": "ENSP00000356399.4",
"transcript_support_level": 1,
"aa_start": 473,
"aa_end": null,
"aa_length": 1231,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000186.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367429.9"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289697",
"gene_hgnc_id": null,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000696032.1",
"protein_id": "ENSP00000512341.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1504,
"cds_start": 1419,
"cds_end": null,
"cds_length": 4515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696032.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.3435G>A",
"hgvs_p": null,
"transcript": "ENST00000466229.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "retained_intron",
"feature": "ENST00000466229.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000696027.1",
"protein_id": "ENSP00000512336.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1229,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696027.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000696029.1",
"protein_id": "ENSP00000512338.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1229,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696029.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1398G>A",
"hgvs_p": "p.Ala466Ala",
"transcript": "ENST00000695971.1",
"protein_id": "ENSP00000512298.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 1224,
"cds_start": 1398,
"cds_end": null,
"cds_length": 3675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695971.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1398G>A",
"hgvs_p": "p.Ala466Ala",
"transcript": "ENST00000883403.1",
"protein_id": "ENSP00000553462.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 1224,
"cds_start": 1398,
"cds_end": null,
"cds_length": 3675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883403.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1398G>A",
"hgvs_p": "p.Ala466Ala",
"transcript": "ENST00000883411.1",
"protein_id": "ENSP00000553470.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 1222,
"cds_start": 1398,
"cds_end": null,
"cds_length": 3669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883411.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000883397.1",
"protein_id": "ENSP00000553456.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1208,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883397.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000696028.1",
"protein_id": "ENSP00000512337.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1207,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696028.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000695981.1",
"protein_id": "ENSP00000512306.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1196,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695981.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1305G>A",
"hgvs_p": "p.Ala435Ala",
"transcript": "ENST00000955310.1",
"protein_id": "ENSP00000625368.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 1193,
"cds_start": 1305,
"cds_end": null,
"cds_length": 3582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955310.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000695970.1",
"protein_id": "ENSP00000512297.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1173,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695970.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000695974.1",
"protein_id": "ENSP00000512301.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1172,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695974.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000883399.1",
"protein_id": "ENSP00000553458.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1170,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883399.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000883412.1",
"protein_id": "ENSP00000553471.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1170,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883412.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1230G>A",
"hgvs_p": "p.Ala410Ala",
"transcript": "ENST00000695976.1",
"protein_id": "ENSP00000512303.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 1168,
"cds_start": 1230,
"cds_end": null,
"cds_length": 3507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695976.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1398G>A",
"hgvs_p": "p.Ala466Ala",
"transcript": "ENST00000955307.1",
"protein_id": "ENSP00000625366.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 1166,
"cds_start": 1398,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955307.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000883414.1",
"protein_id": "ENSP00000553473.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1114,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883414.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000883407.1",
"protein_id": "ENSP00000553466.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1111,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883407.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000955308.1",
"protein_id": "ENSP00000625367.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 1051,
"cds_start": 1419,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955308.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000883401.1",
"protein_id": "ENSP00000553460.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 992,
"cds_start": 1419,
"cds_end": null,
"cds_length": 2979,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883401.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000883404.1",
"protein_id": "ENSP00000553463.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 992,
"cds_start": 1419,
"cds_end": null,
"cds_length": 2979,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883404.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000695983.1",
"protein_id": "ENSP00000512308.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 975,
"cds_start": 1419,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695983.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000695969.1",
"protein_id": "ENSP00000512296.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 928,
"cds_start": 1419,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695969.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala",
"transcript": "ENST00000883400.1",
"protein_id": "ENSP00000553459.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 811,
"cds_start": 1419,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883400.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.141G>A",
"hgvs_p": "p.Ala47Ala",
"transcript": "ENST00000883408.1",
"protein_id": "ENSP00000553467.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 805,
"cds_start": 141,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883408.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.141G>A",
"hgvs_p": "p.Ala47Ala",
"transcript": "ENST00000883410.1",
"protein_id": "ENSP00000553469.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 746,
"cds_start": 141,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883410.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": 16,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1337-23007G>A",
"hgvs_p": null,
"transcript": "ENST00000955311.1",
"protein_id": "ENSP00000625370.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955311.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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.59-11304G>A",
"hgvs_p": null,
"transcript": "ENST00000883413.1",
"protein_id": "ENSP00000553472.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 685,
"cds_start": null,
"cds_end": null,
"cds_length": 2058,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883413.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1336+23578G>A",
"hgvs_p": null,
"transcript": "ENST00000883409.1",
"protein_id": "ENSP00000553468.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 632,
"cds_start": null,
"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": "ENST00000883409.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.1315+23578G>A",
"hgvs_p": null,
"transcript": "ENST00000883405.1",
"protein_id": "ENSP00000553464.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 625,
"cds_start": null,
"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": "ENST00000883405.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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.245-14529G>A",
"hgvs_p": null,
"transcript": "ENST00000695984.1",
"protein_id": "ENSP00000512309.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 567,
"cds_start": null,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695984.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289697",
"gene_hgnc_id": null,
"hgvs_c": "c.1159+24203G>A",
"hgvs_p": null,
"transcript": "ENST00000696033.1",
"protein_id": "ENSP00000512342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 406,
"cds_start": null,
"cds_end": null,
"cds_length": 1222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696033.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.964+28580G>A",
"hgvs_p": null,
"transcript": "ENST00000883402.1",
"protein_id": "ENSP00000553461.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 388,
"cds_start": null,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883402.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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.245-29635G>A",
"hgvs_p": null,
"transcript": "ENST00000883398.1",
"protein_id": "ENSP00000553457.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 268,
"cds_start": null,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883398.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": 2,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.245-32000G>A",
"hgvs_p": null,
"transcript": "ENST00000883415.1",
"protein_id": "ENSP00000553474.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": null,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883415.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": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "c.245-33294G>A",
"hgvs_p": null,
"transcript": "ENST00000883406.1",
"protein_id": "ENSP00000553465.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 148,
"cds_start": null,
"cds_end": null,
"cds_length": 447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883406.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.1685G>A",
"hgvs_p": null,
"transcript": "ENST00000470918.2",
"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": "retained_intron",
"feature": "ENST00000470918.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.1419G>A",
"hgvs_p": null,
"transcript": "ENST00000695972.1",
"protein_id": "ENSP00000512299.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": "ENST00000695972.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.1419G>A",
"hgvs_p": null,
"transcript": "ENST00000695973.1",
"protein_id": "ENSP00000512300.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": "ENST00000695973.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.1419G>A",
"hgvs_p": null,
"transcript": "ENST00000695975.1",
"protein_id": "ENSP00000512302.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": "ENST00000695975.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.*1070G>A",
"hgvs_p": null,
"transcript": "ENST00000695986.1",
"protein_id": "ENSP00000512311.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": "ENST00000695986.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.1503G>A",
"hgvs_p": null,
"transcript": "ENST00000696024.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": "ENST00000696024.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.1503G>A",
"hgvs_p": null,
"transcript": "ENST00000696025.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": "ENST00000696025.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.1419G>A",
"hgvs_p": null,
"transcript": "ENST00000696026.1",
"protein_id": "ENSP00000512335.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": "ENST00000696026.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.*937G>A",
"hgvs_p": null,
"transcript": "ENST00000696031.1",
"protein_id": "ENSP00000512340.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": "ENST00000696031.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.*1070G>A",
"hgvs_p": null,
"transcript": "ENST00000695986.1",
"protein_id": "ENSP00000512311.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": "ENST00000695986.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"hgvs_c": "n.*937G>A",
"hgvs_p": null,
"transcript": "ENST00000696031.1",
"protein_id": "ENSP00000512340.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": "ENST00000696031.1"
}
],
"gene_symbol": "CFH",
"gene_hgnc_id": 4883,
"dbsnp": "rs2274700",
"frequency_reference_population": 0.42208883,
"hom_count_reference_population": 145615,
"allele_count_reference_population": 679796,
"gnomad_exomes_af": 0.42029,
"gnomad_genomes_af": 0.439376,
"gnomad_exomes_ac": 613118,
"gnomad_genomes_ac": 66678,
"gnomad_exomes_homalt": 130822,
"gnomad_genomes_homalt": 14793,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8999999761581421,
"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.9,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.485,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_000186.4",
"gene_symbol": "CFH",
"hgnc_id": 4883,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR,Unknown,SD",
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala"
},
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000696032.1",
"gene_symbol": "ENSG00000289697",
"hgnc_id": null,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1419G>A",
"hgvs_p": "p.Ala473Ala"
}
],
"clinvar_disease": " 1, atypical, susceptibility to,Age related macular degeneration 4,Atypical hemolytic-uremic syndrome,Basal laminar drusen,CFH-Related Dense Deposit Disease / Membranoproliferative Glomerulonephritis Type II,Factor H deficiency,Hemolytic uremic syndrome,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:12",
"phenotype_combined": "Age related macular degeneration 4|CFH-Related Dense Deposit Disease / Membranoproliferative Glomerulonephritis Type II|Hemolytic uremic syndrome, atypical, susceptibility to, 1|Basal laminar drusen|not provided|Atypical hemolytic-uremic syndrome|Factor H deficiency",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}