← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 3-30671683-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=30671683&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 30671683,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001407126.1",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.500T>G",
"hgvs_p": "p.Val167Gly",
"transcript": "NM_003242.6",
"protein_id": "NP_003233.4",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 567,
"cds_start": 500,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000295754.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003242.6"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.500T>G",
"hgvs_p": "p.Val167Gly",
"transcript": "ENST00000295754.10",
"protein_id": "ENSP00000295754.5",
"transcript_support_level": 1,
"aa_start": 167,
"aa_end": null,
"aa_length": 567,
"cds_start": 500,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003242.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000295754.10"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.575T>G",
"hgvs_p": "p.Val192Gly",
"transcript": "ENST00000359013.4",
"protein_id": "ENSP00000351905.4",
"transcript_support_level": 1,
"aa_start": 192,
"aa_end": null,
"aa_length": 592,
"cds_start": 575,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359013.4"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.683T>G",
"hgvs_p": "p.Val228Gly",
"transcript": "NM_001407126.1",
"protein_id": "NP_001394055.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 628,
"cds_start": 683,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407126.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.608T>G",
"hgvs_p": "p.Val203Gly",
"transcript": "NM_001407127.1",
"protein_id": "NP_001394056.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 603,
"cds_start": 608,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407127.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.575T>G",
"hgvs_p": "p.Val192Gly",
"transcript": "NM_001024847.3",
"protein_id": "NP_001020018.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 592,
"cds_start": 575,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001024847.3"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.500T>G",
"hgvs_p": "p.Val167Gly",
"transcript": "ENST00000941789.1",
"protein_id": "ENSP00000611848.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 577,
"cds_start": 500,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941789.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.527T>G",
"hgvs_p": "p.Val176Gly",
"transcript": "NM_001407128.1",
"protein_id": "NP_001394057.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 576,
"cds_start": 527,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407128.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.503T>G",
"hgvs_p": "p.Val168Gly",
"transcript": "NM_001407129.1",
"protein_id": "NP_001394058.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 568,
"cds_start": 503,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407129.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.500T>G",
"hgvs_p": "p.Val167Gly",
"transcript": "NM_001407130.1",
"protein_id": "NP_001394059.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 566,
"cds_start": 500,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407130.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.500T>G",
"hgvs_p": "p.Val167Gly",
"transcript": "ENST00000941788.1",
"protein_id": "ENSP00000611847.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 566,
"cds_start": 500,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941788.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.473T>G",
"hgvs_p": "p.Val158Gly",
"transcript": "ENST00000714391.1",
"protein_id": "ENSP00000519658.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 558,
"cds_start": 473,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714391.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.395T>G",
"hgvs_p": "p.Val132Gly",
"transcript": "NM_001407132.1",
"protein_id": "NP_001394061.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 532,
"cds_start": 395,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407132.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.395T>G",
"hgvs_p": "p.Val132Gly",
"transcript": "NM_001407133.1",
"protein_id": "NP_001394062.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 532,
"cds_start": 395,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407133.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.395T>G",
"hgvs_p": "p.Val132Gly",
"transcript": "NM_001407134.1",
"protein_id": "NP_001394063.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 532,
"cds_start": 395,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407134.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.395T>G",
"hgvs_p": "p.Val132Gly",
"transcript": "NM_001407135.1",
"protein_id": "NP_001394064.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 532,
"cds_start": 395,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407135.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.395T>G",
"hgvs_p": "p.Val132Gly",
"transcript": "NM_001407136.1",
"protein_id": "NP_001394065.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 532,
"cds_start": 395,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407136.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.395T>G",
"hgvs_p": "p.Val132Gly",
"transcript": "ENST00000714389.1",
"protein_id": "ENSP00000519656.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 532,
"cds_start": 395,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714389.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.395T>G",
"hgvs_p": "p.Val132Gly",
"transcript": "ENST00000714390.1",
"protein_id": "ENSP00000519657.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 532,
"cds_start": 395,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714390.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.215T>G",
"hgvs_p": "p.Val72Gly",
"transcript": "NM_001407137.1",
"protein_id": "NP_001394066.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 472,
"cds_start": 215,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407137.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.140T>G",
"hgvs_p": "p.Val47Gly",
"transcript": "NM_001407138.1",
"protein_id": "NP_001394067.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 447,
"cds_start": 140,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407138.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.140T>G",
"hgvs_p": "p.Val47Gly",
"transcript": "ENST00000894724.1",
"protein_id": "ENSP00000564783.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 447,
"cds_start": 140,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894724.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.452T>G",
"hgvs_p": "p.Val151Gly",
"transcript": "XM_047448787.1",
"protein_id": "XP_047304743.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 551,
"cds_start": 452,
"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_047448787.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "c.530-16704T>G",
"hgvs_p": null,
"transcript": "NM_001407139.1",
"protein_id": "NP_001394068.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 277,
"cds_start": null,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407139.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "n.2096T>G",
"hgvs_p": null,
"transcript": "ENST00000672866.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": "ENST00000672866.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "n.*229T>G",
"hgvs_p": null,
"transcript": "ENST00000714392.1",
"protein_id": "ENSP00000519659.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000714392.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"hgvs_c": "n.*229T>G",
"hgvs_p": null,
"transcript": "ENST00000714392.1",
"protein_id": "ENSP00000519659.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000714392.1"
}
],
"gene_symbol": "TGFBR2",
"gene_hgnc_id": 11773,
"dbsnp": "rs779052721",
"frequency_reference_population": 6.840507e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84051e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7706211805343628,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.556,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6688,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.09,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.45,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2,PP3",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001407126.1",
"gene_symbol": "TGFBR2",
"hgnc_id": 11773,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.683T>G",
"hgvs_p": "p.Val228Gly"
}
],
"clinvar_disease": "Familial thoracic aortic aneurysm and aortic dissection",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Familial thoracic aortic aneurysm and aortic dissection",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}