← 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: 19-44908822-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=44908822&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 44908822,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001302688.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "NM_000041.4",
"protein_id": "NP_000032.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000252486.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000041.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000252486.9",
"protein_id": "ENSP00000252486.3",
"transcript_support_level": 1,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000041.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000252486.9"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000425718.1",
"protein_id": "ENSP00000410423.1",
"transcript_support_level": 1,
"aa_start": 176,
"aa_end": null,
"aa_length": 218,
"cds_start": 526,
"cds_end": null,
"cds_length": 658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425718.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.604C>T",
"hgvs_p": "p.Arg202Cys",
"transcript": "NM_001302688.2",
"protein_id": "NP_001289617.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 343,
"cds_start": 604,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001302688.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.580C>T",
"hgvs_p": "p.Arg194Cys",
"transcript": "ENST00000864831.1",
"protein_id": "ENSP00000534890.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 335,
"cds_start": 580,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864831.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.577C>T",
"hgvs_p": "p.Arg193Cys",
"transcript": "ENST00000864832.1",
"protein_id": "ENSP00000534891.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 334,
"cds_start": 577,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864832.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "NM_001302689.2",
"protein_id": "NP_001289618.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001302689.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "NM_001302690.2",
"protein_id": "NP_001289619.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001302690.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "NM_001302691.2",
"protein_id": "NP_001289620.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001302691.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864817.1",
"protein_id": "ENSP00000534877.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864817.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864820.1",
"protein_id": "ENSP00000534879.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864820.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864822.1",
"protein_id": "ENSP00000534881.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864822.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864826.1",
"protein_id": "ENSP00000534885.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864826.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864828.1",
"protein_id": "ENSP00000534887.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864828.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864829.1",
"protein_id": "ENSP00000534888.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864829.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864834.1",
"protein_id": "ENSP00000534893.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864834.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864835.1",
"protein_id": "ENSP00000534894.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864835.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864836.1",
"protein_id": "ENSP00000534895.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864836.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864837.1",
"protein_id": "ENSP00000534896.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864837.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864838.1",
"protein_id": "ENSP00000534897.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864838.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864839.1",
"protein_id": "ENSP00000534898.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864839.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864840.1",
"protein_id": "ENSP00000534899.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864840.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864841.1",
"protein_id": "ENSP00000534900.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864841.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864842.1",
"protein_id": "ENSP00000534901.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864842.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864843.1",
"protein_id": "ENSP00000534902.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864843.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864844.1",
"protein_id": "ENSP00000534903.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864844.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864845.1",
"protein_id": "ENSP00000534904.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864845.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864846.1",
"protein_id": "ENSP00000534905.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864846.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864847.1",
"protein_id": "ENSP00000534906.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864847.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864848.1",
"protein_id": "ENSP00000534907.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864848.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000864849.1",
"protein_id": "ENSP00000534908.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 317,
"cds_start": 526,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864849.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.604C>T",
"hgvs_p": "p.Arg202Cys",
"transcript": "ENST00000434152.5",
"protein_id": "ENSP00000413653.2",
"transcript_support_level": 2,
"aa_start": 202,
"aa_end": null,
"aa_length": 268,
"cds_start": 604,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434152.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Arg176Cys",
"transcript": "ENST00000446996.5",
"protein_id": "ENSP00000413135.1",
"transcript_support_level": 2,
"aa_start": 176,
"aa_end": null,
"aa_length": 215,
"cds_start": 526,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446996.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.220-153C>T",
"hgvs_p": null,
"transcript": "ENST00000864824.1",
"protein_id": "ENSP00000534883.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 164,
"cds_start": null,
"cds_end": null,
"cds_length": 495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864824.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.220-153C>T",
"hgvs_p": null,
"transcript": "ENST00000864830.1",
"protein_id": "ENSP00000534889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 164,
"cds_start": null,
"cds_end": null,
"cds_length": 495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864830.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"hgvs_c": "c.44-10C>T",
"hgvs_p": null,
"transcript": "ENST00000864833.1",
"protein_id": "ENSP00000534892.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 153,
"cds_start": null,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864833.1"
}
],
"gene_symbol": "APOE",
"gene_hgnc_id": 613,
"dbsnp": "rs7412",
"frequency_reference_population": 0.07424017,
"hom_count_reference_population": 4609,
"allele_count_reference_population": 114390,
"gnomad_exomes_af": 0.0738461,
"gnomad_genomes_af": 0.0778374,
"gnomad_exomes_ac": 102550,
"gnomad_genomes_ac": 11840,
"gnomad_exomes_homalt": 4063,
"gnomad_genomes_homalt": 546,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.002111464738845825,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.588,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4222,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.906,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "PP2,BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 12,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001302688.2",
"gene_symbol": "APOE",
"hgnc_id": 613,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,Unknown",
"hgvs_c": "c.604C>T",
"hgvs_p": "p.Arg202Cys"
}
],
"clinvar_disease": "Familial type 3 hyperlipoproteinemia,Hypercholesterolemia,Warfarin response,atorvastatin response - Efficacy,not provided,not specified",
"clinvar_classification": "drug response",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "P:1 LB:2 B:1 O:3",
"phenotype_combined": "Familial type 3 hyperlipoproteinemia|Hypercholesterolemia|atorvastatin response - Efficacy|not provided|Warfarin response|not specified",
"pathogenicity_classification_combined": "drug response",
"custom_annotations": null
}
],
"message": null
}