← 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: 20-3672188-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=3672188&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 3672188,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_025220.5",
"consequences": [
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1543T>C",
"hgvs_p": "p.Trp515Arg",
"transcript": "NM_025220.5",
"protein_id": "NP_079496.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 813,
"cds_start": 1543,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000356518.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_025220.5"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1543T>C",
"hgvs_p": "p.Trp515Arg",
"transcript": "ENST00000356518.7",
"protein_id": "ENSP00000348912.3",
"transcript_support_level": 1,
"aa_start": 515,
"aa_end": null,
"aa_length": 813,
"cds_start": 1543,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_025220.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356518.7"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1543T>C",
"hgvs_p": "p.Trp515Arg",
"transcript": "ENST00000379861.8",
"protein_id": "ENSP00000369190.4",
"transcript_support_level": 1,
"aa_start": 515,
"aa_end": null,
"aa_length": 812,
"cds_start": 1543,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379861.8"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "n.1182T>C",
"hgvs_p": null,
"transcript": "ENST00000466620.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": "ENST00000466620.5"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1582T>C",
"hgvs_p": "p.Trp528Arg",
"transcript": "ENST00000882045.1",
"protein_id": "ENSP00000552104.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 826,
"cds_start": 1582,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882045.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1582T>C",
"hgvs_p": "p.Trp528Arg",
"transcript": "ENST00000882046.1",
"protein_id": "ENSP00000552105.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 825,
"cds_start": 1582,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882046.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1579T>C",
"hgvs_p": "p.Trp527Arg",
"transcript": "ENST00000959298.1",
"protein_id": "ENSP00000629357.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 824,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959298.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1573T>C",
"hgvs_p": "p.Trp525Arg",
"transcript": "ENST00000882052.1",
"protein_id": "ENSP00000552111.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 822,
"cds_start": 1573,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882052.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1558T>C",
"hgvs_p": "p.Trp520Arg",
"transcript": "ENST00000959295.1",
"protein_id": "ENSP00000629354.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 818,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959295.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1543T>C",
"hgvs_p": "p.Trp515Arg",
"transcript": "NM_001282447.3",
"protein_id": "NP_001269376.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 812,
"cds_start": 1543,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282447.3"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1540T>C",
"hgvs_p": "p.Trp514Arg",
"transcript": "ENST00000882047.1",
"protein_id": "ENSP00000552106.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 812,
"cds_start": 1540,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882047.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1540T>C",
"hgvs_p": "p.Trp514Arg",
"transcript": "ENST00000959300.1",
"protein_id": "ENSP00000629359.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 811,
"cds_start": 1540,
"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": "ENST00000959300.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1534T>C",
"hgvs_p": "p.Trp512Arg",
"transcript": "ENST00000959302.1",
"protein_id": "ENSP00000629361.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 809,
"cds_start": 1534,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959302.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1525T>C",
"hgvs_p": "p.Trp509Arg",
"transcript": "ENST00000882053.1",
"protein_id": "ENSP00000552112.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 806,
"cds_start": 1525,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882053.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1522T>C",
"hgvs_p": "p.Trp508Arg",
"transcript": "ENST00000959297.1",
"protein_id": "ENSP00000629356.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 806,
"cds_start": 1522,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959297.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1519T>C",
"hgvs_p": "p.Trp507Arg",
"transcript": "ENST00000959299.1",
"protein_id": "ENSP00000629358.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 805,
"cds_start": 1519,
"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": "ENST00000959299.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1582T>C",
"hgvs_p": "p.Trp528Arg",
"transcript": "ENST00000882051.1",
"protein_id": "ENSP00000552110.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 800,
"cds_start": 1582,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882051.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1543T>C",
"hgvs_p": "p.Trp515Arg",
"transcript": "NM_153202.4",
"protein_id": "NP_694882.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 787,
"cds_start": 1543,
"cds_end": null,
"cds_length": 2364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153202.4"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1543T>C",
"hgvs_p": "p.Trp515Arg",
"transcript": "ENST00000350009.6",
"protein_id": "ENSP00000322550.5",
"transcript_support_level": 5,
"aa_start": 515,
"aa_end": null,
"aa_length": 787,
"cds_start": 1543,
"cds_end": null,
"cds_length": 2364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000350009.6"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1543T>C",
"hgvs_p": "p.Trp515Arg",
"transcript": "ENST00000882048.1",
"protein_id": "ENSP00000552107.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 786,
"cds_start": 1543,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882048.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1543T>C",
"hgvs_p": "p.Trp515Arg",
"transcript": "ENST00000882050.1",
"protein_id": "ENSP00000552109.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 745,
"cds_start": 1543,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882050.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1315T>C",
"hgvs_p": "p.Trp439Arg",
"transcript": "ENST00000959301.1",
"protein_id": "ENSP00000629360.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 736,
"cds_start": 1315,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959301.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1276T>C",
"hgvs_p": "p.Trp426Arg",
"transcript": "ENST00000959294.1",
"protein_id": "ENSP00000629353.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 724,
"cds_start": 1276,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959294.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1276T>C",
"hgvs_p": "p.Trp426Arg",
"transcript": "ENST00000959296.1",
"protein_id": "ENSP00000629355.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 723,
"cds_start": 1276,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959296.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1582T>C",
"hgvs_p": "p.Trp528Arg",
"transcript": "XM_005260843.2",
"protein_id": "XP_005260900.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 826,
"cds_start": 1582,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260843.2"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1579T>C",
"hgvs_p": "p.Trp527Arg",
"transcript": "XM_011529366.2",
"protein_id": "XP_011527668.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 825,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529366.2"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1582T>C",
"hgvs_p": "p.Trp528Arg",
"transcript": "XM_047440514.1",
"protein_id": "XP_047296470.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 825,
"cds_start": 1582,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440514.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1573T>C",
"hgvs_p": "p.Trp525Arg",
"transcript": "XM_006723640.2",
"protein_id": "XP_006723703.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 823,
"cds_start": 1573,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723640.2"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1540T>C",
"hgvs_p": "p.Trp514Arg",
"transcript": "XM_011529367.2",
"protein_id": "XP_011527669.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 812,
"cds_start": 1540,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529367.2"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1582T>C",
"hgvs_p": "p.Trp528Arg",
"transcript": "XM_047440515.1",
"protein_id": "XP_047296471.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 800,
"cds_start": 1582,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440515.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1582T>C",
"hgvs_p": "p.Trp528Arg",
"transcript": "XM_047440516.1",
"protein_id": "XP_047296472.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 799,
"cds_start": 1582,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440516.1"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1582T>C",
"hgvs_p": "p.Trp528Arg",
"transcript": "XM_011529370.2",
"protein_id": "XP_011527672.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 635,
"cds_start": 1582,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529370.2"
},
{
"aa_ref": "W",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1582T>C",
"hgvs_p": "p.Trp528Arg",
"transcript": "XM_047440517.1",
"protein_id": "XP_047296473.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 635,
"cds_start": 1582,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440517.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": 20,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.1312-235T>C",
"hgvs_p": null,
"transcript": "ENST00000882049.1",
"protein_id": "ENSP00000552108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 707,
"cds_start": null,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882049.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "n.1588T>C",
"hgvs_p": null,
"transcript": "XR_937151.2",
"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": "XR_937151.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "n.1588T>C",
"hgvs_p": null,
"transcript": "XR_937152.2",
"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": "XR_937152.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.*101T>C",
"hgvs_p": null,
"transcript": "XM_011529371.3",
"protein_id": "XP_011527673.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": "XM_011529371.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.*101T>C",
"hgvs_p": null,
"transcript": "XM_017028080.3",
"protein_id": "XP_016883569.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": "XM_017028080.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.*101T>C",
"hgvs_p": null,
"transcript": "XM_017028081.3",
"protein_id": "XP_016883570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 547,
"cds_start": null,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028081.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"hgvs_c": "c.*237T>C",
"hgvs_p": null,
"transcript": "XM_006723644.3",
"protein_id": "XP_006723707.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 489,
"cds_start": null,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723644.3"
}
],
"gene_symbol": "ADAM33",
"gene_hgnc_id": 15478,
"dbsnp": "rs615436",
"frequency_reference_population": 0.003483612,
"hom_count_reference_population": 205,
"allele_count_reference_population": 5620,
"gnomad_exomes_af": 0.0018981,
"gnomad_genomes_af": 0.0186894,
"gnomad_exomes_ac": 2773,
"gnomad_genomes_ac": 2847,
"gnomad_exomes_homalt": 109,
"gnomad_genomes_homalt": 96,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0028751790523529053,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.028,
"revel_prediction": "Benign",
"alphamissense_score": 0.0649,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.274,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.09,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_025220.5",
"gene_symbol": "ADAM33",
"hgnc_id": 15478,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1543T>C",
"hgvs_p": "p.Trp515Arg"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}