← 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: 13-113495730-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=113495730&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 113495730,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_017905.6",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "NM_017905.6",
"protein_id": "NP_060375.4",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 677,
"cds_start": 149,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 3058,
"mane_select": "ENST00000434316.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017905.6"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000434316.7",
"protein_id": "ENSP00000389399.2",
"transcript_support_level": 1,
"aa_start": 50,
"aa_end": null,
"aa_length": 677,
"cds_start": 149,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 3058,
"mane_select": "NM_017905.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434316.7"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000375391.5",
"protein_id": "ENSP00000364540.1",
"transcript_support_level": 1,
"aa_start": 50,
"aa_end": null,
"aa_length": 414,
"cds_start": 149,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 460,
"cdna_end": null,
"cdna_length": 2132,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375391.5"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000955127.1",
"protein_id": "ENSP00000625186.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 684,
"cds_start": 149,
"cds_end": null,
"cds_length": 2055,
"cdna_start": 455,
"cdna_end": null,
"cdna_length": 3014,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955127.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000955128.1",
"protein_id": "ENSP00000625187.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 679,
"cds_start": 149,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 2964,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955128.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909171.1",
"protein_id": "ENSP00000579230.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 678,
"cds_start": 149,
"cds_end": null,
"cds_length": 2037,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 2932,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909171.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909174.1",
"protein_id": "ENSP00000579233.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 677,
"cds_start": 149,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 3080,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909174.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909175.1",
"protein_id": "ENSP00000579234.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 677,
"cds_start": 149,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 311,
"cdna_end": null,
"cdna_length": 2879,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909175.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000955130.1",
"protein_id": "ENSP00000625189.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 677,
"cds_start": 149,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 481,
"cdna_end": null,
"cdna_length": 3024,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955130.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909168.1",
"protein_id": "ENSP00000579227.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 675,
"cds_start": 149,
"cds_end": null,
"cds_length": 2028,
"cdna_start": 480,
"cdna_end": null,
"cdna_length": 3012,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909168.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909162.1",
"protein_id": "ENSP00000579221.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 656,
"cds_start": 149,
"cds_end": null,
"cds_length": 1971,
"cdna_start": 611,
"cdna_end": null,
"cdna_length": 3124,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909162.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "NM_001349744.2",
"protein_id": "NP_001336673.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 655,
"cds_start": 149,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 2978,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349744.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909170.1",
"protein_id": "ENSP00000579229.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 616,
"cds_start": 149,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 456,
"cdna_end": null,
"cdna_length": 2810,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909170.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "NM_001349742.2",
"protein_id": "NP_001336671.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 613,
"cds_start": 149,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 2866,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349742.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909161.1",
"protein_id": "ENSP00000579220.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 613,
"cds_start": 149,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 3071,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909161.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000955129.1",
"protein_id": "ENSP00000625188.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 613,
"cds_start": 149,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 382,
"cdna_end": null,
"cdna_length": 2766,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955129.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909164.1",
"protein_id": "ENSP00000579223.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 600,
"cds_start": 149,
"cds_end": null,
"cds_length": 1803,
"cdna_start": 505,
"cdna_end": null,
"cdna_length": 2847,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909164.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909169.1",
"protein_id": "ENSP00000579228.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 592,
"cds_start": 149,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 456,
"cdna_end": null,
"cdna_length": 2738,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909169.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "NM_001349745.2",
"protein_id": "NP_001336674.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 591,
"cds_start": 149,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 2786,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349745.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000955126.1",
"protein_id": "ENSP00000625185.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 582,
"cds_start": 149,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 502,
"cdna_end": null,
"cdna_length": 2791,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955126.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "NM_001349746.2",
"protein_id": "NP_001336675.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 580,
"cds_start": 149,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 2753,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349746.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909163.1",
"protein_id": "ENSP00000579222.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 550,
"cds_start": 149,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 2797,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909163.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909172.1",
"protein_id": "ENSP00000579231.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 545,
"cds_start": 149,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 387,
"cdna_end": null,
"cdna_length": 2530,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909172.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "NM_001349741.2",
"protein_id": "NP_001336670.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 524,
"cds_start": 149,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 2923,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349741.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000474393.5",
"protein_id": "ENSP00000484053.1",
"transcript_support_level": 2,
"aa_start": 50,
"aa_end": null,
"aa_length": 524,
"cds_start": 149,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 407,
"cdna_end": null,
"cdna_length": 2843,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000474393.5"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909173.1",
"protein_id": "ENSP00000579232.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 522,
"cds_start": 149,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 281,
"cdna_end": null,
"cdna_length": 2389,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909173.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "NM_001349743.2",
"protein_id": "NP_001336672.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 516,
"cds_start": 149,
"cds_end": null,
"cds_length": 1551,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 2561,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349743.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909167.1",
"protein_id": "ENSP00000579226.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 510,
"cds_start": 149,
"cds_end": null,
"cds_length": 1533,
"cdna_start": 447,
"cdna_end": null,
"cdna_length": 2522,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909167.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000928642.1",
"protein_id": "ENSP00000598701.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 489,
"cds_start": 149,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 652,
"cdna_end": null,
"cdna_length": 2660,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928642.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909166.1",
"protein_id": "ENSP00000579225.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 479,
"cds_start": 149,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 460,
"cdna_end": null,
"cdna_length": 2439,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909166.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000909165.1",
"protein_id": "ENSP00000579224.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 446,
"cds_start": 149,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 470,
"cdna_end": null,
"cdna_length": 2350,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909165.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "ENST00000928643.1",
"protein_id": "ENSP00000598702.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 433,
"cds_start": 149,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 645,
"cdna_end": null,
"cdna_length": 2489,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928643.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430398.1",
"protein_id": "XP_047286354.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 713,
"cds_start": 257,
"cds_end": null,
"cds_length": 2142,
"cdna_start": 3670,
"cdna_end": null,
"cdna_length": 6246,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430398.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430399.1",
"protein_id": "XP_047286355.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 691,
"cds_start": 257,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 3742,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430399.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "XM_006719969.2",
"protein_id": "XP_006720032.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 677,
"cds_start": 149,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 268,
"cdna_end": null,
"cdna_length": 2844,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719969.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "XM_011537498.3",
"protein_id": "XP_011535800.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 677,
"cds_start": 149,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 386,
"cdna_end": null,
"cdna_length": 2962,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537498.3"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "XM_047430400.1",
"protein_id": "XP_047286356.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 655,
"cds_start": 149,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 2885,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430400.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly",
"transcript": "XM_047430401.1",
"protein_id": "XP_047286357.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 655,
"cds_start": 149,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 268,
"cdna_end": null,
"cdna_length": 2764,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430401.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430402.1",
"protein_id": "XP_047286358.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 649,
"cds_start": 257,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 3630,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430402.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430403.1",
"protein_id": "XP_047286359.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 627,
"cds_start": 257,
"cds_end": null,
"cds_length": 1884,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 3550,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430403.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430404.1",
"protein_id": "XP_047286360.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 616,
"cds_start": 257,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 3517,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430404.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430405.1",
"protein_id": "XP_047286361.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 595,
"cds_start": 257,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 5398,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430405.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430406.1",
"protein_id": "XP_047286362.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 579,
"cds_start": 257,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 4705,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430406.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430407.1",
"protein_id": "XP_047286363.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 553,
"cds_start": 257,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 3437,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430407.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430408.1",
"protein_id": "XP_047286364.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 552,
"cds_start": 257,
"cds_end": null,
"cds_length": 1659,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 3325,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430408.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430409.1",
"protein_id": "XP_047286365.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 533,
"cds_start": 257,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 2671,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430409.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430410.1",
"protein_id": "XP_047286366.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 533,
"cds_start": 257,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 2679,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430410.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430411.1",
"protein_id": "XP_047286367.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 493,
"cds_start": 257,
"cds_end": null,
"cds_length": 1482,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 5007,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430411.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430412.1",
"protein_id": "XP_047286368.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 464,
"cds_start": 257,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 2605,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430412.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430413.1",
"protein_id": "XP_047286369.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 452,
"cds_start": 257,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 2575,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430413.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430414.1",
"protein_id": "XP_047286370.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 452,
"cds_start": 257,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 2363,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430414.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Val86Gly",
"transcript": "XM_047430415.1",
"protein_id": "XP_047286371.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 447,
"cds_start": 257,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 3034,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430415.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "n.482T>G",
"hgvs_p": null,
"transcript": "NR_146221.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": 2782,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146221.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "n.482T>G",
"hgvs_p": null,
"transcript": "NR_146222.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": 2862,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146222.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"hgvs_c": "n.1246T>G",
"hgvs_p": null,
"transcript": "XR_007063685.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": 2343,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007063685.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMCO3",
"gene_hgnc_id": 20329,
"hgvs_c": "c.-143T>G",
"hgvs_p": null,
"transcript": "ENST00000473287.1",
"protein_id": "ENSP00000478818.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 144,
"cds_start": null,
"cds_end": null,
"cds_length": 435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 459,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000473287.1"
}
],
"gene_symbol": "SLC9D1",
"gene_hgnc_id": 20329,
"dbsnp": "rs201820797",
"frequency_reference_population": 0.000008674919,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000820973,
"gnomad_genomes_af": 0.0000131434,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06549802422523499,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.081,
"revel_prediction": "Benign",
"alphamissense_score": 0.1059,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.034,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_017905.6",
"gene_symbol": "SLC9D1",
"hgnc_id": 20329,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000434316.7",
"gene_symbol": "TMCO3",
"hgnc_id": 20329,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.149T>G",
"hgvs_p": "p.Val50Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}