← 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: 11-67404313-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=67404313&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 67404313,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001369498.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "NM_001369496.1",
"protein_id": "NP_001356425.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000542590.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369496.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000542590.2",
"protein_id": "ENSP00000443654.1",
"transcript_support_level": 1,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001369496.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542590.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "NM_001369498.1",
"protein_id": "NP_001356427.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 454,
"cds_start": 111,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369498.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000946012.1",
"protein_id": "ENSP00000616071.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 454,
"cds_start": 111,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946012.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "NM_001369497.1",
"protein_id": "NP_001356426.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369497.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "NM_198517.4",
"protein_id": "NP_940919.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198517.4"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000868931.1",
"protein_id": "ENSP00000538990.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868931.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000868932.1",
"protein_id": "ENSP00000538991.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868932.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000868933.1",
"protein_id": "ENSP00000538992.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868933.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000868934.1",
"protein_id": "ENSP00000538993.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868934.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000946007.1",
"protein_id": "ENSP00000616066.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946007.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000946009.1",
"protein_id": "ENSP00000616068.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946009.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000946008.1",
"protein_id": "ENSP00000616067.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 445,
"cds_start": 111,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946008.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000868935.1",
"protein_id": "ENSP00000538994.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 438,
"cds_start": 111,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868935.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000946010.1",
"protein_id": "ENSP00000616069.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 424,
"cds_start": 111,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946010.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000946011.1",
"protein_id": "ENSP00000616070.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 424,
"cds_start": 111,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946011.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000868936.1",
"protein_id": "ENSP00000538995.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 410,
"cds_start": 111,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868936.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "NM_001256508.1",
"protein_id": "NP_001243437.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 310,
"cds_start": 111,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256508.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000312390.9",
"protein_id": "ENSP00000310193.6",
"transcript_support_level": 5,
"aa_start": 37,
"aa_end": null,
"aa_length": 310,
"cds_start": 111,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000312390.9"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "ENST00000526387.5",
"protein_id": "ENSP00000435543.1",
"transcript_support_level": 2,
"aa_start": 37,
"aa_end": null,
"aa_length": 310,
"cds_start": 111,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526387.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "NM_001369492.1",
"protein_id": "NP_001356421.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 273,
"cds_start": 111,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369492.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "XM_006718538.5",
"protein_id": "XP_006718601.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718538.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "XM_006718539.5",
"protein_id": "XP_006718602.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 446,
"cds_start": 111,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718539.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "XM_047426909.1",
"protein_id": "XP_047282865.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 344,
"cds_start": 111,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426909.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "XM_047426910.1",
"protein_id": "XP_047282866.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 344,
"cds_start": 111,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426910.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "XM_011545002.3",
"protein_id": "XP_011543304.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 313,
"cds_start": 111,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545002.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "XM_047426914.1",
"protein_id": "XP_047282870.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 310,
"cds_start": 111,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426914.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala",
"transcript": "XM_047426913.1",
"protein_id": "XP_047282869.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 307,
"cds_start": 111,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426913.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.-189C>A",
"hgvs_p": null,
"transcript": "NM_001369494.1",
"protein_id": "NP_001356423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": null,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369494.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "c.-189C>A",
"hgvs_p": null,
"transcript": "NM_001369495.1",
"protein_id": "NP_001356424.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": null,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369495.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "n.111C>A",
"hgvs_p": null,
"transcript": "ENST00000529635.5",
"protein_id": "ENSP00000435829.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000529635.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "n.191C>A",
"hgvs_p": null,
"transcript": "ENST00000530967.6",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000530967.6"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"hgvs_c": "n.384C>A",
"hgvs_p": null,
"transcript": "NR_046266.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_046266.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPP1CA",
"gene_hgnc_id": 9281,
"hgvs_c": "n.186+2766G>T",
"hgvs_p": null,
"transcript": "ENST00000537694.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000537694.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPP1CA",
"gene_hgnc_id": 9281,
"hgvs_c": "n.396-3114G>T",
"hgvs_p": null,
"transcript": "ENST00000542876.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000542876.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPP1CA",
"gene_hgnc_id": 9281,
"hgvs_c": "n.358-3114G>T",
"hgvs_p": null,
"transcript": "ENST00000546202.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000546202.5"
}
],
"gene_symbol": "TBC1D10C",
"gene_hgnc_id": 24702,
"dbsnp": "rs367558435",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.532,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001369498.1",
"gene_symbol": "TBC1D10C",
"hgnc_id": 24702,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.111C>A",
"hgvs_p": "p.Ala37Ala"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000542876.1",
"gene_symbol": "PPP1CA",
"hgnc_id": 9281,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "n.396-3114G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}