← 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: 3-17166826-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=17166826&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 17166826,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001134381.2",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "NM_001349074.2",
"protein_id": "NP_001336003.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000696125.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349074.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "ENST00000696125.1",
"protein_id": "ENSP00000512418.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001349074.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696125.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "ENST00000446818.6",
"protein_id": "ENSP00000402935.2",
"transcript_support_level": 1,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "ENST00000446818.6"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000253692.11",
"protein_id": "ENSP00000253692.6",
"transcript_support_level": 1,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000253692.11"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000429383.8",
"protein_id": "ENSP00000398127.4",
"transcript_support_level": 1,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000429383.8"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "NM_001134381.2",
"protein_id": "NP_001127853.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "NM_001134381.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "NM_001349073.2",
"protein_id": "NP_001336002.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "NM_001349073.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "NM_001349075.2",
"protein_id": "NP_001336004.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "NM_001349075.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "ENST00000907031.1",
"protein_id": "ENSP00000577090.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "ENST00000907031.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "ENST00000907038.1",
"protein_id": "ENSP00000577097.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "ENST00000907038.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "ENST00000907046.1",
"protein_id": "ENSP00000577105.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "ENST00000907046.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "ENST00000907048.1",
"protein_id": "ENSP00000577107.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "ENST00000907048.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "ENST00000965798.1",
"protein_id": "ENSP00000635857.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "ENST00000965798.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "ENST00000965814.1",
"protein_id": "ENSP00000635873.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "ENST00000965814.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2098G>A",
"hgvs_p": "p.Gly700Ser",
"transcript": "ENST00000907047.1",
"protein_id": "ENSP00000577106.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 816,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907047.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2056G>A",
"hgvs_p": "p.Gly686Ser",
"transcript": "NM_001349081.2",
"protein_id": "NP_001336010.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 802,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349081.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "NM_001349076.2",
"protein_id": "NP_001336005.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "NM_001349076.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "NM_001349077.2",
"protein_id": "NP_001336006.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "NM_001349077.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "NM_001349078.2",
"protein_id": "NP_001336007.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "NM_001349078.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "NM_001349079.2",
"protein_id": "NP_001336008.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "NM_001349079.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "NM_001349080.2",
"protein_id": "NP_001336009.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "NM_001349080.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "NM_014744.2",
"protein_id": "NP_055559.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "NM_014744.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907029.1",
"protein_id": "ENSP00000577088.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907029.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907032.1",
"protein_id": "ENSP00000577091.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907032.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907033.1",
"protein_id": "ENSP00000577092.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907033.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907034.1",
"protein_id": "ENSP00000577093.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907034.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907035.1",
"protein_id": "ENSP00000577094.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907035.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907036.1",
"protein_id": "ENSP00000577095.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907036.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907037.1",
"protein_id": "ENSP00000577096.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907037.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907039.1",
"protein_id": "ENSP00000577098.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907039.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907040.1",
"protein_id": "ENSP00000577099.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907040.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907041.1",
"protein_id": "ENSP00000577100.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907041.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907042.1",
"protein_id": "ENSP00000577101.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907042.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907043.1",
"protein_id": "ENSP00000577102.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907043.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907044.1",
"protein_id": "ENSP00000577103.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907044.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907045.1",
"protein_id": "ENSP00000577104.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907045.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907049.1",
"protein_id": "ENSP00000577108.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907049.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907050.1",
"protein_id": "ENSP00000577109.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907050.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907051.1",
"protein_id": "ENSP00000577110.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907051.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000907052.1",
"protein_id": "ENSP00000577111.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000907052.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965796.1",
"protein_id": "ENSP00000635855.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965796.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965797.1",
"protein_id": "ENSP00000635856.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965797.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965799.1",
"protein_id": "ENSP00000635858.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965799.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965800.1",
"protein_id": "ENSP00000635859.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965800.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965802.1",
"protein_id": "ENSP00000635861.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965802.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965803.1",
"protein_id": "ENSP00000635862.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965803.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965804.1",
"protein_id": "ENSP00000635863.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965804.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965805.1",
"protein_id": "ENSP00000635864.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965805.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965806.1",
"protein_id": "ENSP00000635865.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965806.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965808.1",
"protein_id": "ENSP00000635867.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965808.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965809.1",
"protein_id": "ENSP00000635868.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965809.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965810.1",
"protein_id": "ENSP00000635869.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965810.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965811.1",
"protein_id": "ENSP00000635870.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965811.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965812.1",
"protein_id": "ENSP00000635871.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965812.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "ENST00000965813.1",
"protein_id": "ENSP00000635872.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "ENST00000965813.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2032G>A",
"hgvs_p": "p.Gly678Ser",
"transcript": "ENST00000907030.1",
"protein_id": "ENSP00000577089.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 794,
"cds_start": 2032,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907030.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2032G>A",
"hgvs_p": "p.Gly678Ser",
"transcript": "ENST00000907053.1",
"protein_id": "ENSP00000577112.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 794,
"cds_start": 2032,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907053.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2032G>A",
"hgvs_p": "p.Gly678Ser",
"transcript": "ENST00000965801.1",
"protein_id": "ENSP00000635860.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 794,
"cds_start": 2032,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965801.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2032G>A",
"hgvs_p": "p.Gly678Ser",
"transcript": "ENST00000965807.1",
"protein_id": "ENSP00000635866.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 794,
"cds_start": 2032,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965807.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.1693G>A",
"hgvs_p": "p.Gly565Ser",
"transcript": "NM_001349082.2",
"protein_id": "NP_001336011.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 681,
"cds_start": 1693,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349082.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.1693G>A",
"hgvs_p": "p.Gly565Ser",
"transcript": "NM_001349083.2",
"protein_id": "NP_001336012.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 681,
"cds_start": 1693,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349083.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.1693G>A",
"hgvs_p": "p.Gly565Ser",
"transcript": "NM_001349084.2",
"protein_id": "NP_001336013.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 681,
"cds_start": 1693,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349084.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.1693G>A",
"hgvs_p": "p.Gly565Ser",
"transcript": "NM_001349085.2",
"protein_id": "NP_001336014.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 681,
"cds_start": 1693,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349085.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.1693G>A",
"hgvs_p": "p.Gly565Ser",
"transcript": "NM_001349086.2",
"protein_id": "NP_001336015.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 681,
"cds_start": 1693,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349086.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Gly543Ser",
"transcript": "NM_001349087.2",
"protein_id": "NP_001336016.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 659,
"cds_start": 1627,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349087.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Gly543Ser",
"transcript": "NM_001349088.2",
"protein_id": "NP_001336017.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 659,
"cds_start": 1627,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349088.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Gly543Ser",
"transcript": "NM_001349089.2",
"protein_id": "NP_001336018.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 659,
"cds_start": 1627,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349089.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Gly543Ser",
"transcript": "NM_001349090.2",
"protein_id": "NP_001336019.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 659,
"cds_start": 1627,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349090.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"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": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Gly543Ser",
"transcript": "NM_001349091.2",
"protein_id": "NP_001336020.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 659,
"cds_start": 1627,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349091.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_011534281.2",
"protein_id": "XP_011532583.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_011534281.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_011534283.4",
"protein_id": "XP_011532585.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_011534283.4"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_011534284.3",
"protein_id": "XP_011532586.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_011534284.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_017007553.3",
"protein_id": "XP_016863042.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_017007553.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_017007555.3",
"protein_id": "XP_016863044.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_017007555.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_017007556.2",
"protein_id": "XP_016863045.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_017007556.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_047449284.1",
"protein_id": "XP_047305240.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_047449284.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_047449285.1",
"protein_id": "XP_047305241.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_047449285.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_047449286.1",
"protein_id": "XP_047305242.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_047449286.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_047449287.1",
"protein_id": "XP_047305243.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_047449287.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_047449288.1",
"protein_id": "XP_047305244.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_047449288.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_047449289.1",
"protein_id": "XP_047305245.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_047449289.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser",
"transcript": "XM_047449290.1",
"protein_id": "XP_047305246.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 817,
"cds_start": 2101,
"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": "XM_047449290.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449291.1",
"protein_id": "XP_047305247.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449291.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449292.1",
"protein_id": "XP_047305248.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449292.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449293.1",
"protein_id": "XP_047305249.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449293.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449294.1",
"protein_id": "XP_047305250.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449294.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449295.1",
"protein_id": "XP_047305251.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449295.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449296.1",
"protein_id": "XP_047305252.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449296.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449297.1",
"protein_id": "XP_047305253.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449297.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449298.1",
"protein_id": "XP_047305254.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449298.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449299.1",
"protein_id": "XP_047305255.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449299.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449300.1",
"protein_id": "XP_047305256.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449300.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449301.1",
"protein_id": "XP_047305257.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449301.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449302.1",
"protein_id": "XP_047305258.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449302.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449303.1",
"protein_id": "XP_047305259.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449303.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449304.1",
"protein_id": "XP_047305260.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449304.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449305.1",
"protein_id": "XP_047305261.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449305.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449306.1",
"protein_id": "XP_047305262.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449306.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449308.1",
"protein_id": "XP_047305264.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449308.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449309.1",
"protein_id": "XP_047305265.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449309.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449310.1",
"protein_id": "XP_047305266.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449310.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449311.1",
"protein_id": "XP_047305267.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449311.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449312.1",
"protein_id": "XP_047305268.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449312.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449313.1",
"protein_id": "XP_047305269.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449313.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449314.1",
"protein_id": "XP_047305270.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449314.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449315.1",
"protein_id": "XP_047305271.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449315.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449316.1",
"protein_id": "XP_047305272.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449316.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449317.1",
"protein_id": "XP_047305273.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449317.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449318.1",
"protein_id": "XP_047305274.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449318.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "c.2035G>A",
"hgvs_p": "p.Gly679Ser",
"transcript": "XM_047449319.1",
"protein_id": "XP_047305275.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 795,
"cds_start": 2035,
"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": "XM_047449319.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"hgvs_c": "n.1144G>A",
"hgvs_p": null,
"transcript": "ENST00000414318.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": "ENST00000414318.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285731",
"gene_hgnc_id": null,
"hgvs_c": "n.863+11334C>T",
"hgvs_p": null,
"transcript": "ENST00000649558.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": "ENST00000649558.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285731",
"gene_hgnc_id": null,
"hgvs_c": "n.697+11334C>T",
"hgvs_p": null,
"transcript": "ENST00000762764.1",
"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": "ENST00000762764.1"
}
],
"gene_symbol": "TBC1D5",
"gene_hgnc_id": 19166,
"dbsnp": "rs754841258",
"frequency_reference_population": 0.00006505399,
"hom_count_reference_population": 0,
"allele_count_reference_population": 105,
"gnomad_exomes_af": 0.0000684079,
"gnomad_genomes_af": 0.0000328463,
"gnomad_exomes_ac": 100,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04702204465866089,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.076,
"revel_prediction": "Benign",
"alphamissense_score": 0.0736,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.825,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001134381.2",
"gene_symbol": "TBC1D5",
"hgnc_id": 19166,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2101G>A",
"hgvs_p": "p.Gly701Ser"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000649558.2",
"gene_symbol": "ENSG00000285731",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.863+11334C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}