← 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: 11-47166777-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=47166777&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 47166777,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001410995.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1315C>T",
"hgvs_p": "p.Arg439Trp",
"transcript": "NM_032389.6",
"protein_id": "NP_115765.2",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 521,
"cds_start": 1315,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000524782.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032389.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1315C>T",
"hgvs_p": "p.Arg439Trp",
"transcript": "ENST00000524782.6",
"protein_id": "ENSP00000434442.1",
"transcript_support_level": 1,
"aa_start": 439,
"aa_end": null,
"aa_length": 521,
"cds_start": 1315,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032389.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524782.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Arg478Trp",
"transcript": "ENST00000892878.1",
"protein_id": "ENSP00000562937.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 560,
"cds_start": 1432,
"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": "ENST00000892878.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1402C>T",
"hgvs_p": "p.Arg468Trp",
"transcript": "ENST00000946556.1",
"protein_id": "ENSP00000616615.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 550,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946556.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1399C>T",
"hgvs_p": "p.Arg467Trp",
"transcript": "ENST00000892879.1",
"protein_id": "ENSP00000562938.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 549,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892879.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1360C>T",
"hgvs_p": "p.Arg454Trp",
"transcript": "ENST00000892889.1",
"protein_id": "ENSP00000562948.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 536,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892889.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1357C>T",
"hgvs_p": "p.Arg453Trp",
"transcript": "NM_001410995.1",
"protein_id": "NP_001397924.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 535,
"cds_start": 1357,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410995.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1357C>T",
"hgvs_p": "p.Arg453Trp",
"transcript": "ENST00000525314.6",
"protein_id": "ENSP00000434809.2",
"transcript_support_level": 3,
"aa_start": 453,
"aa_end": null,
"aa_length": 535,
"cds_start": 1357,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525314.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1315C>T",
"hgvs_p": "p.Arg439Trp",
"transcript": "ENST00000924865.1",
"protein_id": "ENSP00000594924.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 519,
"cds_start": 1315,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924865.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1303C>T",
"hgvs_p": "p.Arg435Trp",
"transcript": "ENST00000892884.1",
"protein_id": "ENSP00000562943.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 517,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892884.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434Trp",
"transcript": "ENST00000892885.1",
"protein_id": "ENSP00000562944.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 516,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892885.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434Trp",
"transcript": "ENST00000946554.1",
"protein_id": "ENSP00000616613.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 516,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946554.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1315C>T",
"hgvs_p": "p.Arg439Trp",
"transcript": "ENST00000924867.1",
"protein_id": "ENSP00000594926.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 512,
"cds_start": 1315,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924867.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1273C>T",
"hgvs_p": "p.Arg425Trp",
"transcript": "ENST00000892881.1",
"protein_id": "ENSP00000562940.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 507,
"cds_start": 1273,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892881.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1273C>T",
"hgvs_p": "p.Arg425Trp",
"transcript": "ENST00000892883.1",
"protein_id": "ENSP00000562942.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 507,
"cds_start": 1273,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892883.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1258C>T",
"hgvs_p": "p.Arg420Trp",
"transcript": "ENST00000892882.1",
"protein_id": "ENSP00000562941.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 502,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892882.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1231C>T",
"hgvs_p": "p.Arg411Trp",
"transcript": "NM_001242832.2",
"protein_id": "NP_001229761.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 493,
"cds_start": 1231,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242832.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1231C>T",
"hgvs_p": "p.Arg411Trp",
"transcript": "ENST00000426335.6",
"protein_id": "ENSP00000400226.3",
"transcript_support_level": 2,
"aa_start": 411,
"aa_end": null,
"aa_length": 493,
"cds_start": 1231,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426335.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1228C>T",
"hgvs_p": "p.Arg410Trp",
"transcript": "ENST00000946550.1",
"protein_id": "ENSP00000616609.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 492,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946550.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1210C>T",
"hgvs_p": "p.Arg404Trp",
"transcript": "ENST00000946552.1",
"protein_id": "ENSP00000616611.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 486,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946552.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1186C>T",
"hgvs_p": "p.Arg396Trp",
"transcript": "ENST00000892887.1",
"protein_id": "ENSP00000562946.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 478,
"cds_start": 1186,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892887.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1183C>T",
"hgvs_p": "p.Arg395Trp",
"transcript": "ENST00000892886.1",
"protein_id": "ENSP00000562945.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 477,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892886.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1123C>T",
"hgvs_p": "p.Arg375Trp",
"transcript": "ENST00000892880.1",
"protein_id": "ENSP00000562939.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 457,
"cds_start": 1123,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892880.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1099C>T",
"hgvs_p": "p.Arg367Trp",
"transcript": "ENST00000946553.1",
"protein_id": "ENSP00000616612.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 449,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946553.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1039C>T",
"hgvs_p": "p.Arg347Trp",
"transcript": "ENST00000924864.1",
"protein_id": "ENSP00000594923.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 429,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924864.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.961C>T",
"hgvs_p": "p.Arg321Trp",
"transcript": "ENST00000946549.1",
"protein_id": "ENSP00000616608.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 403,
"cds_start": 961,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946549.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.919C>T",
"hgvs_p": "p.Arg307Trp",
"transcript": "ENST00000924866.1",
"protein_id": "ENSP00000594925.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 389,
"cds_start": 919,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924866.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Trp",
"transcript": "ENST00000527927.6",
"protein_id": "ENSP00000434433.2",
"transcript_support_level": 5,
"aa_start": 303,
"aa_end": null,
"aa_length": 385,
"cds_start": 907,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527927.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.715C>T",
"hgvs_p": "p.Arg239Trp",
"transcript": "ENST00000946551.1",
"protein_id": "ENSP00000616610.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 321,
"cds_start": 715,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946551.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.697C>T",
"hgvs_p": "p.Arg233Trp",
"transcript": "ENST00000946555.1",
"protein_id": "ENSP00000616614.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 315,
"cds_start": 697,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946555.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.478C>T",
"hgvs_p": "p.Arg160Trp",
"transcript": "ENST00000527776.5",
"protein_id": "ENSP00000434022.1",
"transcript_support_level": 2,
"aa_start": 160,
"aa_end": null,
"aa_length": 235,
"cds_start": 478,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527776.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.301C>T",
"hgvs_p": "p.Arg101Trp",
"transcript": "ENST00000892888.1",
"protein_id": "ENSP00000562947.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 183,
"cds_start": 301,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892888.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.436C>T",
"hgvs_p": "p.Arg146Trp",
"transcript": "ENST00000526342.5",
"protein_id": "ENSP00000437305.1",
"transcript_support_level": 5,
"aa_start": 146,
"aa_end": null,
"aa_length": 155,
"cds_start": 436,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526342.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Arg478Trp",
"transcript": "XM_005253166.3",
"protein_id": "XP_005253223.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 560,
"cds_start": 1432,
"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_005253166.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1399C>T",
"hgvs_p": "p.Arg467Trp",
"transcript": "XM_005253167.2",
"protein_id": "XP_005253224.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 549,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005253167.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1390C>T",
"hgvs_p": "p.Arg464Trp",
"transcript": "XM_006718346.3",
"protein_id": "XP_006718409.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 546,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718346.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "c.1357C>T",
"hgvs_p": "p.Arg453Trp",
"transcript": "XM_017018413.2",
"protein_id": "XP_016873902.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 535,
"cds_start": 1357,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018413.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "n.1254C>T",
"hgvs_p": null,
"transcript": "ENST00000395449.7",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000395449.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "n.*621C>T",
"hgvs_p": null,
"transcript": "ENST00000533243.5",
"protein_id": "ENSP00000433210.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000533243.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"hgvs_c": "n.*621C>T",
"hgvs_p": null,
"transcript": "ENST00000533243.5",
"protein_id": "ENSP00000433210.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000533243.5"
}
],
"gene_symbol": "ARFGAP2",
"gene_hgnc_id": 13504,
"dbsnp": "rs576771926",
"frequency_reference_population": 0.000096677395,
"hom_count_reference_population": 0,
"allele_count_reference_population": 156,
"gnomad_exomes_af": 0.000099224,
"gnomad_genomes_af": 0.0000722382,
"gnomad_exomes_ac": 145,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.39958155155181885,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.11999999731779099,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.371,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.482,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 0.88,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.12,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001410995.1",
"gene_symbol": "ARFGAP2",
"hgnc_id": 13504,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1357C>T",
"hgvs_p": "p.Arg453Trp"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}