← 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: 15-88032954-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=88032954&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 88032954,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001012338.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "NM_001012338.3",
"protein_id": "NP_001012338.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 839,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000629765.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001012338.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000629765.3",
"protein_id": "ENSP00000485864.1",
"transcript_support_level": 1,
"aa_start": 496,
"aa_end": null,
"aa_length": 839,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001012338.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000629765.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Ala488Ala",
"transcript": "ENST00000557856.5",
"protein_id": "ENSP00000453959.1",
"transcript_support_level": 1,
"aa_start": 488,
"aa_end": null,
"aa_length": 817,
"cds_start": 1464,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557856.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Ala488Ala",
"transcript": "ENST00000558676.5",
"protein_id": "ENSP00000453511.1",
"transcript_support_level": 1,
"aa_start": 488,
"aa_end": null,
"aa_length": 705,
"cds_start": 1464,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558676.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000317501.9",
"protein_id": "ENSP00000318328.3",
"transcript_support_level": 1,
"aa_start": 496,
"aa_end": null,
"aa_length": 612,
"cds_start": 1488,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000317501.9"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000889753.1",
"protein_id": "ENSP00000559812.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 870,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889753.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000626019.2",
"protein_id": "ENSP00000486784.1",
"transcript_support_level": 5,
"aa_start": 496,
"aa_end": null,
"aa_length": 864,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000626019.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Ala488Ala",
"transcript": "ENST00000889752.1",
"protein_id": "ENSP00000559811.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 842,
"cds_start": 1464,
"cds_end": null,
"cds_length": 2529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889752.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "NM_001375810.1",
"protein_id": "NP_001362739.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 839,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375810.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000695462.1",
"protein_id": "ENSP00000511942.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 839,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695462.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000889747.1",
"protein_id": "ENSP00000559806.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 839,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889747.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000889748.1",
"protein_id": "ENSP00000559807.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 839,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889748.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Ala488Ala",
"transcript": "ENST00000357724.6",
"protein_id": "ENSP00000350356.2",
"transcript_support_level": 5,
"aa_start": 488,
"aa_end": null,
"aa_length": 831,
"cds_start": 1464,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357724.6"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Ala488Ala",
"transcript": "ENST00000889749.1",
"protein_id": "ENSP00000559808.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 831,
"cds_start": 1464,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889749.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "NM_001375811.1",
"protein_id": "NP_001362740.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 825,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375811.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "NM_002530.4",
"protein_id": "NP_002521.2",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 825,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002530.4"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000394480.6",
"protein_id": "ENSP00000377990.1",
"transcript_support_level": 5,
"aa_start": 496,
"aa_end": null,
"aa_length": 825,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394480.6"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000889745.1",
"protein_id": "ENSP00000559804.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 825,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889745.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000889746.1",
"protein_id": "ENSP00000559805.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 825,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889746.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000889750.1",
"protein_id": "ENSP00000559809.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 825,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889750.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000927121.1",
"protein_id": "ENSP00000597180.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 825,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927121.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000953260.1",
"protein_id": "ENSP00000623319.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 825,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953260.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "ENST00000953261.1",
"protein_id": "ENSP00000623320.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 825,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953261.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Ala488Ala",
"transcript": "NM_001243101.2",
"protein_id": "NP_001230030.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 817,
"cds_start": 1464,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243101.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Ala488Ala",
"transcript": "NM_001375812.1",
"protein_id": "NP_001362741.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 817,
"cds_start": 1464,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375812.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Ala488Ala",
"transcript": "ENST00000927120.1",
"protein_id": "ENSP00000597179.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 817,
"cds_start": 1464,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927120.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1458C>A",
"hgvs_p": "p.Ala486Ala",
"transcript": "ENST00000889751.1",
"protein_id": "ENSP00000559810.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 815,
"cds_start": 1458,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889751.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1194C>A",
"hgvs_p": "p.Ala398Ala",
"transcript": "NM_001320135.2",
"protein_id": "NP_001307064.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 617,
"cds_start": 1194,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320135.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1194C>A",
"hgvs_p": "p.Ala398Ala",
"transcript": "ENST00000542733.6",
"protein_id": "ENSP00000437773.2",
"transcript_support_level": 2,
"aa_start": 398,
"aa_end": null,
"aa_length": 617,
"cds_start": 1194,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542733.6"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "NM_001007156.3",
"protein_id": "NP_001007157.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 612,
"cds_start": 1488,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001007156.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "NM_001375813.1",
"protein_id": "NP_001362742.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 612,
"cds_start": 1488,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375813.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Ala488Ala",
"transcript": "NM_001375814.1",
"protein_id": "NP_001362743.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 604,
"cds_start": 1464,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375814.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "NM_001320134.1",
"protein_id": "NP_001307063.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 567,
"cds_start": 1488,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320134.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1170C>A",
"hgvs_p": "p.Ala390Ala",
"transcript": "ENST00000695463.1",
"protein_id": "ENSP00000511943.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 506,
"cds_start": 1170,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695463.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "XM_017022254.3",
"protein_id": "XP_016877743.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 850,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022254.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "XM_017022240.2",
"protein_id": "XP_016877729.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 825,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022240.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1302C>A",
"hgvs_p": "p.Ala434Ala",
"transcript": "XM_017022241.2",
"protein_id": "XP_016877730.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 763,
"cds_start": 1302,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022241.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "XM_017022242.3",
"protein_id": "XP_016877731.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 750,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022242.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1194C>A",
"hgvs_p": "p.Ala398Ala",
"transcript": "XM_017022243.2",
"protein_id": "XP_016877732.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 727,
"cds_start": 1194,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022243.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1194C>A",
"hgvs_p": "p.Ala398Ala",
"transcript": "XM_017022244.3",
"protein_id": "XP_016877733.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 727,
"cds_start": 1194,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022244.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1194C>A",
"hgvs_p": "p.Ala398Ala",
"transcript": "XM_017022245.3",
"protein_id": "XP_016877734.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 727,
"cds_start": 1194,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022245.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "XM_006720545.5",
"protein_id": "XP_006720608.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 715,
"cds_start": 1488,
"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": "XM_006720545.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "XM_024449934.2",
"protein_id": "XP_024305702.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 612,
"cds_start": 1488,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449934.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Ala488Ala",
"transcript": "XM_047432602.1",
"protein_id": "XP_047288558.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 604,
"cds_start": 1464,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432602.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Ala488Ala",
"transcript": "XM_047432603.1",
"protein_id": "XP_047288559.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 559,
"cds_start": 1464,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432603.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "XM_024449935.2",
"protein_id": "XP_024305703.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 550,
"cds_start": 1488,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449935.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala",
"transcript": "XM_006720548.5",
"protein_id": "XP_006720611.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 528,
"cds_start": 1488,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720548.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.381C>A",
"hgvs_p": "p.Ala127Ala",
"transcript": "XM_017022251.3",
"protein_id": "XP_016877740.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 456,
"cds_start": 381,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022251.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "c.357C>A",
"hgvs_p": "p.Ala119Ala",
"transcript": "XM_017022252.3",
"protein_id": "XP_016877741.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 448,
"cds_start": 357,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022252.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "n.122C>A",
"hgvs_p": null,
"transcript": "ENST00000558306.1",
"protein_id": "ENSP00000480693.1",
"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": "ENST00000558306.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"hgvs_c": "n.1514C>A",
"hgvs_p": null,
"transcript": "XR_001751292.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001751292.3"
}
],
"gene_symbol": "NTRK3",
"gene_hgnc_id": 8033,
"dbsnp": "rs2229910",
"frequency_reference_population": 0.00022829577,
"hom_count_reference_population": 1,
"allele_count_reference_population": 368,
"gnomad_exomes_af": 0.000188916,
"gnomad_genomes_af": 0.000609376,
"gnomad_exomes_ac": 276,
"gnomad_genomes_ac": 92,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8199999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.2511,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.82,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.466,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS2",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001012338.3",
"gene_symbol": "NTRK3",
"hgnc_id": 8033,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1488C>A",
"hgvs_p": "p.Ala496Ala"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}