← 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: 3-37282162-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=37282162&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 37282162,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001429190.1",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.367G>A",
"hgvs_p": "p.Glu123Lys",
"transcript": "NM_002078.5",
"protein_id": "NP_002069.2",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 2230,
"cds_start": 367,
"cds_end": null,
"cds_length": 6693,
"cdna_start": 647,
"cdna_end": null,
"cdna_length": 7806,
"mane_select": "ENST00000361924.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002078.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.367G>A",
"hgvs_p": "p.Glu123Lys",
"transcript": "ENST00000361924.7",
"protein_id": "ENSP00000354486.2",
"transcript_support_level": 1,
"aa_start": 123,
"aa_end": null,
"aa_length": 2230,
"cds_start": 367,
"cds_end": null,
"cds_length": 6693,
"cdna_start": 647,
"cdna_end": null,
"cdna_length": 7806,
"mane_select": "NM_002078.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361924.7"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000437131.2",
"protein_id": "ENSP00000405842.2",
"transcript_support_level": 1,
"aa_start": 145,
"aa_end": null,
"aa_length": 2250,
"cds_start": 433,
"cds_end": null,
"cds_length": 6753,
"cdna_start": 765,
"cdna_end": null,
"cdna_length": 7732,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437131.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000356847.8",
"protein_id": "ENSP00000349305.4",
"transcript_support_level": 1,
"aa_start": 145,
"aa_end": null,
"aa_length": 2243,
"cds_start": 433,
"cds_end": null,
"cds_length": 6732,
"cdna_start": 732,
"cdna_end": null,
"cdna_length": 7673,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356847.8"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.367G>A",
"hgvs_p": "p.Glu123Lys",
"transcript": "ENST00000444882.5",
"protein_id": "ENSP00000406894.1",
"transcript_support_level": 1,
"aa_start": 123,
"aa_end": null,
"aa_length": 166,
"cds_start": 367,
"cds_end": null,
"cds_length": 501,
"cdna_start": 671,
"cdna_end": null,
"cdna_length": 1451,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444882.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.228+8561G>A",
"hgvs_p": null,
"transcript": "ENST00000429018.5",
"protein_id": "ENSP00000403009.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 584,
"cds_start": null,
"cds_end": null,
"cds_length": 1756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2036,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429018.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "n.1602G>A",
"hgvs_p": null,
"transcript": "ENST00000435830.6",
"protein_id": null,
"transcript_support_level": 1,
"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": 4152,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000435830.6"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.532G>A",
"hgvs_p": "p.Glu178Lys",
"transcript": "ENST00000431105.2",
"protein_id": "ENSP00000392907.2",
"transcript_support_level": 3,
"aa_start": 178,
"aa_end": null,
"aa_length": 2285,
"cds_start": 532,
"cds_end": null,
"cds_length": 6858,
"cdna_start": 838,
"cdna_end": null,
"cdna_length": 7858,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431105.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.532G>A",
"hgvs_p": "p.Glu178Lys",
"transcript": "ENST00000706569.1",
"protein_id": "ENSP00000516454.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 2283,
"cds_start": 532,
"cds_end": null,
"cds_length": 6852,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 7908,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706569.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.532G>A",
"hgvs_p": "p.Glu178Lys",
"transcript": "NM_001429190.1",
"protein_id": "NP_001416119.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 2267,
"cds_start": 532,
"cds_end": null,
"cds_length": 6804,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 7732,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429190.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "NM_001429191.1",
"protein_id": "NP_001416120.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2252,
"cds_start": 433,
"cds_end": null,
"cds_length": 6759,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 7744,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429191.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000699995.1",
"protein_id": "ENSP00000514745.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2252,
"cds_start": 433,
"cds_end": null,
"cds_length": 6759,
"cdna_start": 765,
"cdna_end": null,
"cdna_length": 7785,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699995.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "NM_001410721.2",
"protein_id": "NP_001397650.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2250,
"cds_start": 433,
"cds_end": null,
"cds_length": 6753,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 7681,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410721.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000699994.1",
"protein_id": "ENSP00000514744.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2245,
"cds_start": 433,
"cds_end": null,
"cds_length": 6738,
"cdna_start": 765,
"cdna_end": null,
"cdna_length": 7693,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699994.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000699996.1",
"protein_id": "ENSP00000514746.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2245,
"cds_start": 433,
"cds_end": null,
"cds_length": 6738,
"cdna_start": 619,
"cdna_end": null,
"cdna_length": 7629,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699996.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "NM_001172713.3",
"protein_id": "NP_001166184.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2243,
"cds_start": 433,
"cds_end": null,
"cds_length": 6732,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 7660,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001172713.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.406G>A",
"hgvs_p": "p.Glu136Lys",
"transcript": "ENST00000918083.1",
"protein_id": "ENSP00000588142.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 2243,
"cds_start": 406,
"cds_end": null,
"cds_length": 6732,
"cdna_start": 705,
"cdna_end": null,
"cdna_length": 7727,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918083.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.403G>A",
"hgvs_p": "p.Glu135Lys",
"transcript": "ENST00000918084.1",
"protein_id": "ENSP00000588143.1",
"transcript_support_level": null,
"aa_start": 135,
"aa_end": null,
"aa_length": 2242,
"cds_start": 403,
"cds_end": null,
"cds_length": 6729,
"cdna_start": 690,
"cdna_end": null,
"cdna_length": 7719,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918084.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "NM_001429196.1",
"protein_id": "NP_001416125.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2236,
"cds_start": 433,
"cds_end": null,
"cds_length": 6711,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 7696,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429196.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000918080.1",
"protein_id": "ENSP00000588139.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2236,
"cds_start": 433,
"cds_end": null,
"cds_length": 6711,
"cdna_start": 787,
"cdna_end": null,
"cdna_length": 7769,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918080.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "NM_001429198.1",
"protein_id": "NP_001416127.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2234,
"cds_start": 433,
"cds_end": null,
"cds_length": 6705,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 7633,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429198.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000918079.1",
"protein_id": "ENSP00000588138.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2229,
"cds_start": 433,
"cds_end": null,
"cds_length": 6690,
"cdna_start": 800,
"cdna_end": null,
"cdna_length": 7762,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918079.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.367G>A",
"hgvs_p": "p.Glu123Lys",
"transcript": "NM_001429201.1",
"protein_id": "NP_001416130.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 2228,
"cds_start": 367,
"cds_end": null,
"cds_length": 6687,
"cdna_start": 647,
"cdna_end": null,
"cdna_length": 7615,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429201.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.367G>A",
"hgvs_p": "p.Glu123Lys",
"transcript": "ENST00000918086.1",
"protein_id": "ENSP00000588145.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 2224,
"cds_start": 367,
"cds_end": null,
"cds_length": 6675,
"cdna_start": 645,
"cdna_end": null,
"cdna_length": 7656,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918086.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.367G>A",
"hgvs_p": "p.Glu123Lys",
"transcript": "ENST00000918085.1",
"protein_id": "ENSP00000588144.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 2223,
"cds_start": 367,
"cds_end": null,
"cds_length": 6672,
"cdna_start": 645,
"cdna_end": null,
"cdna_length": 7658,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918085.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000918081.1",
"protein_id": "ENSP00000588140.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2217,
"cds_start": 433,
"cds_end": null,
"cds_length": 6654,
"cdna_start": 740,
"cdna_end": null,
"cdna_length": 7662,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918081.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "NM_001429202.1",
"protein_id": "NP_001416131.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2215,
"cds_start": 433,
"cds_end": null,
"cds_length": 6648,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 7576,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429202.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.367G>A",
"hgvs_p": "p.Glu123Lys",
"transcript": "NM_001429193.1",
"protein_id": "NP_001416122.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 2214,
"cds_start": 367,
"cds_end": null,
"cds_length": 6645,
"cdna_start": 647,
"cdna_end": null,
"cdna_length": 7630,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429193.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000918082.1",
"protein_id": "ENSP00000588141.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2210,
"cds_start": 433,
"cds_end": null,
"cds_length": 6633,
"cdna_start": 731,
"cdna_end": null,
"cdna_length": 7634,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918082.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000953906.1",
"protein_id": "ENSP00000623965.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 1525,
"cds_start": 433,
"cds_end": null,
"cds_length": 4578,
"cdna_start": 552,
"cdna_end": null,
"cdna_length": 5395,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953906.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "ENST00000450863.6",
"protein_id": "ENSP00000387633.2",
"transcript_support_level": 5,
"aa_start": 145,
"aa_end": null,
"aa_length": 444,
"cds_start": 433,
"cds_end": null,
"cds_length": 1336,
"cdna_start": 714,
"cdna_end": null,
"cdna_length": 1617,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450863.6"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.532G>A",
"hgvs_p": "p.Glu178Lys",
"transcript": "XM_005265069.4",
"protein_id": "XP_005265126.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 2285,
"cds_start": 532,
"cds_end": null,
"cds_length": 6858,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 7971,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265069.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.532G>A",
"hgvs_p": "p.Glu178Lys",
"transcript": "XM_005265070.4",
"protein_id": "XP_005265127.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 2283,
"cds_start": 532,
"cds_end": null,
"cds_length": 6852,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 7908,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265070.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.532G>A",
"hgvs_p": "p.Glu178Lys",
"transcript": "XM_005265071.4",
"protein_id": "XP_005265128.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 2278,
"cds_start": 532,
"cds_end": null,
"cds_length": 6837,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 7950,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265071.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.532G>A",
"hgvs_p": "p.Glu178Lys",
"transcript": "XM_017006184.2",
"protein_id": "XP_016861673.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 2276,
"cds_start": 532,
"cds_end": null,
"cds_length": 6831,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 7887,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006184.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.532G>A",
"hgvs_p": "p.Glu178Lys",
"transcript": "XM_005265072.4",
"protein_id": "XP_005265129.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 2269,
"cds_start": 532,
"cds_end": null,
"cds_length": 6810,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 7923,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265072.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.430G>A",
"hgvs_p": "p.Glu144Lys",
"transcript": "XM_047447980.1",
"protein_id": "XP_047303936.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 2251,
"cds_start": 430,
"cds_end": null,
"cds_length": 6756,
"cdna_start": 857,
"cdna_end": null,
"cdna_length": 8016,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447980.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.430G>A",
"hgvs_p": "p.Glu144Lys",
"transcript": "XM_047447981.1",
"protein_id": "XP_047303937.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 2251,
"cds_start": 430,
"cds_end": null,
"cds_length": 6756,
"cdna_start": 976,
"cdna_end": null,
"cdna_length": 8135,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447981.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.532G>A",
"hgvs_p": "p.Glu178Lys",
"transcript": "XM_006713110.3",
"protein_id": "XP_006713173.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 2250,
"cds_start": 532,
"cds_end": null,
"cds_length": 6753,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 7866,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713110.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "XM_005265074.2",
"protein_id": "XP_005265131.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2245,
"cds_start": 433,
"cds_end": null,
"cds_length": 6738,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 7851,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265074.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Glu145Lys",
"transcript": "XM_047447985.1",
"protein_id": "XP_047303941.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 2217,
"cds_start": 433,
"cds_end": null,
"cds_length": 6654,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 7767,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447985.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.367G>A",
"hgvs_p": "p.Glu123Lys",
"transcript": "XM_017006188.2",
"protein_id": "XP_016861677.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 2195,
"cds_start": 367,
"cds_end": null,
"cds_length": 6588,
"cdna_start": 647,
"cdna_end": null,
"cdna_length": 7701,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006188.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.10G>A",
"hgvs_p": "p.Glu4Lys",
"transcript": "XM_024453457.2",
"protein_id": "XP_024309225.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 2111,
"cds_start": 10,
"cds_end": null,
"cds_length": 6336,
"cdna_start": 786,
"cdna_end": null,
"cdna_length": 7945,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453457.2"
},
{
"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": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.163-3852G>A",
"hgvs_p": null,
"transcript": "ENST00000918087.1",
"protein_id": "ENSP00000588146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2125,
"cds_start": null,
"cds_end": null,
"cds_length": 6378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7289,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918087.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "n.494G>A",
"hgvs_p": null,
"transcript": "ENST00000419177.3",
"protein_id": null,
"transcript_support_level": 3,
"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": 760,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000419177.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "n.532G>A",
"hgvs_p": null,
"transcript": "ENST00000706568.1",
"protein_id": "ENSP00000516453.1",
"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": 3210,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000706568.1"
}
],
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"dbsnp": "rs763589026",
"frequency_reference_population": 0.000011151822,
"hom_count_reference_population": 1,
"allele_count_reference_population": 18,
"gnomad_exomes_af": 0.0000109458,
"gnomad_genomes_af": 0.0000131287,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6619988083839417,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.349,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4168,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.17,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.449,
"phylop100way_prediction": "Pathogenic",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001429190.1",
"gene_symbol": "GOLGA4",
"hgnc_id": 4427,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.532G>A",
"hgvs_p": "p.Glu178Lys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}