← 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-35021273-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=35021273&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 35021273,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_015638.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "NM_015638.3",
"protein_id": "NP_056453.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 797,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "ENST00000252015.3",
"protein_id": "ENSP00000252015.2",
"transcript_support_level": 1,
"aa_start": 379,
"aa_end": null,
"aa_length": 797,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "ENST00000970992.1",
"protein_id": "ENSP00000641051.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 895,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "ENST00000888656.1",
"protein_id": "ENSP00000558715.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 839,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1111A>G",
"hgvs_p": "p.Met371Val",
"transcript": "ENST00000888655.1",
"protein_id": "ENSP00000558714.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 831,
"cds_start": 1111,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "ENST00000937644.1",
"protein_id": "ENSP00000607703.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 817,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1111A>G",
"hgvs_p": "p.Met371Val",
"transcript": "ENST00000970995.1",
"protein_id": "ENSP00000641054.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 809,
"cds_start": 1111,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "ENST00000888645.1",
"protein_id": "ENSP00000558704.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 797,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "ENST00000937641.1",
"protein_id": "ENSP00000607700.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 796,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "ENST00000970990.1",
"protein_id": "ENSP00000641049.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 796,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "ENST00000888647.1",
"protein_id": "ENSP00000558706.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 795,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1111A>G",
"hgvs_p": "p.Met371Val",
"transcript": "NM_199368.2",
"protein_id": "NP_955400.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 789,
"cds_start": 1111,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1111A>G",
"hgvs_p": "p.Met371Val",
"transcript": "ENST00000451813.6",
"protein_id": "ENSP00000400614.1",
"transcript_support_level": 2,
"aa_start": 371,
"aa_end": null,
"aa_length": 789,
"cds_start": 1111,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1111A>G",
"hgvs_p": "p.Met371Val",
"transcript": "ENST00000970988.1",
"protein_id": "ENSP00000641047.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 789,
"cds_start": 1111,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1108A>G",
"hgvs_p": "p.Met370Val",
"transcript": "ENST00000937646.1",
"protein_id": "ENSP00000607705.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 788,
"cds_start": 1108,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1111A>G",
"hgvs_p": "p.Met371Val",
"transcript": "ENST00000970994.1",
"protein_id": "ENSP00000641053.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 788,
"cds_start": 1111,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1111A>G",
"hgvs_p": "p.Met371Val",
"transcript": "ENST00000888654.1",
"protein_id": "ENSP00000558713.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 787,
"cds_start": 1111,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "ENST00000888657.1",
"protein_id": "ENSP00000558716.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 787,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1084A>G",
"hgvs_p": "p.Met362Val",
"transcript": "ENST00000970989.1",
"protein_id": "ENSP00000641048.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 780,
"cds_start": 1084,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1075A>G",
"hgvs_p": "p.Met359Val",
"transcript": "ENST00000970991.1",
"protein_id": "ENSP00000641050.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 777,
"cds_start": 1075,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1072A>G",
"hgvs_p": "p.Met358Val",
"transcript": "ENST00000937648.1",
"protein_id": "ENSP00000607707.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 776,
"cds_start": 1072,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1021A>G",
"hgvs_p": "p.Met341Val",
"transcript": "ENST00000888650.1",
"protein_id": "ENSP00000558709.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 759,
"cds_start": 1021,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1018A>G",
"hgvs_p": "p.Met340Val",
"transcript": "ENST00000888653.1",
"protein_id": "ENSP00000558712.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 758,
"cds_start": 1018,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1006A>G",
"hgvs_p": "p.Met336Val",
"transcript": "ENST00000888649.1",
"protein_id": "ENSP00000558708.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 754,
"cds_start": 1006,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1006A>G",
"hgvs_p": "p.Met336Val",
"transcript": "ENST00000937649.1",
"protein_id": "ENSP00000607708.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 754,
"cds_start": 1006,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "ENST00000937645.1",
"protein_id": "ENSP00000607704.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 753,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.997A>G",
"hgvs_p": "p.Met333Val",
"transcript": "ENST00000888648.1",
"protein_id": "ENSP00000558707.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 751,
"cds_start": 997,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.994A>G",
"hgvs_p": "p.Met332Val",
"transcript": "ENST00000888651.1",
"protein_id": "ENSP00000558710.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 750,
"cds_start": 994,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.982A>G",
"hgvs_p": "p.Met328Val",
"transcript": "ENST00000888646.1",
"protein_id": "ENSP00000558705.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 746,
"cds_start": 982,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1111A>G",
"hgvs_p": "p.Met371Val",
"transcript": "ENST00000888652.1",
"protein_id": "ENSP00000558711.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 745,
"cds_start": 1111,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Met324Val",
"transcript": "ENST00000937643.1",
"protein_id": "ENSP00000607702.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 742,
"cds_start": 970,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.958A>G",
"hgvs_p": "p.Met320Val",
"transcript": "ENST00000937639.1",
"protein_id": "ENSP00000607698.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 738,
"cds_start": 958,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.949A>G",
"hgvs_p": "p.Met317Val",
"transcript": "ENST00000970996.1",
"protein_id": "ENSP00000641055.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 735,
"cds_start": 949,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.904A>G",
"hgvs_p": "p.Met302Val",
"transcript": "ENST00000937640.1",
"protein_id": "ENSP00000607699.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 720,
"cds_start": 904,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.892A>G",
"hgvs_p": "p.Met298Val",
"transcript": "ENST00000937650.1",
"protein_id": "ENSP00000607709.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 716,
"cds_start": 892,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.880A>G",
"hgvs_p": "p.Met294Val",
"transcript": "ENST00000937642.1",
"protein_id": "ENSP00000607701.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 712,
"cds_start": 880,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.865A>G",
"hgvs_p": "p.Met289Val",
"transcript": "ENST00000937647.1",
"protein_id": "ENSP00000607706.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 707,
"cds_start": 865,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "XM_047440095.1",
"protein_id": "XP_047296051.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 797,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1111A>G",
"hgvs_p": "p.Met371Val",
"transcript": "XM_047440096.1",
"protein_id": "XP_047296052.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 789,
"cds_start": 1111,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "XM_017027799.3",
"protein_id": "XP_016883288.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 757,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "XM_047440097.1",
"protein_id": "XP_047296053.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 699,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1111A>G",
"hgvs_p": "p.Met371Val",
"transcript": "XM_047440098.1",
"protein_id": "XP_047296054.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 691,
"cds_start": 1111,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "XM_047440099.1",
"protein_id": "XP_047296055.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 544,
"cds_start": 1135,
"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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val",
"transcript": "XM_047440100.1",
"protein_id": "XP_047296056.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 507,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440100.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.121A>G",
"hgvs_p": "p.Met41Val",
"transcript": "XM_047440101.1",
"protein_id": "XP_047296057.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 459,
"cds_start": 121,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.415-5134A>G",
"hgvs_p": null,
"transcript": "ENST00000970993.1",
"protein_id": "ENSP00000641052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 529,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.25-5134A>G",
"hgvs_p": null,
"transcript": "XM_047440102.1",
"protein_id": "XP_047296058.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 399,
"cds_start": null,
"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": "rs147516805",
"frequency_reference_population": 0.000021065493,
"hom_count_reference_population": 0,
"allele_count_reference_population": 34,
"gnomad_exomes_af": 0.000014365,
"gnomad_genomes_af": 0.0000854544,
"gnomad_exomes_ac": 21,
"gnomad_genomes_ac": 13,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5004894733428955,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.409,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3956,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.36,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.67,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_015638.3",
"gene_symbol": "TRPC4AP",
"hgnc_id": 16181,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Met379Val"
}
],
"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
}