← 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: 21-45516062-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=45516062&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "21",
"pos": 45516062,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000311124.9",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1372T>G",
"hgvs_p": "p.Cys458Gly",
"transcript": "NM_194255.4",
"protein_id": "NP_919231.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 591,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1494,
"cdna_end": null,
"cdna_length": 4991,
"mane_select": "ENST00000311124.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1372T>G",
"hgvs_p": "p.Cys458Gly",
"transcript": "ENST00000311124.9",
"protein_id": "ENSP00000308895.4",
"transcript_support_level": 1,
"aa_start": 458,
"aa_end": null,
"aa_length": 591,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1494,
"cdna_end": null,
"cdna_length": 4991,
"mane_select": "NM_194255.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1293+9755T>G",
"hgvs_p": null,
"transcript": "ENST00000567670.5",
"protein_id": "ENSP00000457278.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1294-910T>G",
"hgvs_p": null,
"transcript": "ENST00000380010.8",
"protein_id": "ENSP00000369347.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 489,
"cds_start": -4,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.495+9755T>G",
"hgvs_p": null,
"transcript": "ENST00000417954.5",
"protein_id": "ENSP00000393988.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 268,
"cds_start": -4,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1372T>G",
"hgvs_p": "p.Cys458Gly",
"transcript": "NM_001352512.2",
"protein_id": "NP_001339441.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 591,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1481,
"cdna_end": null,
"cdna_length": 4978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1252T>G",
"hgvs_p": "p.Cys418Gly",
"transcript": "NM_001205207.3",
"protein_id": "NP_001192136.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 551,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1656,
"cdna_start": 1402,
"cdna_end": null,
"cdna_length": 4899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1252T>G",
"hgvs_p": "p.Cys418Gly",
"transcript": "ENST00000485649.3",
"protein_id": "ENSP00000441772.1",
"transcript_support_level": 2,
"aa_start": 418,
"aa_end": null,
"aa_length": 551,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1656,
"cdna_start": 1352,
"cdna_end": null,
"cdna_length": 1896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1018T>G",
"hgvs_p": "p.Cys340Gly",
"transcript": "NM_001352510.2",
"protein_id": "NP_001339439.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 473,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1498,
"cdna_end": null,
"cdna_length": 4995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1663T>G",
"hgvs_p": "p.Cys555Gly",
"transcript": "XM_011529696.3",
"protein_id": "XP_011527998.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 688,
"cds_start": 1663,
"cds_end": null,
"cds_length": 2067,
"cdna_start": 2084,
"cdna_end": null,
"cdna_length": 5581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1663T>G",
"hgvs_p": "p.Cys555Gly",
"transcript": "XM_047440954.1",
"protein_id": "XP_047296910.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 688,
"cds_start": 1663,
"cds_end": null,
"cds_length": 2067,
"cdna_start": 2072,
"cdna_end": null,
"cdna_length": 5569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1501T>G",
"hgvs_p": "p.Cys501Gly",
"transcript": "XM_047440956.1",
"protein_id": "XP_047296912.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 634,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1905,
"cdna_start": 3496,
"cdna_end": null,
"cdna_length": 6993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1438T>G",
"hgvs_p": "p.Cys480Gly",
"transcript": "XM_011529698.3",
"protein_id": "XP_011528000.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 613,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 1813,
"cdna_end": null,
"cdna_length": 5310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1372T>G",
"hgvs_p": "p.Cys458Gly",
"transcript": "XM_011529700.3",
"protein_id": "XP_011528002.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 591,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1705,
"cdna_end": null,
"cdna_length": 5202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1372T>G",
"hgvs_p": "p.Cys458Gly",
"transcript": "XM_011529702.3",
"protein_id": "XP_011528004.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 591,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1488,
"cdna_end": null,
"cdna_length": 4985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1372T>G",
"hgvs_p": "p.Cys458Gly",
"transcript": "XM_011529703.3",
"protein_id": "XP_011528005.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 591,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1523,
"cdna_end": null,
"cdna_length": 5020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1372T>G",
"hgvs_p": "p.Cys458Gly",
"transcript": "XM_017028443.2",
"protein_id": "XP_016883932.2",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 591,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1506,
"cdna_end": null,
"cdna_length": 5003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1372T>G",
"hgvs_p": "p.Cys458Gly",
"transcript": "XM_047440958.1",
"protein_id": "XP_047296914.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 591,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1560,
"cdna_end": null,
"cdna_length": 5057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1234T>G",
"hgvs_p": "p.Cys412Gly",
"transcript": "XM_011529706.4",
"protein_id": "XP_011528008.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 545,
"cds_start": 1234,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 2176,
"cdna_end": null,
"cdna_length": 5673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1234T>G",
"hgvs_p": "p.Cys412Gly",
"transcript": "XM_047440959.1",
"protein_id": "XP_047296915.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 545,
"cds_start": 1234,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 3311,
"cdna_end": null,
"cdna_length": 6808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1018T>G",
"hgvs_p": "p.Cys340Gly",
"transcript": "XM_047440961.1",
"protein_id": "XP_047296917.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 473,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1467,
"cdna_end": null,
"cdna_length": 4964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1294-910T>G",
"hgvs_p": null,
"transcript": "NM_001205206.4",
"protein_id": "NP_001192135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 489,
"cds_start": -4,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4021,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1294-910T>G",
"hgvs_p": null,
"transcript": "NM_001352511.3",
"protein_id": "NP_001339440.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 489,
"cds_start": -4,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1294-910T>G",
"hgvs_p": null,
"transcript": "ENST00000650808.1",
"protein_id": "ENSP00000498221.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 489,
"cds_start": -4,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1360-910T>G",
"hgvs_p": null,
"transcript": "XM_047440955.1",
"protein_id": "XP_047296911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 511,
"cds_start": -4,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1294-910T>G",
"hgvs_p": null,
"transcript": "XM_047440960.1",
"protein_id": "XP_047296916.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 489,
"cds_start": -4,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1359+9755T>G",
"hgvs_p": null,
"transcript": "XM_047440957.1",
"protein_id": "XP_047296913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 466,
"cds_start": -4,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1174-910T>G",
"hgvs_p": null,
"transcript": "XM_047440962.1",
"protein_id": "XP_047296918.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 449,
"cds_start": -4,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1293+9755T>G",
"hgvs_p": null,
"transcript": "XM_047440963.1",
"protein_id": "XP_047296919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": -4,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1293+9755T>G",
"hgvs_p": null,
"transcript": "XM_047440964.1",
"protein_id": "XP_047296920.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": -4,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.940-910T>G",
"hgvs_p": null,
"transcript": "XM_047440965.1",
"protein_id": "XP_047296921.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 371,
"cds_start": -4,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"dbsnp": "rs58227024",
"frequency_reference_population": 0.00022878319,
"hom_count_reference_population": 1,
"allele_count_reference_population": 364,
"gnomad_exomes_af": 0.000219616,
"gnomad_genomes_af": 0.000315474,
"gnomad_exomes_ac": 316,
"gnomad_genomes_ac": 48,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0036980807781219482,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.136,
"revel_prediction": "Benign",
"alphamissense_score": 0.0798,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.62,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.503,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000311124.9",
"gene_symbol": "SLC19A1",
"hgnc_id": 10937,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1372T>G",
"hgvs_p": "p.Cys458Gly"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}