← 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: 6-43771035-GA-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=43771035&ref=GA&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 43771035,
"ref": "GA",
"alt": "G",
"effect": "frameshift_variant",
"transcript": "NM_003376.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "NM_003376.6",
"protein_id": "NP_003367.4",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 395,
"cds_start": 330,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3609,
"mane_select": "ENST00000672860.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "ENST00000672860.3",
"protein_id": "ENSP00000500082.3",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 395,
"cds_start": 330,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3609,
"mane_select": "NM_003376.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "ENST00000372055.9",
"protein_id": "ENSP00000361125.5",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 412,
"cds_start": 330,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 330,
"cdna_end": null,
"cdna_length": 1286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "ENST00000425836.9",
"protein_id": "ENSP00000388465.4",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 393,
"cds_start": 330,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "ENST00000413642.8",
"protein_id": "ENSP00000389864.4",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 389,
"cds_start": 330,
"cds_end": null,
"cds_length": 1170,
"cdna_start": 330,
"cdna_end": null,
"cdna_length": 1197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "ENST00000372067.8",
"protein_id": "ENSP00000361137.4",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 371,
"cds_start": 330,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 3535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "ENST00000482630.7",
"protein_id": "ENSP00000421561.2",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 371,
"cds_start": 330,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 330,
"cdna_end": null,
"cdna_length": 1146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "ENST00000417285.7",
"protein_id": "ENSP00000388663.3",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 354,
"cds_start": 330,
"cds_end": null,
"cds_length": 1065,
"cdna_start": 330,
"cdna_end": null,
"cdna_length": 1081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "ENST00000372064.9",
"protein_id": "ENSP00000361134.5",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 327,
"cds_start": 330,
"cds_end": null,
"cds_length": 984,
"cdna_start": 330,
"cdna_end": null,
"cdna_length": 2909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.243delA",
"hgvs_p": "p.Leu82fs",
"transcript": "ENST00000519767.5",
"protein_id": "ENSP00000430594.1",
"transcript_support_level": 1,
"aa_start": 81,
"aa_end": null,
"aa_length": 322,
"cds_start": 243,
"cds_end": null,
"cds_length": 969,
"cdna_start": 244,
"cdna_end": null,
"cdna_length": 970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "ENST00000324450.11",
"protein_id": "ENSP00000317598.7",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 317,
"cds_start": 330,
"cds_end": null,
"cds_length": 954,
"cdna_start": 330,
"cdna_end": null,
"cdna_length": 954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "n.853delA",
"hgvs_p": null,
"transcript": "ENST00000476772.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "ENST00000372077.8",
"protein_id": "ENSP00000361148.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": -4,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "NM_001025366.3",
"protein_id": "NP_001020537.2",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 412,
"cds_start": 330,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "NM_001025367.3",
"protein_id": "NP_001020538.2",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 389,
"cds_start": 330,
"cds_end": null,
"cds_length": 1170,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "NM_001025368.3",
"protein_id": "NP_001020539.2",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 371,
"cds_start": 330,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "NM_001033756.3",
"protein_id": "NP_001028928.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 371,
"cds_start": 330,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "NM_001025369.3",
"protein_id": "NP_001020540.2",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 354,
"cds_start": 330,
"cds_end": null,
"cds_length": 1065,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "NM_001204385.2",
"protein_id": "NP_001191314.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 351,
"cds_start": 330,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "NM_001025370.3",
"protein_id": "NP_001020541.2",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 327,
"cds_start": 330,
"cds_end": null,
"cds_length": 984,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs",
"transcript": "NM_001171622.2",
"protein_id": "NP_001165093.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 317,
"cds_start": 330,
"cds_end": null,
"cds_length": 954,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 3375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "NM_001171623.2",
"protein_id": "NP_001165094.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 232,
"cds_start": -4,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "NM_001171624.2",
"protein_id": "NP_001165095.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": -4,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "NM_001317010.2",
"protein_id": "NP_001303939.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": -4,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "NM_001171625.2",
"protein_id": "NP_001165096.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": -4,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "NM_001171626.2",
"protein_id": "NP_001165097.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "NM_001171629.2",
"protein_id": "NP_001165100.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "NM_001171627.2",
"protein_id": "NP_001165098.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 174,
"cds_start": -4,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "NM_001204384.2",
"protein_id": "NP_001191313.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": -4,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "NM_001171628.2",
"protein_id": "NP_001165099.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": -4,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "NM_001171630.2",
"protein_id": "NP_001165101.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 137,
"cds_start": -4,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "ENST00000523873.5",
"protein_id": "ENSP00000430479.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 232,
"cds_start": -4,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "ENST00000520948.5",
"protein_id": "ENSP00000428321.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": -4,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "ENST00000518689.5",
"protein_id": "ENSP00000430829.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": -4,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "ENST00000518824.5",
"protein_id": "ENSP00000430002.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "ENST00000523950.5",
"protein_id": "ENSP00000429643.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "ENST00000523125.5",
"protein_id": "ENSP00000429008.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 174,
"cds_start": -4,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "c.-211delA",
"hgvs_p": null,
"transcript": "ENST00000457104.6",
"protein_id": "ENSP00000409911.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 137,
"cds_start": -4,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "n.-211delA",
"hgvs_p": null,
"transcript": "ENST00000512683.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"hgvs_c": "n.-117delA",
"hgvs_p": null,
"transcript": "ENST00000518538.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "VEGFA",
"gene_hgnc_id": 12680,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.326,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PM2"
],
"verdict": "Pathogenic",
"transcript": "NM_003376.6",
"gene_symbol": "VEGFA",
"hgnc_id": 12680,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.330delA",
"hgvs_p": "p.Leu111fs"
}
],
"clinvar_disease": " 1, hereditary,Prostate cancer",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Prostate cancer, hereditary, 1",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}