← 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: 5-151103620-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=151103620&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 151103620,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001155.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1912C>G",
"hgvs_p": "p.Arg638Gly",
"transcript": "NM_001155.5",
"protein_id": "NP_001146.2",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 673,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 2889,
"mane_select": "ENST00000354546.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001155.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1912C>G",
"hgvs_p": "p.Arg638Gly",
"transcript": "ENST00000354546.10",
"protein_id": "ENSP00000346550.5",
"transcript_support_level": 1,
"aa_start": 638,
"aa_end": null,
"aa_length": 673,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 2889,
"mane_select": "NM_001155.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354546.10"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.2008C>G",
"hgvs_p": "p.Arg670Gly",
"transcript": "ENST00000941434.1",
"protein_id": "ENSP00000611493.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 705,
"cds_start": 2008,
"cds_end": null,
"cds_length": 2118,
"cdna_start": 2150,
"cdna_end": null,
"cdna_length": 2597,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941434.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1990C>G",
"hgvs_p": "p.Arg664Gly",
"transcript": "ENST00000935749.1",
"protein_id": "ENSP00000605808.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 699,
"cds_start": 1990,
"cds_end": null,
"cds_length": 2100,
"cdna_start": 2015,
"cdna_end": null,
"cdna_length": 2468,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935749.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1990C>G",
"hgvs_p": "p.Arg664Gly",
"transcript": "ENST00000941435.1",
"protein_id": "ENSP00000611494.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 699,
"cds_start": 1990,
"cds_end": null,
"cds_length": 2100,
"cdna_start": 2109,
"cdna_end": null,
"cdna_length": 2558,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941435.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1990C>G",
"hgvs_p": "p.Arg664Gly",
"transcript": "ENST00000941440.1",
"protein_id": "ENSP00000611499.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 699,
"cds_start": 1990,
"cds_end": null,
"cds_length": 2100,
"cdna_start": 2041,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941440.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1972C>G",
"hgvs_p": "p.Arg658Gly",
"transcript": "ENST00000941436.1",
"protein_id": "ENSP00000611495.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 693,
"cds_start": 1972,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 2091,
"cdna_end": null,
"cdna_length": 2540,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941436.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1963C>G",
"hgvs_p": "p.Arg655Gly",
"transcript": "ENST00000941438.1",
"protein_id": "ENSP00000611497.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 690,
"cds_start": 1963,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 2076,
"cdna_end": null,
"cdna_length": 2524,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941438.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1957C>G",
"hgvs_p": "p.Arg653Gly",
"transcript": "ENST00000893683.1",
"protein_id": "ENSP00000563742.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 688,
"cds_start": 1957,
"cds_end": null,
"cds_length": 2067,
"cdna_start": 2055,
"cdna_end": null,
"cdna_length": 2508,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893683.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1912C>G",
"hgvs_p": "p.Arg638Gly",
"transcript": "ENST00000893677.1",
"protein_id": "ENSP00000563736.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 673,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 2037,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893677.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1912C>G",
"hgvs_p": "p.Arg638Gly",
"transcript": "ENST00000893679.1",
"protein_id": "ENSP00000563738.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 673,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 2192,
"cdna_end": null,
"cdna_length": 2645,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893679.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1912C>G",
"hgvs_p": "p.Arg638Gly",
"transcript": "ENST00000893680.1",
"protein_id": "ENSP00000563739.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 673,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 2155,
"cdna_end": null,
"cdna_length": 2608,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893680.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1912C>G",
"hgvs_p": "p.Arg638Gly",
"transcript": "ENST00000941437.1",
"protein_id": "ENSP00000611496.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 673,
"cds_start": 1912,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 2110,
"cdna_end": null,
"cdna_length": 2559,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941437.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1900C>G",
"hgvs_p": "p.Arg634Gly",
"transcript": "ENST00000941439.1",
"protein_id": "ENSP00000611498.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 669,
"cds_start": 1900,
"cds_end": null,
"cds_length": 2010,
"cdna_start": 1988,
"cdna_end": null,
"cdna_length": 2441,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941439.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1894C>G",
"hgvs_p": "p.Arg632Gly",
"transcript": "NM_001363114.2",
"protein_id": "NP_001350043.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 667,
"cds_start": 1894,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 2019,
"cdna_end": null,
"cdna_length": 2871,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363114.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1894C>G",
"hgvs_p": "p.Arg632Gly",
"transcript": "ENST00000700367.1",
"protein_id": "ENSP00000514965.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 667,
"cds_start": 1894,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 2055,
"cdna_end": null,
"cdna_length": 2489,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700367.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1894C>G",
"hgvs_p": "p.Arg632Gly",
"transcript": "ENST00000893689.1",
"protein_id": "ENSP00000563748.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 667,
"cds_start": 1894,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 2132,
"cdna_end": null,
"cdna_length": 2585,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893689.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1882C>G",
"hgvs_p": "p.Arg628Gly",
"transcript": "ENST00000893685.1",
"protein_id": "ENSP00000563744.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 663,
"cds_start": 1882,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1975,
"cdna_end": null,
"cdna_length": 2428,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893685.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1867C>G",
"hgvs_p": "p.Arg623Gly",
"transcript": "ENST00000893678.1",
"protein_id": "ENSP00000563737.1",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 658,
"cds_start": 1867,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 1990,
"cdna_end": null,
"cdna_length": 2443,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893678.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1816C>G",
"hgvs_p": "p.Arg606Gly",
"transcript": "NM_001193544.2",
"protein_id": "NP_001180473.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1816,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 2046,
"cdna_end": null,
"cdna_length": 2898,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193544.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1816C>G",
"hgvs_p": "p.Arg606Gly",
"transcript": "ENST00000523714.5",
"protein_id": "ENSP00000430517.1",
"transcript_support_level": 2,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1816,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 2002,
"cdna_end": null,
"cdna_length": 2451,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523714.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1816C>G",
"hgvs_p": "p.Arg606Gly",
"transcript": "ENST00000893681.1",
"protein_id": "ENSP00000563740.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1816,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 1929,
"cdna_end": null,
"cdna_length": 2382,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893681.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1798C>G",
"hgvs_p": "p.Arg600Gly",
"transcript": "ENST00000893690.1",
"protein_id": "ENSP00000563750.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 635,
"cds_start": 1798,
"cds_end": null,
"cds_length": 1908,
"cdna_start": 1879,
"cdna_end": null,
"cdna_length": 2328,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893690.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1735C>G",
"hgvs_p": "p.Arg579Gly",
"transcript": "ENST00000893686.1",
"protein_id": "ENSP00000563745.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 614,
"cds_start": 1735,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 1828,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893686.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1726C>G",
"hgvs_p": "p.Arg576Gly",
"transcript": "ENST00000893688.1",
"protein_id": "ENSP00000563747.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 611,
"cds_start": 1726,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1809,
"cdna_end": null,
"cdna_length": 2262,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893688.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1717C>G",
"hgvs_p": "p.Arg573Gly",
"transcript": "ENST00000893684.1",
"protein_id": "ENSP00000563743.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 608,
"cds_start": 1717,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1818,
"cdna_end": null,
"cdna_length": 2266,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893684.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1645C>G",
"hgvs_p": "p.Arg549Gly",
"transcript": "ENST00000893693.1",
"protein_id": "ENSP00000563752.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 584,
"cds_start": 1645,
"cds_end": null,
"cds_length": 1755,
"cdna_start": 1698,
"cdna_end": null,
"cdna_length": 2151,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893693.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1273C>G",
"hgvs_p": "p.Arg425Gly",
"transcript": "ENST00000521512.5",
"protein_id": "ENSP00000430420.1",
"transcript_support_level": 5,
"aa_start": 425,
"aa_end": null,
"aa_length": 460,
"cds_start": 1273,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1379,
"cdna_end": null,
"cdna_length": 1793,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521512.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1159C>G",
"hgvs_p": "p.Arg387Gly",
"transcript": "ENST00000893676.1",
"protein_id": "ENSP00000563735.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 422,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1269,
"cdna_start": 1282,
"cdna_end": null,
"cdna_length": 1837,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893676.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1141C>G",
"hgvs_p": "p.Arg381Gly",
"transcript": "ENST00000893682.1",
"protein_id": "ENSP00000563741.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 416,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 1702,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893682.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.883C>G",
"hgvs_p": "p.Arg295Gly",
"transcript": "ENST00000377751.9",
"protein_id": "ENSP00000366980.5",
"transcript_support_level": 2,
"aa_start": 295,
"aa_end": null,
"aa_length": 330,
"cds_start": 883,
"cds_end": null,
"cds_length": 993,
"cdna_start": 981,
"cdna_end": null,
"cdna_length": 1430,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377751.9"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.391C>G",
"hgvs_p": "p.Arg131Gly",
"transcript": "ENST00000517486.5",
"protein_id": "ENSP00000428916.1",
"transcript_support_level": 5,
"aa_start": 131,
"aa_end": null,
"aa_length": 155,
"cds_start": 391,
"cds_end": null,
"cds_length": 469,
"cdna_start": 484,
"cdna_end": null,
"cdna_length": 562,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000517486.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.100C>G",
"hgvs_p": "p.Arg34Gly",
"transcript": "ENST00000522664.5",
"protein_id": "ENSP00000431086.1",
"transcript_support_level": 5,
"aa_start": 34,
"aa_end": null,
"aa_length": 90,
"cds_start": 100,
"cds_end": null,
"cds_length": 273,
"cdna_start": 101,
"cdna_end": null,
"cdna_length": 451,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522664.5"
},
{
"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": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"hgvs_c": "c.1839+1625C>G",
"hgvs_p": null,
"transcript": "ENST00000893687.1",
"protein_id": "ENSP00000563746.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": 2329,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893687.1"
}
],
"gene_symbol": "ANXA6",
"gene_hgnc_id": 544,
"dbsnp": "rs1012456943",
"frequency_reference_population": 0.0000020554787,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205548,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7448071837425232,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.442,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8905,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.14,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.845,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001155.5",
"gene_symbol": "ANXA6",
"hgnc_id": 544,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1912C>G",
"hgvs_p": "p.Arg638Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}