← 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-140753338-T-TGTA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=140753338&ref=T&alt=TGTA&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 140753338,
"ref": "T",
"alt": "TGTA",
"effect": "disruptive_inframe_insertion",
"transcript": "NM_001374258.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1914_1916dupTAC",
"hgvs_p": "p.Thr639dup",
"transcript": "NM_001374258.1",
"protein_id": "NP_001361187.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 807,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "ENST00000644969.2",
"biotype": "protein_coding",
"feature": "NM_001374258.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1914_1916dupTAC",
"hgvs_p": "p.Thr639dup",
"transcript": "ENST00000644969.2",
"protein_id": "ENSP00000496776.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 807,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "NM_001374258.1",
"biotype": "protein_coding",
"feature": "ENST00000644969.2"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1794_1796dupTAC",
"hgvs_p": "p.Thr599dup",
"transcript": "NM_004333.6",
"protein_id": "NP_004324.2",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 766,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000646891.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004333.6"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1794_1796dupTAC",
"hgvs_p": "p.Thr599dup",
"transcript": "ENST00000646891.2",
"protein_id": "ENSP00000493543.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 766,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004333.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646891.2"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1914_1916dupTAC",
"hgvs_p": "p.Thr639dup",
"transcript": "ENST00000288602.11",
"protein_id": "ENSP00000288602.7",
"transcript_support_level": 1,
"aa_start": 639,
"aa_end": null,
"aa_length": 806,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000288602.11"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1923_1925dupTAC",
"hgvs_p": "p.Thr642dup",
"transcript": "ENST00000944245.1",
"protein_id": "ENSP00000614304.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 809,
"cds_start": 1925,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944245.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1914_1916dupTAC",
"hgvs_p": "p.Thr639dup",
"transcript": "NM_001374244.1",
"protein_id": "NP_001361173.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 806,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374244.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1803_1805dupTAC",
"hgvs_p": "p.Thr602dup",
"transcript": "NM_001378467.1",
"protein_id": "NP_001365396.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 770,
"cds_start": 1805,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378467.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1803_1805dupTAC",
"hgvs_p": "p.Thr602dup",
"transcript": "ENST00000912600.1",
"protein_id": "ENSP00000582659.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 769,
"cds_start": 1805,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912600.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1794_1796dupTAC",
"hgvs_p": "p.Thr599dup",
"transcript": "NM_001354609.2",
"protein_id": "NP_001341538.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 767,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354609.2"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1794_1796dupTAC",
"hgvs_p": "p.Thr599dup",
"transcript": "ENST00000496384.7",
"protein_id": "ENSP00000419060.2",
"transcript_support_level": 5,
"aa_start": 599,
"aa_end": null,
"aa_length": 767,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000496384.7"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1794_1796dupTAC",
"hgvs_p": "p.Thr599dup",
"transcript": "NM_001378468.1",
"protein_id": "NP_001365397.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 758,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378468.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1728_1730dupTAC",
"hgvs_p": "p.Thr577dup",
"transcript": "NM_001378469.1",
"protein_id": "NP_001365398.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 744,
"cds_start": 1730,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378469.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1728_1730dupTAC",
"hgvs_p": "p.Thr577dup",
"transcript": "ENST00000912601.1",
"protein_id": "ENSP00000582660.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 744,
"cds_start": 1730,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912601.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1692_1694dupTAC",
"hgvs_p": "p.Thr565dup",
"transcript": "NM_001378470.1",
"protein_id": "NP_001365399.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 733,
"cds_start": 1694,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378470.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1692_1694dupTAC",
"hgvs_p": "p.Thr565dup",
"transcript": "ENST00000867091.1",
"protein_id": "ENSP00000537150.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 732,
"cds_start": 1694,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867091.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1683_1685dupTAC",
"hgvs_p": "p.Thr562dup",
"transcript": "NM_001378471.1",
"protein_id": "NP_001365400.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 730,
"cds_start": 1685,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378471.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1638_1640dupTAC",
"hgvs_p": "p.Thr547dup",
"transcript": "NM_001378472.1",
"protein_id": "NP_001365401.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 715,
"cds_start": 1640,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378472.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1638_1640dupTAC",
"hgvs_p": "p.Thr547dup",
"transcript": "NM_001378473.1",
"protein_id": "NP_001365402.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 714,
"cds_start": 1640,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378473.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1794_1796dupTAC",
"hgvs_p": "p.Thr599dup",
"transcript": "NM_001378474.1",
"protein_id": "NP_001365403.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 711,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378474.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1530_1532dupTAC",
"hgvs_p": "p.Thr511dup",
"transcript": "NM_001378475.1",
"protein_id": "NP_001365404.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 679,
"cds_start": 1532,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378475.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1914_1916dupTAC",
"hgvs_p": "p.Thr639dup",
"transcript": "XM_017012559.2",
"protein_id": "XP_016868048.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 798,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012559.2"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1758_1760dupTAC",
"hgvs_p": "p.Thr587dup",
"transcript": "XM_047420766.1",
"protein_id": "XP_047276722.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 755,
"cds_start": 1760,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420766.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1914_1916dupTAC",
"hgvs_p": "p.Thr639dup",
"transcript": "XM_047420767.1",
"protein_id": "XP_047276723.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 714,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420767.1"
},
{
"aa_ref": "T",
"aa_alt": "TT",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1080_1082dupTAC",
"hgvs_p": "p.Thr361dup",
"transcript": "XM_047420770.1",
"protein_id": "XP_047276726.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 529,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420770.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.505-3923_505-3921dupTAC",
"hgvs_p": null,
"transcript": "ENST00000867092.1",
"protein_id": "ENSP00000537151.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 314,
"cds_start": null,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867092.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.505-13395_505-13393dupTAC",
"hgvs_p": null,
"transcript": "ENST00000867090.1",
"protein_id": "ENSP00000537149.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 270,
"cds_start": null,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867090.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1815-3923_1815-3921dupTAC",
"hgvs_p": null,
"transcript": "XM_047420768.1",
"protein_id": "XP_047276724.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": null,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420768.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "c.1695-3923_1695-3921dupTAC",
"hgvs_p": null,
"transcript": "XM_047420769.1",
"protein_id": "XP_047276725.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 593,
"cds_start": null,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420769.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.462_464dupTAC",
"hgvs_p": null,
"transcript": "ENST00000479537.6",
"protein_id": "ENSP00000418033.2",
"transcript_support_level": 5,
"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": "ENST00000479537.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.*1244_*1246dupTAC",
"hgvs_p": null,
"transcript": "ENST00000497784.2",
"protein_id": "ENSP00000420119.2",
"transcript_support_level": 5,
"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": "ENST00000497784.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.*872_*874dupTAC",
"hgvs_p": null,
"transcript": "ENST00000642228.1",
"protein_id": "ENSP00000493678.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": "ENST00000642228.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.2184_2186dupTAC",
"hgvs_p": null,
"transcript": "ENST00000644120.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": "ENST00000644120.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.888_890dupTAC",
"hgvs_p": null,
"transcript": "ENST00000644650.1",
"protein_id": "ENSP00000493783.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": "ENST00000644650.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.2676_2678dupTAC",
"hgvs_p": null,
"transcript": "ENST00000644905.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": "retained_intron",
"feature": "ENST00000644905.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.*370_*372dupTAC",
"hgvs_p": null,
"transcript": "ENST00000646730.1",
"protein_id": "ENSP00000494784.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": "ENST00000646730.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.*1244_*1246dupTAC",
"hgvs_p": null,
"transcript": "ENST00000497784.2",
"protein_id": "ENSP00000420119.2",
"transcript_support_level": 5,
"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": "ENST00000497784.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.*872_*874dupTAC",
"hgvs_p": null,
"transcript": "ENST00000642228.1",
"protein_id": "ENSP00000493678.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": "ENST00000642228.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.*370_*372dupTAC",
"hgvs_p": null,
"transcript": "ENST00000646730.1",
"protein_id": "ENSP00000494784.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": "ENST00000646730.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.1259-3923_1259-3921dupTAC",
"hgvs_p": null,
"transcript": "ENST00000642875.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": "retained_intron",
"feature": "ENST00000642875.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"hgvs_c": "n.738-3923_738-3921dupTAC",
"hgvs_p": null,
"transcript": "ENST00000647434.1",
"protein_id": "ENSP00000495132.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": "ENST00000647434.1"
}
],
"gene_symbol": "BRAF",
"gene_hgnc_id": 1097,
"dbsnp": "rs727502902",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 9.906,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 14,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM4_Supporting,PP3,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM1",
"PM2",
"PM4_Supporting",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001374258.1",
"gene_symbol": "BRAF",
"hgnc_id": 1097,
"effects": [
"disruptive_inframe_insertion"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1914_1916dupTAC",
"hgvs_p": "p.Thr639dup"
}
],
"clinvar_disease": "Childhood ganglioglioma,Neoplasm of the large intestine,Non-small cell lung carcinoma,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2",
"phenotype_combined": "Non-small cell lung carcinoma;Neoplasm of the large intestine|Childhood ganglioglioma|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}