← 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-35003538-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=35003538&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 35003538,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_015638.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2128C>G",
"hgvs_p": "p.Arg710Gly",
"transcript": "NM_015638.3",
"protein_id": "NP_056453.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 797,
"cds_start": 2128,
"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": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2128C>G",
"hgvs_p": "p.Arg710Gly",
"transcript": "ENST00000252015.3",
"protein_id": "ENSP00000252015.2",
"transcript_support_level": 1,
"aa_start": 710,
"aa_end": null,
"aa_length": 797,
"cds_start": 2128,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2422C>G",
"hgvs_p": "p.Arg808Gly",
"transcript": "ENST00000970992.1",
"protein_id": "ENSP00000641051.1",
"transcript_support_level": null,
"aa_start": 808,
"aa_end": null,
"aa_length": 895,
"cds_start": 2422,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2254C>G",
"hgvs_p": "p.Arg752Gly",
"transcript": "ENST00000888656.1",
"protein_id": "ENSP00000558715.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 839,
"cds_start": 2254,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000888655.1",
"protein_id": "ENSP00000558714.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 831,
"cds_start": 2230,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2188C>G",
"hgvs_p": "p.Arg730Gly",
"transcript": "ENST00000937644.1",
"protein_id": "ENSP00000607703.1",
"transcript_support_level": null,
"aa_start": 730,
"aa_end": null,
"aa_length": 817,
"cds_start": 2188,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2164C>G",
"hgvs_p": "p.Arg722Gly",
"transcript": "ENST00000970995.1",
"protein_id": "ENSP00000641054.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 809,
"cds_start": 2164,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2128C>G",
"hgvs_p": "p.Arg710Gly",
"transcript": "ENST00000888645.1",
"protein_id": "ENSP00000558704.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 797,
"cds_start": 2128,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2125C>G",
"hgvs_p": "p.Arg709Gly",
"transcript": "ENST00000937641.1",
"protein_id": "ENSP00000607700.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 796,
"cds_start": 2125,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2125C>G",
"hgvs_p": "p.Arg709Gly",
"transcript": "ENST00000970990.1",
"protein_id": "ENSP00000641049.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 796,
"cds_start": 2125,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2122C>G",
"hgvs_p": "p.Arg708Gly",
"transcript": "ENST00000888647.1",
"protein_id": "ENSP00000558706.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 795,
"cds_start": 2122,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2104C>G",
"hgvs_p": "p.Arg702Gly",
"transcript": "NM_199368.2",
"protein_id": "NP_955400.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 789,
"cds_start": 2104,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2104C>G",
"hgvs_p": "p.Arg702Gly",
"transcript": "ENST00000451813.6",
"protein_id": "ENSP00000400614.1",
"transcript_support_level": 2,
"aa_start": 702,
"aa_end": null,
"aa_length": 789,
"cds_start": 2104,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2104C>G",
"hgvs_p": "p.Arg702Gly",
"transcript": "ENST00000970988.1",
"protein_id": "ENSP00000641047.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 789,
"cds_start": 2104,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2101C>G",
"hgvs_p": "p.Arg701Gly",
"transcript": "ENST00000937646.1",
"protein_id": "ENSP00000607705.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 788,
"cds_start": 2101,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2101C>G",
"hgvs_p": "p.Arg701Gly",
"transcript": "ENST00000970994.1",
"protein_id": "ENSP00000641053.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 788,
"cds_start": 2101,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2098C>G",
"hgvs_p": "p.Arg700Gly",
"transcript": "ENST00000888654.1",
"protein_id": "ENSP00000558713.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 787,
"cds_start": 2098,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2128C>G",
"hgvs_p": "p.Arg710Gly",
"transcript": "ENST00000888657.1",
"protein_id": "ENSP00000558716.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 787,
"cds_start": 2128,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2077C>G",
"hgvs_p": "p.Arg693Gly",
"transcript": "ENST00000970989.1",
"protein_id": "ENSP00000641048.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 780,
"cds_start": 2077,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2068C>G",
"hgvs_p": "p.Arg690Gly",
"transcript": "ENST00000970991.1",
"protein_id": "ENSP00000641050.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 777,
"cds_start": 2068,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2065C>G",
"hgvs_p": "p.Arg689Gly",
"transcript": "ENST00000937648.1",
"protein_id": "ENSP00000607707.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 776,
"cds_start": 2065,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2014C>G",
"hgvs_p": "p.Arg672Gly",
"transcript": "ENST00000888650.1",
"protein_id": "ENSP00000558709.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 759,
"cds_start": 2014,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2011C>G",
"hgvs_p": "p.Arg671Gly",
"transcript": "ENST00000888653.1",
"protein_id": "ENSP00000558712.1",
"transcript_support_level": null,
"aa_start": 671,
"aa_end": null,
"aa_length": 758,
"cds_start": 2011,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1999C>G",
"hgvs_p": "p.Arg667Gly",
"transcript": "ENST00000888649.1",
"protein_id": "ENSP00000558708.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 754,
"cds_start": 1999,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1999C>G",
"hgvs_p": "p.Arg667Gly",
"transcript": "ENST00000937649.1",
"protein_id": "ENSP00000607708.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 754,
"cds_start": 1999,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1996C>G",
"hgvs_p": "p.Arg666Gly",
"transcript": "ENST00000937645.1",
"protein_id": "ENSP00000607704.1",
"transcript_support_level": null,
"aa_start": 666,
"aa_end": null,
"aa_length": 753,
"cds_start": 1996,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1990C>G",
"hgvs_p": "p.Arg664Gly",
"transcript": "ENST00000888648.1",
"protein_id": "ENSP00000558707.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 751,
"cds_start": 1990,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1987C>G",
"hgvs_p": "p.Arg663Gly",
"transcript": "ENST00000888651.1",
"protein_id": "ENSP00000558710.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 750,
"cds_start": 1987,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1975C>G",
"hgvs_p": "p.Arg659Gly",
"transcript": "ENST00000888646.1",
"protein_id": "ENSP00000558705.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 746,
"cds_start": 1975,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1972C>G",
"hgvs_p": "p.Arg658Gly",
"transcript": "ENST00000888652.1",
"protein_id": "ENSP00000558711.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 745,
"cds_start": 1972,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1963C>G",
"hgvs_p": "p.Arg655Gly",
"transcript": "ENST00000937643.1",
"protein_id": "ENSP00000607702.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 742,
"cds_start": 1963,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1951C>G",
"hgvs_p": "p.Arg651Gly",
"transcript": "ENST00000937639.1",
"protein_id": "ENSP00000607698.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 738,
"cds_start": 1951,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1942C>G",
"hgvs_p": "p.Arg648Gly",
"transcript": "ENST00000970996.1",
"protein_id": "ENSP00000641055.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 735,
"cds_start": 1942,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1897C>G",
"hgvs_p": "p.Arg633Gly",
"transcript": "ENST00000937640.1",
"protein_id": "ENSP00000607699.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 720,
"cds_start": 1897,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1885C>G",
"hgvs_p": "p.Arg629Gly",
"transcript": "ENST00000937650.1",
"protein_id": "ENSP00000607709.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 716,
"cds_start": 1885,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1873C>G",
"hgvs_p": "p.Arg625Gly",
"transcript": "ENST00000937642.1",
"protein_id": "ENSP00000607701.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 712,
"cds_start": 1873,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1858C>G",
"hgvs_p": "p.Arg620Gly",
"transcript": "ENST00000937647.1",
"protein_id": "ENSP00000607706.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 707,
"cds_start": 1858,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1324C>G",
"hgvs_p": "p.Arg442Gly",
"transcript": "ENST00000970993.1",
"protein_id": "ENSP00000641052.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 529,
"cds_start": 1324,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2128C>G",
"hgvs_p": "p.Arg710Gly",
"transcript": "XM_047440095.1",
"protein_id": "XP_047296051.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 797,
"cds_start": 2128,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.2104C>G",
"hgvs_p": "p.Arg702Gly",
"transcript": "XM_047440096.1",
"protein_id": "XP_047296052.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 789,
"cds_start": 2104,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.1114C>G",
"hgvs_p": "p.Arg372Gly",
"transcript": "XM_047440101.1",
"protein_id": "XP_047296057.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 459,
"cds_start": 1114,
"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": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC4AP",
"gene_hgnc_id": 16181,
"hgvs_c": "c.934C>G",
"hgvs_p": "p.Arg312Gly",
"transcript": "XM_047440102.1",
"protein_id": "XP_047296058.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 399,
"cds_start": 934,
"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": "rs769005982",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1785423457622528,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.159,
"revel_prediction": "Benign",
"alphamissense_score": 0.1262,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.7,
"phylop100way_prediction": "Benign",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015638.3",
"gene_symbol": "TRPC4AP",
"hgnc_id": 16181,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2128C>G",
"hgvs_p": "p.Arg710Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}