← 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-37295029-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=37295029&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 37295029,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_001429190.1",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.633T>C",
"hgvs_p": "p.Asp211Asp",
"transcript": "NM_002078.5",
"protein_id": "NP_002069.2",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 2230,
"cds_start": 633,
"cds_end": null,
"cds_length": 6693,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 7806,
"mane_select": "ENST00000361924.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002078.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.633T>C",
"hgvs_p": "p.Asp211Asp",
"transcript": "ENST00000361924.7",
"protein_id": "ENSP00000354486.2",
"transcript_support_level": 1,
"aa_start": 211,
"aa_end": null,
"aa_length": 2230,
"cds_start": 633,
"cds_end": null,
"cds_length": 6693,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 7806,
"mane_select": "NM_002078.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361924.7"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.699T>C",
"hgvs_p": "p.Asp233Asp",
"transcript": "ENST00000437131.2",
"protein_id": "ENSP00000405842.2",
"transcript_support_level": 1,
"aa_start": 233,
"aa_end": null,
"aa_length": 2250,
"cds_start": 699,
"cds_end": null,
"cds_length": 6753,
"cdna_start": 1031,
"cdna_end": null,
"cdna_length": 7732,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437131.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.699T>C",
"hgvs_p": "p.Asp233Asp",
"transcript": "ENST00000356847.8",
"protein_id": "ENSP00000349305.4",
"transcript_support_level": 1,
"aa_start": 233,
"aa_end": null,
"aa_length": 2243,
"cds_start": 699,
"cds_end": null,
"cds_length": 6732,
"cdna_start": 998,
"cdna_end": null,
"cdna_length": 7673,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356847.8"
},
{
"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+21428T>C",
"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": 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": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.477+12757T>C",
"hgvs_p": null,
"transcript": "ENST00000444882.5",
"protein_id": "ENSP00000406894.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 166,
"cds_start": null,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"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": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "n.1954T>C",
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.798T>C",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000431105.2",
"protein_id": "ENSP00000392907.2",
"transcript_support_level": 3,
"aa_start": 266,
"aa_end": null,
"aa_length": 2285,
"cds_start": 798,
"cds_end": null,
"cds_length": 6858,
"cdna_start": 1104,
"cdna_end": null,
"cdna_length": 7858,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431105.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.798T>C",
"hgvs_p": "p.Asp266Asp",
"transcript": "ENST00000706569.1",
"protein_id": "ENSP00000516454.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 2283,
"cds_start": 798,
"cds_end": null,
"cds_length": 6852,
"cdna_start": 1078,
"cdna_end": null,
"cdna_length": 7908,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706569.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.750T>C",
"hgvs_p": "p.Asp250Asp",
"transcript": "NM_001429190.1",
"protein_id": "NP_001416119.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 2267,
"cds_start": 750,
"cds_end": null,
"cds_length": 6804,
"cdna_start": 1030,
"cdna_end": null,
"cdna_length": 7732,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429190.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.699T>C",
"hgvs_p": "p.Asp233Asp",
"transcript": "NM_001429191.1",
"protein_id": "NP_001416120.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 2252,
"cds_start": 699,
"cds_end": null,
"cds_length": 6759,
"cdna_start": 979,
"cdna_end": null,
"cdna_length": 7744,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429191.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.699T>C",
"hgvs_p": "p.Asp233Asp",
"transcript": "ENST00000699995.1",
"protein_id": "ENSP00000514745.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 2252,
"cds_start": 699,
"cds_end": null,
"cds_length": 6759,
"cdna_start": 1031,
"cdna_end": null,
"cdna_length": 7785,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699995.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.699T>C",
"hgvs_p": "p.Asp233Asp",
"transcript": "NM_001410721.2",
"protein_id": "NP_001397650.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 2250,
"cds_start": 699,
"cds_end": null,
"cds_length": 6753,
"cdna_start": 979,
"cdna_end": null,
"cdna_length": 7681,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410721.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.699T>C",
"hgvs_p": "p.Asp233Asp",
"transcript": "ENST00000699994.1",
"protein_id": "ENSP00000514744.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 2245,
"cds_start": 699,
"cds_end": null,
"cds_length": 6738,
"cdna_start": 1031,
"cdna_end": null,
"cdna_length": 7693,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699994.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.699T>C",
"hgvs_p": "p.Asp233Asp",
"transcript": "ENST00000699996.1",
"protein_id": "ENSP00000514746.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 2245,
"cds_start": 699,
"cds_end": null,
"cds_length": 6738,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 7629,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699996.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.699T>C",
"hgvs_p": "p.Asp233Asp",
"transcript": "NM_001172713.3",
"protein_id": "NP_001166184.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 2243,
"cds_start": 699,
"cds_end": null,
"cds_length": 6732,
"cdna_start": 979,
"cdna_end": null,
"cdna_length": 7660,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001172713.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.672T>C",
"hgvs_p": "p.Asp224Asp",
"transcript": "ENST00000918083.1",
"protein_id": "ENSP00000588142.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 2243,
"cds_start": 672,
"cds_end": null,
"cds_length": 6732,
"cdna_start": 971,
"cdna_end": null,
"cdna_length": 7727,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918083.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.669T>C",
"hgvs_p": "p.Asp223Asp",
"transcript": "ENST00000918084.1",
"protein_id": "ENSP00000588143.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 2242,
"cds_start": 669,
"cds_end": null,
"cds_length": 6729,
"cdna_start": 956,
"cdna_end": null,
"cdna_length": 7719,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918084.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.651T>C",
"hgvs_p": "p.Asp217Asp",
"transcript": "NM_001429196.1",
"protein_id": "NP_001416125.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 2236,
"cds_start": 651,
"cds_end": null,
"cds_length": 6711,
"cdna_start": 931,
"cdna_end": null,
"cdna_length": 7696,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429196.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.651T>C",
"hgvs_p": "p.Asp217Asp",
"transcript": "ENST00000918080.1",
"protein_id": "ENSP00000588139.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 2236,
"cds_start": 651,
"cds_end": null,
"cds_length": 6711,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 7769,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918080.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.651T>C",
"hgvs_p": "p.Asp217Asp",
"transcript": "NM_001429198.1",
"protein_id": "NP_001416127.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 2234,
"cds_start": 651,
"cds_end": null,
"cds_length": 6705,
"cdna_start": 931,
"cdna_end": null,
"cdna_length": 7633,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429198.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.651T>C",
"hgvs_p": "p.Asp217Asp",
"transcript": "ENST00000918079.1",
"protein_id": "ENSP00000588138.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 2229,
"cds_start": 651,
"cds_end": null,
"cds_length": 6690,
"cdna_start": 1018,
"cdna_end": null,
"cdna_length": 7762,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918079.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.633T>C",
"hgvs_p": "p.Asp211Asp",
"transcript": "NM_001429201.1",
"protein_id": "NP_001416130.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 2228,
"cds_start": 633,
"cds_end": null,
"cds_length": 6687,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 7615,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429201.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.633T>C",
"hgvs_p": "p.Asp211Asp",
"transcript": "ENST00000918086.1",
"protein_id": "ENSP00000588145.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 2224,
"cds_start": 633,
"cds_end": null,
"cds_length": 6675,
"cdna_start": 911,
"cdna_end": null,
"cdna_length": 7656,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918086.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.633T>C",
"hgvs_p": "p.Asp211Asp",
"transcript": "ENST00000918085.1",
"protein_id": "ENSP00000588144.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 2223,
"cds_start": 633,
"cds_end": null,
"cds_length": 6672,
"cdna_start": 911,
"cdna_end": null,
"cdna_length": 7658,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918085.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.594T>C",
"hgvs_p": "p.Asp198Asp",
"transcript": "ENST00000918081.1",
"protein_id": "ENSP00000588140.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 2217,
"cds_start": 594,
"cds_end": null,
"cds_length": 6654,
"cdna_start": 901,
"cdna_end": null,
"cdna_length": 7662,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918081.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.594T>C",
"hgvs_p": "p.Asp198Asp",
"transcript": "NM_001429202.1",
"protein_id": "NP_001416131.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 2215,
"cds_start": 594,
"cds_end": null,
"cds_length": 6648,
"cdna_start": 874,
"cdna_end": null,
"cdna_length": 7576,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429202.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.585T>C",
"hgvs_p": "p.Asp195Asp",
"transcript": "NM_001429193.1",
"protein_id": "NP_001416122.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 2214,
"cds_start": 585,
"cds_end": null,
"cds_length": 6645,
"cdna_start": 865,
"cdna_end": null,
"cdna_length": 7630,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429193.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.594T>C",
"hgvs_p": "p.Asp198Asp",
"transcript": "ENST00000918082.1",
"protein_id": "ENSP00000588141.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 2210,
"cds_start": 594,
"cds_end": null,
"cds_length": 6633,
"cdna_start": 892,
"cdna_end": null,
"cdna_length": 7634,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918082.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.318T>C",
"hgvs_p": "p.Asp106Asp",
"transcript": "ENST00000918087.1",
"protein_id": "ENSP00000588146.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 2125,
"cds_start": 318,
"cds_end": null,
"cds_length": 6378,
"cdna_start": 529,
"cdna_end": null,
"cdna_length": 7289,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918087.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.699T>C",
"hgvs_p": "p.Asp233Asp",
"transcript": "ENST00000953906.1",
"protein_id": "ENSP00000623965.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 1525,
"cds_start": 699,
"cds_end": null,
"cds_length": 4578,
"cdna_start": 818,
"cdna_end": null,
"cdna_length": 5395,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953906.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.648T>C",
"hgvs_p": "p.Asp216Asp",
"transcript": "ENST00000450863.6",
"protein_id": "ENSP00000387633.2",
"transcript_support_level": 5,
"aa_start": 216,
"aa_end": null,
"aa_length": 444,
"cds_start": 648,
"cds_end": null,
"cds_length": 1336,
"cdna_start": 929,
"cdna_end": null,
"cdna_length": 1617,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450863.6"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.798T>C",
"hgvs_p": "p.Asp266Asp",
"transcript": "XM_005265069.4",
"protein_id": "XP_005265126.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 2285,
"cds_start": 798,
"cds_end": null,
"cds_length": 6858,
"cdna_start": 1078,
"cdna_end": null,
"cdna_length": 7971,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265069.4"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.798T>C",
"hgvs_p": "p.Asp266Asp",
"transcript": "XM_005265070.4",
"protein_id": "XP_005265127.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 2283,
"cds_start": 798,
"cds_end": null,
"cds_length": 6852,
"cdna_start": 1078,
"cdna_end": null,
"cdna_length": 7908,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265070.4"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.798T>C",
"hgvs_p": "p.Asp266Asp",
"transcript": "XM_005265071.4",
"protein_id": "XP_005265128.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 2278,
"cds_start": 798,
"cds_end": null,
"cds_length": 6837,
"cdna_start": 1078,
"cdna_end": null,
"cdna_length": 7950,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265071.4"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.798T>C",
"hgvs_p": "p.Asp266Asp",
"transcript": "XM_017006184.2",
"protein_id": "XP_016861673.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 2276,
"cds_start": 798,
"cds_end": null,
"cds_length": 6831,
"cdna_start": 1078,
"cdna_end": null,
"cdna_length": 7887,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006184.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.750T>C",
"hgvs_p": "p.Asp250Asp",
"transcript": "XM_005265072.4",
"protein_id": "XP_005265129.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 2269,
"cds_start": 750,
"cds_end": null,
"cds_length": 6810,
"cdna_start": 1030,
"cdna_end": null,
"cdna_length": 7923,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265072.4"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.696T>C",
"hgvs_p": "p.Asp232Asp",
"transcript": "XM_047447980.1",
"protein_id": "XP_047303936.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 2251,
"cds_start": 696,
"cds_end": null,
"cds_length": 6756,
"cdna_start": 1123,
"cdna_end": null,
"cdna_length": 8016,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447980.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.696T>C",
"hgvs_p": "p.Asp232Asp",
"transcript": "XM_047447981.1",
"protein_id": "XP_047303937.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 2251,
"cds_start": 696,
"cds_end": null,
"cds_length": 6756,
"cdna_start": 1242,
"cdna_end": null,
"cdna_length": 8135,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447981.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.693T>C",
"hgvs_p": "p.Asp231Asp",
"transcript": "XM_006713110.3",
"protein_id": "XP_006713173.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 2250,
"cds_start": 693,
"cds_end": null,
"cds_length": 6753,
"cdna_start": 973,
"cdna_end": null,
"cdna_length": 7866,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713110.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.699T>C",
"hgvs_p": "p.Asp233Asp",
"transcript": "XM_005265074.2",
"protein_id": "XP_005265131.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 2245,
"cds_start": 699,
"cds_end": null,
"cds_length": 6738,
"cdna_start": 979,
"cdna_end": null,
"cdna_length": 7851,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265074.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.594T>C",
"hgvs_p": "p.Asp198Asp",
"transcript": "XM_047447985.1",
"protein_id": "XP_047303941.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 2217,
"cds_start": 594,
"cds_end": null,
"cds_length": 6654,
"cdna_start": 874,
"cdna_end": null,
"cdna_length": 7767,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447985.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.528T>C",
"hgvs_p": "p.Asp176Asp",
"transcript": "XM_017006188.2",
"protein_id": "XP_016861677.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 2195,
"cds_start": 528,
"cds_end": null,
"cds_length": 6588,
"cdna_start": 808,
"cdna_end": null,
"cdna_length": 7701,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006188.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "c.276T>C",
"hgvs_p": "p.Asp92Asp",
"transcript": "XM_024453457.2",
"protein_id": "XP_024309225.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 2111,
"cds_start": 276,
"cds_end": null,
"cds_length": 6336,
"cdna_start": 1052,
"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": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "n.712T>C",
"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": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLGA4",
"gene_hgnc_id": 4427,
"hgvs_c": "n.750T>C",
"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": "rs144791036",
"frequency_reference_population": 0.0000013712248,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137122,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.49000000953674316,
"computational_prediction_selected": "Benign",
"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.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.135,
"phylop100way_prediction": "Uncertain_significance",
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001429190.1",
"gene_symbol": "GOLGA4",
"hgnc_id": 4427,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.750T>C",
"hgvs_p": "p.Asp250Asp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}