← 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: 20-35008724-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=35008724&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 35008724,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_015638.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "NM_015638.3",
"protein_id": "NP_056453.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 797,
"cds_start": 1535,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000252015.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015638.3"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "ENST00000252015.3",
"protein_id": "ENSP00000252015.2",
"transcript_support_level": 1,
"aa_start": 512,
"aa_end": null,
"aa_length": 797,
"cds_start": 1535,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015638.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000252015.3"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "ENST00000970992.1",
"protein_id": "ENSP00000641051.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 895,
"cds_start": 1535,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970992.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "ENST00000888656.1",
"protein_id": "ENSP00000558715.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 839,
"cds_start": 1535,
"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": "ENST00000888656.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1511G>C",
"hgvs_p": "p.Arg504Thr",
"transcript": "ENST00000888655.1",
"protein_id": "ENSP00000558714.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 831,
"cds_start": 1511,
"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": "ENST00000888655.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "ENST00000937644.1",
"protein_id": "ENSP00000607703.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 817,
"cds_start": 1535,
"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": "ENST00000937644.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1511G>C",
"hgvs_p": "p.Arg504Thr",
"transcript": "ENST00000970995.1",
"protein_id": "ENSP00000641054.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 809,
"cds_start": 1511,
"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": "ENST00000970995.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "ENST00000888645.1",
"protein_id": "ENSP00000558704.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 797,
"cds_start": 1535,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888645.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "ENST00000937641.1",
"protein_id": "ENSP00000607700.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 796,
"cds_start": 1535,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937641.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1532G>C",
"hgvs_p": "p.Arg511Thr",
"transcript": "ENST00000970990.1",
"protein_id": "ENSP00000641049.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 796,
"cds_start": 1532,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970990.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "ENST00000888647.1",
"protein_id": "ENSP00000558706.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 795,
"cds_start": 1535,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888647.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1511G>C",
"hgvs_p": "p.Arg504Thr",
"transcript": "NM_199368.2",
"protein_id": "NP_955400.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 789,
"cds_start": 1511,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199368.2"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1511G>C",
"hgvs_p": "p.Arg504Thr",
"transcript": "ENST00000451813.6",
"protein_id": "ENSP00000400614.1",
"transcript_support_level": 2,
"aa_start": 504,
"aa_end": null,
"aa_length": 789,
"cds_start": 1511,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451813.6"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1511G>C",
"hgvs_p": "p.Arg504Thr",
"transcript": "ENST00000970988.1",
"protein_id": "ENSP00000641047.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 789,
"cds_start": 1511,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970988.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1508G>C",
"hgvs_p": "p.Arg503Thr",
"transcript": "ENST00000937646.1",
"protein_id": "ENSP00000607705.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 788,
"cds_start": 1508,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937646.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1511G>C",
"hgvs_p": "p.Arg504Thr",
"transcript": "ENST00000970994.1",
"protein_id": "ENSP00000641053.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 788,
"cds_start": 1511,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970994.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1511G>C",
"hgvs_p": "p.Arg504Thr",
"transcript": "ENST00000888654.1",
"protein_id": "ENSP00000558713.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 787,
"cds_start": 1511,
"cds_end": null,
"cds_length": 2364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888654.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "ENST00000888657.1",
"protein_id": "ENSP00000558716.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 787,
"cds_start": 1535,
"cds_end": null,
"cds_length": 2364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888657.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1484G>C",
"hgvs_p": "p.Arg495Thr",
"transcript": "ENST00000970989.1",
"protein_id": "ENSP00000641048.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 780,
"cds_start": 1484,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970989.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1475G>C",
"hgvs_p": "p.Arg492Thr",
"transcript": "ENST00000970991.1",
"protein_id": "ENSP00000641050.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 777,
"cds_start": 1475,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970991.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1472G>C",
"hgvs_p": "p.Arg491Thr",
"transcript": "ENST00000937648.1",
"protein_id": "ENSP00000607707.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 776,
"cds_start": 1472,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937648.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1421G>C",
"hgvs_p": "p.Arg474Thr",
"transcript": "ENST00000888650.1",
"protein_id": "ENSP00000558709.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 759,
"cds_start": 1421,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888650.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1418G>C",
"hgvs_p": "p.Arg473Thr",
"transcript": "ENST00000888653.1",
"protein_id": "ENSP00000558712.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 758,
"cds_start": 1418,
"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": "ENST00000888653.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1406G>C",
"hgvs_p": "p.Arg469Thr",
"transcript": "ENST00000888649.1",
"protein_id": "ENSP00000558708.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 754,
"cds_start": 1406,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888649.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1406G>C",
"hgvs_p": "p.Arg469Thr",
"transcript": "ENST00000937649.1",
"protein_id": "ENSP00000607708.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 754,
"cds_start": 1406,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937649.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1403G>C",
"hgvs_p": "p.Arg468Thr",
"transcript": "ENST00000937645.1",
"protein_id": "ENSP00000607704.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 753,
"cds_start": 1403,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937645.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1397G>C",
"hgvs_p": "p.Arg466Thr",
"transcript": "ENST00000888648.1",
"protein_id": "ENSP00000558707.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 751,
"cds_start": 1397,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888648.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1394G>C",
"hgvs_p": "p.Arg465Thr",
"transcript": "ENST00000888651.1",
"protein_id": "ENSP00000558710.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 750,
"cds_start": 1394,
"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": "ENST00000888651.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1382G>C",
"hgvs_p": "p.Arg461Thr",
"transcript": "ENST00000888646.1",
"protein_id": "ENSP00000558705.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 746,
"cds_start": 1382,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888646.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1379G>C",
"hgvs_p": "p.Arg460Thr",
"transcript": "ENST00000888652.1",
"protein_id": "ENSP00000558711.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 745,
"cds_start": 1379,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888652.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1370G>C",
"hgvs_p": "p.Arg457Thr",
"transcript": "ENST00000937643.1",
"protein_id": "ENSP00000607702.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 742,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937643.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1358G>C",
"hgvs_p": "p.Arg453Thr",
"transcript": "ENST00000937639.1",
"protein_id": "ENSP00000607698.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 738,
"cds_start": 1358,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937639.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1349G>C",
"hgvs_p": "p.Arg450Thr",
"transcript": "ENST00000970996.1",
"protein_id": "ENSP00000641055.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 735,
"cds_start": 1349,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970996.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1304G>C",
"hgvs_p": "p.Arg435Thr",
"transcript": "ENST00000937640.1",
"protein_id": "ENSP00000607699.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 720,
"cds_start": 1304,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937640.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1292G>C",
"hgvs_p": "p.Arg431Thr",
"transcript": "ENST00000937650.1",
"protein_id": "ENSP00000607709.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 716,
"cds_start": 1292,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937650.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1280G>C",
"hgvs_p": "p.Arg427Thr",
"transcript": "ENST00000937642.1",
"protein_id": "ENSP00000607701.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 712,
"cds_start": 1280,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937642.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1265G>C",
"hgvs_p": "p.Arg422Thr",
"transcript": "ENST00000937647.1",
"protein_id": "ENSP00000607706.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 707,
"cds_start": 1265,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937647.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.731G>C",
"hgvs_p": "p.Arg244Thr",
"transcript": "ENST00000970993.1",
"protein_id": "ENSP00000641052.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 529,
"cds_start": 731,
"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": "ENST00000970993.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "XM_047440095.1",
"protein_id": "XP_047296051.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 797,
"cds_start": 1535,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440095.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1511G>C",
"hgvs_p": "p.Arg504Thr",
"transcript": "XM_047440096.1",
"protein_id": "XP_047296052.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 789,
"cds_start": 1511,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440096.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "XM_017027799.3",
"protein_id": "XP_016883288.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 757,
"cds_start": 1535,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027799.3"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "XM_047440097.1",
"protein_id": "XP_047296053.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 699,
"cds_start": 1535,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440097.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1511G>C",
"hgvs_p": "p.Arg504Thr",
"transcript": "XM_047440098.1",
"protein_id": "XP_047296054.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 691,
"cds_start": 1511,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440098.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr",
"transcript": "XM_047440099.1",
"protein_id": "XP_047296055.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 544,
"cds_start": 1535,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440099.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.521G>C",
"hgvs_p": "p.Arg174Thr",
"transcript": "XM_047440101.1",
"protein_id": "XP_047296057.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 459,
"cds_start": 521,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440101.1"
},
{
"aa_ref": "R",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.341G>C",
"hgvs_p": "p.Arg114Thr",
"transcript": "XM_047440102.1",
"protein_id": "XP_047296058.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 399,
"cds_start": 341,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440102.1"
}
],
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"dbsnp": "rs1482423053",
"frequency_reference_population": 0.0000061960786,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000615715,
"gnomad_genomes_af": 0.00000656996,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.28275203704833984,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.151,
"revel_prediction": "Benign",
"alphamissense_score": 0.5231,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.14,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.129,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_015638.3",
"gene_symbol": "TRPC4AP",
"hgnc_id": 16181,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1535G>C",
"hgvs_p": "p.Arg512Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}