← 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: 7-45100357-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=45100357&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 45100357,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001261834.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "NM_004749.4",
"protein_id": "NP_004740.2",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 1969,
"cdna_end": null,
"cdna_length": 2226,
"mane_select": "ENST00000258770.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004749.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000258770.8",
"protein_id": "ENSP00000258770.3",
"transcript_support_level": 1,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 1969,
"cdna_end": null,
"cdna_length": 2226,
"mane_select": "NM_004749.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000258770.8"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1534C>G",
"hgvs_p": "p.Arg512Gly",
"transcript": "ENST00000361278.7",
"protein_id": "ENSP00000354992.3",
"transcript_support_level": 1,
"aa_start": 512,
"aa_end": null,
"aa_length": 521,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1660,
"cdna_end": null,
"cdna_length": 1917,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361278.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "n.3153C>G",
"hgvs_p": null,
"transcript": "ENST00000495973.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": 3409,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000495973.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1897C>G",
"hgvs_p": "p.Arg633Gly",
"transcript": "NM_001261834.2",
"protein_id": "NP_001248763.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 642,
"cds_start": 1897,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 1925,
"cdna_end": null,
"cdna_length": 2182,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261834.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000494076.5",
"protein_id": "ENSP00000420597.1",
"transcript_support_level": 2,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 1934,
"cdna_end": null,
"cdna_length": 2190,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000494076.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000895097.1",
"protein_id": "ENSP00000565156.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 2023,
"cdna_end": null,
"cdna_length": 4796,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895097.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000895098.1",
"protein_id": "ENSP00000565157.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 2299,
"cdna_end": null,
"cdna_length": 2559,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895098.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000895106.1",
"protein_id": "ENSP00000565165.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 1918,
"cdna_end": null,
"cdna_length": 2175,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895106.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000895109.1",
"protein_id": "ENSP00000565168.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 2006,
"cdna_end": null,
"cdna_length": 2263,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895109.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000895114.1",
"protein_id": "ENSP00000565173.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 2099,
"cdna_end": null,
"cdna_length": 2356,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895114.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000895115.1",
"protein_id": "ENSP00000565174.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 2162,
"cdna_end": null,
"cdna_length": 2375,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895115.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000934800.1",
"protein_id": "ENSP00000604859.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 2050,
"cdna_end": null,
"cdna_length": 2307,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934800.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000934812.1",
"protein_id": "ENSP00000604871.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 4259,
"cdna_end": null,
"cdna_length": 4512,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934812.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000967965.1",
"protein_id": "ENSP00000638024.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 2108,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967965.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000967968.1",
"protein_id": "ENSP00000638027.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 2024,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967968.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000967971.1",
"protein_id": "ENSP00000638030.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 2029,
"cdna_end": null,
"cdna_length": 2283,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967971.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1864C>G",
"hgvs_p": "p.Arg622Gly",
"transcript": "ENST00000967973.1",
"protein_id": "ENSP00000638032.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 631,
"cds_start": 1864,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 2333,
"cdna_end": null,
"cdna_length": 2587,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967973.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1825C>G",
"hgvs_p": "p.Arg609Gly",
"transcript": "ENST00000895108.1",
"protein_id": "ENSP00000565167.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 618,
"cds_start": 1825,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 1937,
"cdna_end": null,
"cdna_length": 2193,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895108.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1825C>G",
"hgvs_p": "p.Arg609Gly",
"transcript": "ENST00000934796.1",
"protein_id": "ENSP00000604855.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 618,
"cds_start": 1825,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 1958,
"cdna_end": null,
"cdna_length": 2209,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934796.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1819C>G",
"hgvs_p": "p.Arg607Gly",
"transcript": "ENST00000895102.1",
"protein_id": "ENSP00000565161.1",
"transcript_support_level": null,
"aa_start": 607,
"aa_end": null,
"aa_length": 616,
"cds_start": 1819,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1927,
"cdna_end": null,
"cdna_length": 2184,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895102.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1819C>G",
"hgvs_p": "p.Arg607Gly",
"transcript": "ENST00000895103.1",
"protein_id": "ENSP00000565162.1",
"transcript_support_level": null,
"aa_start": 607,
"aa_end": null,
"aa_length": 616,
"cds_start": 1819,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1948,
"cdna_end": null,
"cdna_length": 2205,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895103.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1798C>G",
"hgvs_p": "p.Arg600Gly",
"transcript": "ENST00000895113.1",
"protein_id": "ENSP00000565172.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 609,
"cds_start": 1798,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1885,
"cdna_end": null,
"cdna_length": 2141,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895113.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1798C>G",
"hgvs_p": "p.Arg600Gly",
"transcript": "ENST00000967963.1",
"protein_id": "ENSP00000638022.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 609,
"cds_start": 1798,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1913,
"cdna_end": null,
"cdna_length": 2167,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967963.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1798C>G",
"hgvs_p": "p.Arg600Gly",
"transcript": "ENST00000967964.1",
"protein_id": "ENSP00000638023.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 609,
"cds_start": 1798,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1890,
"cdna_end": null,
"cdna_length": 2144,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967964.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1759C>G",
"hgvs_p": "p.Arg587Gly",
"transcript": "ENST00000895099.1",
"protein_id": "ENSP00000565158.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 596,
"cds_start": 1759,
"cds_end": null,
"cds_length": 1791,
"cdna_start": 1897,
"cdna_end": null,
"cdna_length": 2154,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895099.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1759C>G",
"hgvs_p": "p.Arg587Gly",
"transcript": "ENST00000895111.1",
"protein_id": "ENSP00000565170.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 596,
"cds_start": 1759,
"cds_end": null,
"cds_length": 1791,
"cdna_start": 1868,
"cdna_end": null,
"cdna_length": 2124,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895111.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1759C>G",
"hgvs_p": "p.Arg587Gly",
"transcript": "ENST00000934807.1",
"protein_id": "ENSP00000604866.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 596,
"cds_start": 1759,
"cds_end": null,
"cds_length": 1791,
"cdna_start": 1818,
"cdna_end": null,
"cdna_length": 2072,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934807.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1708C>G",
"hgvs_p": "p.Arg570Gly",
"transcript": "ENST00000934809.1",
"protein_id": "ENSP00000604868.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 579,
"cds_start": 1708,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1784,
"cdna_end": null,
"cdna_length": 2037,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934809.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1687C>G",
"hgvs_p": "p.Arg563Gly",
"transcript": "ENST00000934806.1",
"protein_id": "ENSP00000604865.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 572,
"cds_start": 1687,
"cds_end": null,
"cds_length": 1719,
"cdna_start": 1792,
"cdna_end": null,
"cdna_length": 2049,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934806.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1627C>G",
"hgvs_p": "p.Arg543Gly",
"transcript": "ENST00000934801.1",
"protein_id": "ENSP00000604860.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 552,
"cds_start": 1627,
"cds_end": null,
"cds_length": 1659,
"cdna_start": 1752,
"cdna_end": null,
"cdna_length": 2009,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934801.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1618C>G",
"hgvs_p": "p.Arg540Gly",
"transcript": "ENST00000934803.1",
"protein_id": "ENSP00000604862.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 549,
"cds_start": 1618,
"cds_end": null,
"cds_length": 1650,
"cdna_start": 1723,
"cdna_end": null,
"cdna_length": 1980,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934803.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1561C>G",
"hgvs_p": "p.Arg521Gly",
"transcript": "ENST00000934799.1",
"protein_id": "ENSP00000604858.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 530,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 1690,
"cdna_end": null,
"cdna_length": 1947,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934799.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1561C>G",
"hgvs_p": "p.Arg521Gly",
"transcript": "ENST00000934811.1",
"protein_id": "ENSP00000604870.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 530,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 1596,
"cdna_end": null,
"cdna_length": 1854,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934811.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1534C>G",
"hgvs_p": "p.Arg512Gly",
"transcript": "NM_030900.4",
"protein_id": "NP_112162.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 521,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1639,
"cdna_end": null,
"cdna_length": 1896,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030900.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1534C>G",
"hgvs_p": "p.Arg512Gly",
"transcript": "NM_199122.3",
"protein_id": "NP_954573.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 521,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 1875,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199122.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1534C>G",
"hgvs_p": "p.Arg512Gly",
"transcript": "ENST00000395655.8",
"protein_id": "ENSP00000379016.4",
"transcript_support_level": 2,
"aa_start": 512,
"aa_end": null,
"aa_length": 521,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1968,
"cdna_end": null,
"cdna_length": 2225,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395655.8"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1534C>G",
"hgvs_p": "p.Arg512Gly",
"transcript": "ENST00000895104.1",
"protein_id": "ENSP00000565163.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 521,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1665,
"cdna_end": null,
"cdna_length": 1921,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895104.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1534C>G",
"hgvs_p": "p.Arg512Gly",
"transcript": "ENST00000895107.1",
"protein_id": "ENSP00000565166.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 521,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1607,
"cdna_end": null,
"cdna_length": 1864,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895107.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1534C>G",
"hgvs_p": "p.Arg512Gly",
"transcript": "ENST00000934798.1",
"protein_id": "ENSP00000604857.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 521,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1605,
"cdna_end": null,
"cdna_length": 1862,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934798.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1534C>G",
"hgvs_p": "p.Arg512Gly",
"transcript": "ENST00000967972.1",
"protein_id": "ENSP00000638031.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 521,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 2254,
"cdna_end": null,
"cdna_length": 2511,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967972.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1531C>G",
"hgvs_p": "p.Arg511Gly",
"transcript": "ENST00000934805.1",
"protein_id": "ENSP00000604864.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 520,
"cds_start": 1531,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 1636,
"cdna_end": null,
"cdna_length": 1893,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934805.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1522C>G",
"hgvs_p": "p.Arg508Gly",
"transcript": "ENST00000967967.1",
"protein_id": "ENSP00000638026.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 517,
"cds_start": 1522,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 1639,
"cdna_end": null,
"cdna_length": 1894,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967967.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1495C>G",
"hgvs_p": "p.Arg499Gly",
"transcript": "ENST00000967969.1",
"protein_id": "ENSP00000638028.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 508,
"cds_start": 1495,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1596,
"cdna_end": null,
"cdna_length": 1850,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967969.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1495C>G",
"hgvs_p": "p.Arg499Gly",
"transcript": "ENST00000967970.1",
"protein_id": "ENSP00000638029.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 508,
"cds_start": 1495,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1548,
"cdna_end": null,
"cdna_length": 1804,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967970.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1489C>G",
"hgvs_p": "p.Arg497Gly",
"transcript": "ENST00000895101.1",
"protein_id": "ENSP00000565160.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 506,
"cds_start": 1489,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 1875,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895101.1"
},
{
"aa_ref": "R",
"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": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1450C>G",
"hgvs_p": "p.Arg484Gly",
"transcript": "ENST00000895105.1",
"protein_id": "ENSP00000565164.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 493,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1482,
"cdna_start": 1569,
"cdna_end": null,
"cdna_length": 1826,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895105.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1429C>G",
"hgvs_p": "p.Arg477Gly",
"transcript": "ENST00000934797.1",
"protein_id": "ENSP00000604856.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 486,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1565,
"cdna_end": null,
"cdna_length": 1823,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934797.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1429C>G",
"hgvs_p": "p.Arg477Gly",
"transcript": "ENST00000967962.1",
"protein_id": "ENSP00000638021.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 486,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1546,
"cdna_end": null,
"cdna_length": 3302,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967962.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1429C>G",
"hgvs_p": "p.Arg477Gly",
"transcript": "ENST00000967966.1",
"protein_id": "ENSP00000638025.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 486,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1527,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967966.1"
},
{
"aa_ref": "R",
"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": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1423C>G",
"hgvs_p": "p.Arg475Gly",
"transcript": "ENST00000895100.1",
"protein_id": "ENSP00000565159.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 484,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1515,
"cdna_end": null,
"cdna_length": 1772,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895100.1"
},
{
"aa_ref": "R",
"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": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1423C>G",
"hgvs_p": "p.Arg475Gly",
"transcript": "ENST00000895110.1",
"protein_id": "ENSP00000565169.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 484,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1532,
"cdna_end": null,
"cdna_length": 1789,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895110.1"
},
{
"aa_ref": "R",
"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": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1423C>G",
"hgvs_p": "p.Arg475Gly",
"transcript": "ENST00000895112.1",
"protein_id": "ENSP00000565171.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 484,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1493,
"cdna_end": null,
"cdna_length": 1750,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895112.1"
},
{
"aa_ref": "R",
"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": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1423C>G",
"hgvs_p": "p.Arg475Gly",
"transcript": "ENST00000934810.1",
"protein_id": "ENSP00000604869.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 484,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1516,
"cdna_end": null,
"cdna_length": 1763,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934810.1"
},
{
"aa_ref": "R",
"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": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1315C>G",
"hgvs_p": "p.Arg439Gly",
"transcript": "ENST00000934804.1",
"protein_id": "ENSP00000604863.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 448,
"cds_start": 1315,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 1420,
"cdna_end": null,
"cdna_length": 1677,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934804.1"
},
{
"aa_ref": "R",
"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": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.1288C>G",
"hgvs_p": "p.Arg430Gly",
"transcript": "ENST00000934802.1",
"protein_id": "ENSP00000604861.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 439,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1396,
"cdna_end": null,
"cdna_length": 1653,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934802.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"hgvs_c": "c.970C>G",
"hgvs_p": "p.Arg324Gly",
"transcript": "ENST00000934808.1",
"protein_id": "ENSP00000604867.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 333,
"cds_start": 970,
"cds_end": null,
"cds_length": 1002,
"cdna_start": 1067,
"cdna_end": null,
"cdna_length": 1323,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934808.1"
}
],
"gene_symbol": "TBRG4",
"gene_hgnc_id": 17443,
"dbsnp": "rs761711395",
"frequency_reference_population": 0.000001239145,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84084e-7,
"gnomad_genomes_af": 0.00000656996,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09931829571723938,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.03,
"revel_prediction": "Benign",
"alphamissense_score": 0.1688,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.448,
"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": 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_001261834.2",
"gene_symbol": "TBRG4",
"hgnc_id": 17443,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1897C>G",
"hgvs_p": "p.Arg633Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}