← 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: 4-26673883-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=26673883&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 26673883,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_018317.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.811C>T",
"hgvs_p": "p.Pro271Ser",
"transcript": "NM_018317.4",
"protein_id": "NP_060787.2",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 526,
"cds_start": 811,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264866.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018317.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.811C>T",
"hgvs_p": "p.Pro271Ser",
"transcript": "ENST00000264866.9",
"protein_id": "ENSP00000264866.4",
"transcript_support_level": 1,
"aa_start": 271,
"aa_end": null,
"aa_length": 526,
"cds_start": 811,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018317.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264866.9"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Pro206Ser",
"transcript": "ENST00000511789.5",
"protein_id": "ENSP00000425569.1",
"transcript_support_level": 1,
"aa_start": 206,
"aa_end": null,
"aa_length": 461,
"cds_start": 616,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511789.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "n.921C>T",
"hgvs_p": null,
"transcript": "ENST00000502873.5",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000502873.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.991C>T",
"hgvs_p": "p.Pro331Ser",
"transcript": "ENST00000951249.1",
"protein_id": "ENSP00000621308.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 586,
"cds_start": 991,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951249.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.802C>T",
"hgvs_p": "p.Pro268Ser",
"transcript": "ENST00000892672.1",
"protein_id": "ENSP00000562731.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 523,
"cds_start": 802,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892672.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.811C>T",
"hgvs_p": "p.Pro271Ser",
"transcript": "ENST00000892673.1",
"protein_id": "ENSP00000562732.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 480,
"cds_start": 811,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892673.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Pro206Ser",
"transcript": "NM_001292054.2",
"protein_id": "NP_001278983.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 461,
"cds_start": 616,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001292054.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Pro240Ser",
"transcript": "ENST00000512840.5",
"protein_id": "ENSP00000427033.1",
"transcript_support_level": 5,
"aa_start": 240,
"aa_end": null,
"aa_length": 266,
"cds_start": 718,
"cds_end": null,
"cds_length": 802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512840.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Pro206Ser",
"transcript": "ENST00000505206.5",
"protein_id": "ENSP00000423097.1",
"transcript_support_level": 3,
"aa_start": 206,
"aa_end": null,
"aa_length": 222,
"cds_start": 616,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505206.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.811C>T",
"hgvs_p": "p.Pro271Ser",
"transcript": "XM_047415903.1",
"protein_id": "XP_047271859.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 551,
"cds_start": 811,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415903.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.811C>T",
"hgvs_p": "p.Pro271Ser",
"transcript": "XM_017008363.2",
"protein_id": "XP_016863852.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 528,
"cds_start": 811,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008363.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Pro240Ser",
"transcript": "XM_047415904.1",
"protein_id": "XP_047271860.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 495,
"cds_start": 718,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415904.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.811C>T",
"hgvs_p": "p.Pro271Ser",
"transcript": "XM_047415905.1",
"protein_id": "XP_047271861.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 484,
"cds_start": 811,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415905.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.811C>T",
"hgvs_p": "p.Pro271Ser",
"transcript": "XM_011513852.3",
"protein_id": "XP_011512154.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 367,
"cds_start": 811,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513852.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.811C>T",
"hgvs_p": "p.Pro271Ser",
"transcript": "XM_047415906.1",
"protein_id": "XP_047271862.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 358,
"cds_start": 811,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415906.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.811C>T",
"hgvs_p": "p.Pro271Ser",
"transcript": "XM_017008364.2",
"protein_id": "XP_016863853.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 334,
"cds_start": 811,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008364.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Pro240Ser",
"transcript": "XM_047415907.1",
"protein_id": "XP_047271863.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 327,
"cds_start": 718,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415907.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "n.921C>T",
"hgvs_p": null,
"transcript": "XR_001741277.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001741277.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "n.921C>T",
"hgvs_p": null,
"transcript": "XR_001741278.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001741278.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "n.921C>T",
"hgvs_p": null,
"transcript": "XR_001741279.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001741279.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "n.921C>T",
"hgvs_p": null,
"transcript": "XR_007057936.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007057936.1"
},
{
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "n.802C>T",
"hgvs_p": null,
"transcript": "XR_007057937.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007057937.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "n.921C>T",
"hgvs_p": null,
"transcript": "XR_007057938.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007057938.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "n.921C>T",
"hgvs_p": null,
"transcript": "XR_007057939.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007057939.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "n.921C>T",
"hgvs_p": null,
"transcript": "XR_007057940.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007057940.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"hgvs_c": "n.921C>T",
"hgvs_p": null,
"transcript": "XR_925333.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_925333.3"
}
],
"gene_symbol": "TBC1D19",
"gene_hgnc_id": 25624,
"dbsnp": "rs777031702",
"frequency_reference_population": 0.000010739402,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.000011179,
"gnomad_genomes_af": 0.00000659187,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14786964654922485,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.128,
"revel_prediction": "Benign",
"alphamissense_score": 0.1041,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.244,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_018317.4",
"gene_symbol": "TBC1D19",
"hgnc_id": 25624,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.811C>T",
"hgvs_p": "p.Pro271Ser"
}
],
"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
}