← 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: 17-78993644-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=78993644&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 78993644,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_138793.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "NM_001159773.2",
"protein_id": "NP_001153245.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000392446.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001159773.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000392446.10",
"protein_id": "ENSP00000376241.4",
"transcript_support_level": 1,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001159773.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392446.10"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000591773.5",
"protein_id": "ENSP00000467437.1",
"transcript_support_level": 1,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000591773.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "NM_001159772.2",
"protein_id": "NP_001153244.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001159772.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "NM_138793.4",
"protein_id": "NP_620148.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138793.4"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000302345.6",
"protein_id": "ENSP00000307674.2",
"transcript_support_level": 2,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302345.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000620915.4",
"protein_id": "ENSP00000477798.1",
"transcript_support_level": 5,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620915.4"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907684.1",
"protein_id": "ENSP00000577743.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907684.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907685.1",
"protein_id": "ENSP00000577744.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907685.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907686.1",
"protein_id": "ENSP00000577745.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907686.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907687.1",
"protein_id": "ENSP00000577746.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907687.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907688.1",
"protein_id": "ENSP00000577747.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907688.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907689.1",
"protein_id": "ENSP00000577748.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907689.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907690.1",
"protein_id": "ENSP00000577749.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907690.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907691.1",
"protein_id": "ENSP00000577750.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907691.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907692.1",
"protein_id": "ENSP00000577751.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907692.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907693.1",
"protein_id": "ENSP00000577752.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907693.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907694.1",
"protein_id": "ENSP00000577753.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907694.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907695.1",
"protein_id": "ENSP00000577754.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907695.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907696.1",
"protein_id": "ENSP00000577755.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907696.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907697.1",
"protein_id": "ENSP00000577756.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907697.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907698.1",
"protein_id": "ENSP00000577757.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907698.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907699.1",
"protein_id": "ENSP00000577758.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907699.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907700.1",
"protein_id": "ENSP00000577759.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907700.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907701.1",
"protein_id": "ENSP00000577760.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907701.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907702.1",
"protein_id": "ENSP00000577761.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907702.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907703.1",
"protein_id": "ENSP00000577762.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907703.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907704.1",
"protein_id": "ENSP00000577763.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907704.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907705.1",
"protein_id": "ENSP00000577764.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907705.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907706.1",
"protein_id": "ENSP00000577765.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907706.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907707.1",
"protein_id": "ENSP00000577766.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907707.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907708.1",
"protein_id": "ENSP00000577767.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907708.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907709.1",
"protein_id": "ENSP00000577768.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907709.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907710.1",
"protein_id": "ENSP00000577769.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907710.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907711.1",
"protein_id": "ENSP00000577770.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907711.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907712.1",
"protein_id": "ENSP00000577771.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907712.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907713.1",
"protein_id": "ENSP00000577772.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907713.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907714.1",
"protein_id": "ENSP00000577773.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907714.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907715.1",
"protein_id": "ENSP00000577774.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907715.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907716.1",
"protein_id": "ENSP00000577775.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907716.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907717.1",
"protein_id": "ENSP00000577776.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907717.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907718.1",
"protein_id": "ENSP00000577777.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907718.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907719.1",
"protein_id": "ENSP00000577778.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907719.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907720.1",
"protein_id": "ENSP00000577779.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907720.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907721.1",
"protein_id": "ENSP00000577780.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907721.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907722.1",
"protein_id": "ENSP00000577781.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907722.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907723.1",
"protein_id": "ENSP00000577782.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907723.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000907724.1",
"protein_id": "ENSP00000577783.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907724.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000937513.1",
"protein_id": "ENSP00000607572.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937513.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000964257.1",
"protein_id": "ENSP00000634316.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964257.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000964258.1",
"protein_id": "ENSP00000634317.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964258.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val",
"transcript": "ENST00000964259.1",
"protein_id": "ENSP00000634318.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 401,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964259.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": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "n.648-883C>T",
"hgvs_p": null,
"transcript": "ENST00000592228.1",
"protein_id": "ENSP00000466743.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000592228.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"hgvs_c": "n.*140C>T",
"hgvs_p": null,
"transcript": "ENST00000588096.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000588096.1"
}
],
"gene_symbol": "CANT1",
"gene_hgnc_id": 19721,
"dbsnp": "rs372631124",
"frequency_reference_population": 0.00004088571,
"hom_count_reference_population": 0,
"allele_count_reference_population": 66,
"gnomad_exomes_af": 0.0000430951,
"gnomad_genomes_af": 0.0000196887,
"gnomad_exomes_ac": 63,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5746126174926758,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.762,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2837,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.18,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.45,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP5",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_138793.4",
"gene_symbol": "CANT1",
"hgnc_id": 19721,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1112C>T",
"hgvs_p": "p.Ala371Val"
}
],
"clinvar_disease": " 7, multiple,Desbuquois dysplasia 1,Epiphyseal dysplasia,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:2 US:1",
"phenotype_combined": "Epiphyseal dysplasia, multiple, 7|Desbuquois dysplasia 1|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}