← 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-116836221-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=116836221&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 116836221,
"ref": "T",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_000039.3",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "NM_000039.3",
"protein_id": "NP_000030.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000236850.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000039.3"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000236850.5",
"protein_id": "ENSP00000236850.3",
"transcript_support_level": 1,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000039.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000236850.5"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000375323.5",
"protein_id": "ENSP00000364472.1",
"transcript_support_level": 1,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375323.5"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.424A>T",
"hgvs_p": "p.Lys142*",
"transcript": "ENST00000855312.1",
"protein_id": "ENSP00000525371.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 278,
"cds_start": 424,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855312.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "NM_001318017.2",
"protein_id": "NP_001304946.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318017.2"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "NM_001318018.2",
"protein_id": "NP_001304947.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318018.2"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "NM_001425090.1",
"protein_id": "NP_001412019.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425090.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000359492.6",
"protein_id": "ENSP00000352471.2",
"transcript_support_level": 2,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359492.6"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000375320.5",
"protein_id": "ENSP00000364469.1",
"transcript_support_level": 3,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375320.5"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855297.1",
"protein_id": "ENSP00000525356.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855297.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855298.1",
"protein_id": "ENSP00000525357.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855298.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855299.1",
"protein_id": "ENSP00000525358.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855299.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855300.1",
"protein_id": "ENSP00000525359.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855300.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855304.1",
"protein_id": "ENSP00000525363.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855304.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855308.1",
"protein_id": "ENSP00000525367.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855308.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855310.1",
"protein_id": "ENSP00000525369.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855310.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855311.1",
"protein_id": "ENSP00000525370.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855311.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855315.1",
"protein_id": "ENSP00000525374.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855315.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855318.1",
"protein_id": "ENSP00000525377.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855318.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855320.1",
"protein_id": "ENSP00000525379.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855320.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "ENST00000855321.1",
"protein_id": "ENSP00000525380.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 267,
"cds_start": 391,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855321.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.364A>T",
"hgvs_p": "p.Lys122*",
"transcript": "ENST00000855307.1",
"protein_id": "ENSP00000525366.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 258,
"cds_start": 364,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855307.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.364A>T",
"hgvs_p": "p.Lys122*",
"transcript": "ENST00000855313.1",
"protein_id": "ENSP00000525372.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 258,
"cds_start": 364,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855313.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.361A>T",
"hgvs_p": "p.Lys121*",
"transcript": "ENST00000855303.1",
"protein_id": "ENSP00000525362.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 257,
"cds_start": 361,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855303.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*",
"transcript": "NM_001425093.1",
"protein_id": "NP_001412022.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 252,
"cds_start": 391,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425093.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.346A>T",
"hgvs_p": "p.Lys116*",
"transcript": "ENST00000855302.1",
"protein_id": "ENSP00000525361.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 252,
"cds_start": 346,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855302.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.325A>T",
"hgvs_p": "p.Lys109*",
"transcript": "ENST00000375329.6",
"protein_id": "ENSP00000364478.2",
"transcript_support_level": 2,
"aa_start": 109,
"aa_end": null,
"aa_length": 245,
"cds_start": 325,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375329.6"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.313A>T",
"hgvs_p": "p.Lys105*",
"transcript": "ENST00000855301.1",
"protein_id": "ENSP00000525360.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 241,
"cds_start": 313,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855301.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.313A>T",
"hgvs_p": "p.Lys105*",
"transcript": "ENST00000855316.1",
"protein_id": "ENSP00000525375.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 241,
"cds_start": 313,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855316.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.313A>T",
"hgvs_p": "p.Lys105*",
"transcript": "ENST00000855319.1",
"protein_id": "ENSP00000525378.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 241,
"cds_start": 313,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855319.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.283A>T",
"hgvs_p": "p.Lys95*",
"transcript": "ENST00000855306.1",
"protein_id": "ENSP00000525365.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 231,
"cds_start": 283,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855306.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.163A>T",
"hgvs_p": "p.Lys55*",
"transcript": "ENST00000855305.1",
"protein_id": "ENSP00000525364.1",
"transcript_support_level": null,
"aa_start": 55,
"aa_end": null,
"aa_length": 191,
"cds_start": 163,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855305.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.64A>T",
"hgvs_p": "p.Lys22*",
"transcript": "NM_001318021.2",
"protein_id": "NP_001304950.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 158,
"cds_start": 64,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318021.2"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.64A>T",
"hgvs_p": "p.Lys22*",
"transcript": "NM_001425091.1",
"protein_id": "NP_001412020.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 158,
"cds_start": 64,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425091.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.64A>T",
"hgvs_p": "p.Lys22*",
"transcript": "NM_001425092.1",
"protein_id": "NP_001412021.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 158,
"cds_start": 64,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425092.1"
},
{
"aa_ref": "K",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.43A>T",
"hgvs_p": "p.Lys15*",
"transcript": "ENST00000855317.1",
"protein_id": "ENSP00000525376.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 151,
"cds_start": 43,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855317.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.48-107A>T",
"hgvs_p": null,
"transcript": "ENST00000855309.1",
"protein_id": "ENSP00000525368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": null,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855309.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"hgvs_c": "c.176-331A>T",
"hgvs_p": null,
"transcript": "ENST00000855314.1",
"protein_id": "ENSP00000525373.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 85,
"cds_start": null,
"cds_end": null,
"cds_length": 258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855314.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1-AS",
"gene_hgnc_id": 40079,
"hgvs_c": "n.105T>A",
"hgvs_p": null,
"transcript": "ENST00000444200.2",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000444200.2"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1-AS",
"gene_hgnc_id": 40079,
"hgvs_c": "n.56T>A",
"hgvs_p": null,
"transcript": "ENST00000669664.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000669664.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOA1-AS",
"gene_hgnc_id": 40079,
"hgvs_c": "n.105T>A",
"hgvs_p": null,
"transcript": "NR_126362.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_126362.1"
}
],
"gene_symbol": "APOA1",
"gene_hgnc_id": 600,
"dbsnp": "rs121912716",
"frequency_reference_population": 0.0000034224822,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342248,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5199999809265137,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.52,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.349,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PVS1_Strong",
"PM2",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_000039.3",
"gene_symbol": "APOA1",
"hgnc_id": 600,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.391A>T",
"hgvs_p": "p.Lys131*"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000444200.2",
"gene_symbol": "APOA1-AS",
"hgnc_id": 40079,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.105T>A",
"hgvs_p": null
}
],
"clinvar_disease": "APOLIPOPROTEIN A-I (MARBURG)",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "APOLIPOPROTEIN A-I (MARBURG)",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}