← 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: 5-143134097-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=143134097&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 143134097,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000645722.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1829C>A",
"hgvs_p": "p.Thr610Lys",
"transcript": "NM_001135608.3",
"protein_id": "NP_001129080.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 759,
"cds_start": 1829,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 2214,
"cdna_end": null,
"cdna_length": 9226,
"mane_select": "ENST00000645722.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1829C>A",
"hgvs_p": "p.Thr610Lys",
"transcript": "ENST00000645722.2",
"protein_id": "ENSP00000495131.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 759,
"cds_start": 1829,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 2214,
"cdna_end": null,
"cdna_length": 9226,
"mane_select": "NM_001135608.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1829C>A",
"hgvs_p": "p.Thr610Lys",
"transcript": "ENST00000274498.9",
"protein_id": "ENSP00000274498.4",
"transcript_support_level": 1,
"aa_start": 610,
"aa_end": null,
"aa_length": 814,
"cds_start": 1829,
"cds_end": null,
"cds_length": 2445,
"cdna_start": 2214,
"cdna_end": null,
"cdna_length": 9395,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.542C>A",
"hgvs_p": "p.Thr181Lys",
"transcript": "ENST00000418236.5",
"protein_id": "ENSP00000416889.1",
"transcript_support_level": 1,
"aa_start": 181,
"aa_end": null,
"aa_length": 293,
"cds_start": 542,
"cds_end": null,
"cds_length": 882,
"cdna_start": 544,
"cdna_end": null,
"cdna_length": 1632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1829C>A",
"hgvs_p": "p.Thr610Lys",
"transcript": "NM_015071.6",
"protein_id": "NP_055886.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 814,
"cds_start": 1829,
"cds_end": null,
"cds_length": 2445,
"cdna_start": 2214,
"cdna_end": null,
"cdna_length": 9395,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "NM_001349547.2",
"protein_id": "NP_001336476.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 686,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 8729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "ENST00000642734.1",
"protein_id": "ENSP00000495827.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 686,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 1932,
"cdna_end": null,
"cdna_length": 3923,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.683C>A",
"hgvs_p": "p.Thr228Lys",
"transcript": "ENST00000443674.5",
"protein_id": "ENSP00000393276.1",
"transcript_support_level": 5,
"aa_start": 228,
"aa_end": null,
"aa_length": 387,
"cds_start": 683,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 685,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1829C>A",
"hgvs_p": "p.Thr610Lys",
"transcript": "XM_047416970.1",
"protein_id": "XP_047272926.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 816,
"cds_start": 1829,
"cds_end": null,
"cds_length": 2451,
"cdna_start": 2214,
"cdna_end": null,
"cdna_length": 3384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1766C>A",
"hgvs_p": "p.Thr589Lys",
"transcript": "XM_047416974.1",
"protein_id": "XP_047272930.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 795,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2388,
"cdna_start": 2054,
"cdna_end": null,
"cdna_length": 3224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1766C>A",
"hgvs_p": "p.Thr589Lys",
"transcript": "XM_047416975.1",
"protein_id": "XP_047272931.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 793,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2382,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 9232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_047416966.1",
"protein_id": "XP_047272922.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 780,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2343,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 2993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_047416967.1",
"protein_id": "XP_047272923.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 779,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2340,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 2990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1718C>A",
"hgvs_p": "p.Thr573Lys",
"transcript": "XM_047416977.1",
"protein_id": "XP_047272933.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 779,
"cds_start": 1718,
"cds_end": null,
"cds_length": 2340,
"cdna_start": 4856,
"cdna_end": null,
"cdna_length": 6025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_005268398.6",
"protein_id": "XP_005268455.2",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 778,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2337,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 9005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1655C>A",
"hgvs_p": "p.Thr552Lys",
"transcript": "XM_047416969.1",
"protein_id": "XP_047272925.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 758,
"cds_start": 1655,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 1758,
"cdna_end": null,
"cdna_length": 2928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1766C>A",
"hgvs_p": "p.Thr589Lys",
"transcript": "XM_047416980.1",
"protein_id": "XP_047272936.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 748,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 9094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1766C>A",
"hgvs_p": "p.Thr589Lys",
"transcript": "XM_047416982.1",
"protein_id": "XP_047272938.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 738,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2217,
"cdna_start": 2046,
"cdna_end": null,
"cdna_length": 9062,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1589C>A",
"hgvs_p": "p.Thr530Lys",
"transcript": "XM_047416983.1",
"protein_id": "XP_047272939.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 736,
"cds_start": 1589,
"cds_end": null,
"cds_length": 2211,
"cdna_start": 2795,
"cdna_end": null,
"cdna_length": 3964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1589C>A",
"hgvs_p": "p.Thr530Lys",
"transcript": "XM_047416984.1",
"protein_id": "XP_047272940.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 736,
"cds_start": 1589,
"cds_end": null,
"cds_length": 2211,
"cdna_start": 11538,
"cdna_end": null,
"cdna_length": 12707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1589C>A",
"hgvs_p": "p.Thr530Lys",
"transcript": "XM_047416985.1",
"protein_id": "XP_047272941.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 736,
"cds_start": 1589,
"cds_end": null,
"cds_length": 2211,
"cdna_start": 2366,
"cdna_end": null,
"cdna_length": 3535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1589C>A",
"hgvs_p": "p.Thr530Lys",
"transcript": "XM_047416990.1",
"protein_id": "XP_047272946.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 736,
"cds_start": 1589,
"cds_end": null,
"cds_length": 2211,
"cdna_start": 1750,
"cdna_end": null,
"cdna_length": 2920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_047416971.1",
"protein_id": "XP_047272927.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 735,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2208,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 2858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_017009248.3",
"protein_id": "XP_016864737.2",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 733,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 8870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_047416972.1",
"protein_id": "XP_047272928.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 725,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 2828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_047416973.1",
"protein_id": "XP_047272929.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 724,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 2825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_005268399.6",
"protein_id": "XP_005268456.2",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 723,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2172,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 8840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1829C>A",
"hgvs_p": "p.Thr610Lys",
"transcript": "XM_005268402.5",
"protein_id": "XP_005268459.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 722,
"cds_start": 1829,
"cds_end": null,
"cds_length": 2169,
"cdna_start": 2214,
"cdna_end": null,
"cdna_length": 9119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1655C>A",
"hgvs_p": "p.Thr552Lys",
"transcript": "XM_047416976.1",
"protein_id": "XP_047272932.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 701,
"cds_start": 1655,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 1758,
"cdna_end": null,
"cdna_length": 8774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_047416978.1",
"protein_id": "XP_047272934.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 688,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2067,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 2716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_047416979.1",
"protein_id": "XP_047272935.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 687,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 2714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1718C>A",
"hgvs_p": "p.Thr573Lys",
"transcript": "XM_047416987.1",
"protein_id": "XP_047272943.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 685,
"cds_start": 1718,
"cds_end": null,
"cds_length": 2058,
"cdna_start": 4854,
"cdna_end": null,
"cdna_length": 11759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1655C>A",
"hgvs_p": "p.Thr552Lys",
"transcript": "XM_047416981.1",
"protein_id": "XP_047272937.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 664,
"cds_start": 1655,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 1758,
"cdna_end": null,
"cdna_length": 8663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1766C>A",
"hgvs_p": "p.Thr589Lys",
"transcript": "XM_047416988.1",
"protein_id": "XP_047272944.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 661,
"cds_start": 1766,
"cds_end": null,
"cds_length": 1986,
"cdna_start": 2047,
"cdna_end": null,
"cdna_length": 2277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_047416986.1",
"protein_id": "XP_047272942.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 653,
"cds_start": 1721,
"cds_end": null,
"cds_length": 1962,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 2282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.1721C>A",
"hgvs_p": "p.Thr574Lys",
"transcript": "XM_017009250.3",
"protein_id": "XP_016864739.2",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 646,
"cds_start": 1721,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 2081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "c.758C>A",
"hgvs_p": "p.Thr253Lys",
"transcript": "XM_047416992.1",
"protein_id": "XP_047272948.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 459,
"cds_start": 758,
"cds_end": null,
"cds_length": 1380,
"cdna_start": 7203,
"cdna_end": null,
"cdna_length": 8377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "n.167C>A",
"hgvs_p": null,
"transcript": "ENST00000419676.5",
"protein_id": "ENSP00000413283.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "n.164C>A",
"hgvs_p": null,
"transcript": "ENST00000424007.1",
"protein_id": "ENSP00000400565.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "n.113C>A",
"hgvs_p": null,
"transcript": "ENST00000489924.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "n.2214C>A",
"hgvs_p": null,
"transcript": "NR_146198.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "n.1824C>A",
"hgvs_p": null,
"transcript": "XR_007058592.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"hgvs_c": "n.1824C>A",
"hgvs_p": null,
"transcript": "XR_007058593.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ARHGAP26",
"gene_hgnc_id": 17073,
"dbsnp": "rs200573018",
"frequency_reference_population": 6.8625513e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.86255e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09086441993713379,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.128,
"revel_prediction": "Benign",
"alphamissense_score": 0.1074,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.445,
"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": "ENST00000645722.2",
"gene_symbol": "ARHGAP26",
"hgnc_id": 17073,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.1829C>A",
"hgvs_p": "p.Thr610Lys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}