← 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: 7-80661191-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=80661191&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 80661191,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000447544.7",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "NM_001001548.3",
"protein_id": "NP_001001548.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 4598,
"mane_select": "ENST00000447544.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000447544.7",
"protein_id": "ENSP00000415743.2",
"transcript_support_level": 5,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 4598,
"mane_select": "NM_001001548.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000309881.11",
"protein_id": "ENSP00000308165.7",
"transcript_support_level": 1,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 823,
"cdna_end": null,
"cdna_length": 2094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000394788.7",
"protein_id": "ENSP00000378268.3",
"transcript_support_level": 1,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 1942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000432207.5",
"protein_id": "ENSP00000411411.1",
"transcript_support_level": 1,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 530,
"cdna_end": null,
"cdna_length": 1808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000419819.2",
"protein_id": "ENSP00000392298.2",
"transcript_support_level": 1,
"aa_start": 137,
"aa_end": null,
"aa_length": 462,
"cds_start": 410,
"cds_end": null,
"cds_length": 1391,
"cdna_start": 705,
"cdna_end": null,
"cdna_length": 1686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "NM_000072.3",
"protein_id": "NP_000063.2",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 2106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "NM_001001547.3",
"protein_id": "NP_001001547.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 766,
"cdna_end": null,
"cdna_length": 2048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "NM_001127443.2",
"protein_id": "NP_001120915.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 1892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "NM_001127444.2",
"protein_id": "NP_001120916.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 705,
"cdna_end": null,
"cdna_length": 1987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "NM_001371074.1",
"protein_id": "NP_001358003.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 762,
"cdna_end": null,
"cdna_length": 2044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "NM_001371075.1",
"protein_id": "NP_001358004.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 766,
"cdna_end": null,
"cdna_length": 4666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "NM_001371077.1",
"protein_id": "NP_001358006.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 4592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "NM_001371078.1",
"protein_id": "NP_001358007.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 1974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000435819.5",
"protein_id": "ENSP00000399421.1",
"transcript_support_level": 2,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1094,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "NM_001371079.1",
"protein_id": "NP_001358008.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 438,
"cds_start": 308,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 596,
"cdna_end": null,
"cdna_length": 1878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "NM_001289908.1",
"protein_id": "NP_001276837.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 433,
"cds_start": 410,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 1663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000433696.6",
"protein_id": "ENSP00000401863.2",
"transcript_support_level": 5,
"aa_start": 137,
"aa_end": null,
"aa_length": 433,
"cds_start": 410,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 1985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "NM_001289909.1",
"protein_id": "NP_001276838.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 412,
"cds_start": 410,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 589,
"cdna_end": null,
"cdna_length": 1691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000538969.5",
"protein_id": "ENSP00000439543.1",
"transcript_support_level": 5,
"aa_start": 137,
"aa_end": null,
"aa_length": 412,
"cds_start": 410,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 1922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.182T>C",
"hgvs_p": "p.Val61Ala",
"transcript": "NM_001289911.2",
"protein_id": "NP_001276840.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 396,
"cds_start": 182,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 1745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.182T>C",
"hgvs_p": "p.Val61Ala",
"transcript": "ENST00000534394.5",
"protein_id": "ENSP00000431296.1",
"transcript_support_level": 2,
"aa_start": 61,
"aa_end": null,
"aa_length": 396,
"cds_start": 182,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 1741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000544133.5",
"protein_id": "ENSP00000441956.1",
"transcript_support_level": 5,
"aa_start": 137,
"aa_end": null,
"aa_length": 288,
"cds_start": 410,
"cds_end": null,
"cds_length": 867,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 1914,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000413265.5",
"protein_id": "ENSP00000407690.1",
"transcript_support_level": 4,
"aa_start": 137,
"aa_end": null,
"aa_length": 202,
"cds_start": 410,
"cds_end": null,
"cds_length": 609,
"cdna_start": 656,
"cdna_end": null,
"cdna_length": 855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000426978.5",
"protein_id": "ENSP00000416388.1",
"transcript_support_level": 5,
"aa_start": 137,
"aa_end": null,
"aa_length": 147,
"cds_start": 410,
"cds_end": null,
"cds_length": 445,
"cdna_start": 530,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "ENST00000438020.5",
"protein_id": "ENSP00000410371.1",
"transcript_support_level": 2,
"aa_start": 137,
"aa_end": null,
"aa_length": 142,
"cds_start": 410,
"cds_end": null,
"cds_length": 429,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_005250715.6",
"protein_id": "XP_005250772.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 5000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_024447002.2",
"protein_id": "XP_024302770.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_024447003.2",
"protein_id": "XP_024302771.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 766,
"cdna_end": null,
"cdna_length": 4942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_047421041.1",
"protein_id": "XP_047276997.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1030,
"cdna_end": null,
"cdna_length": 4930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_047421042.1",
"protein_id": "XP_047276998.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 864,
"cdna_end": null,
"cdna_length": 4764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_047421043.1",
"protein_id": "XP_047276999.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 858,
"cdna_end": null,
"cdna_length": 4758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_047421044.1",
"protein_id": "XP_047277000.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 4868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_047421045.1",
"protein_id": "XP_047277001.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 4836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_047421046.1",
"protein_id": "XP_047277002.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1122,
"cdna_end": null,
"cdna_length": 5022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_047421047.1",
"protein_id": "XP_047277003.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 822,
"cdna_end": null,
"cdna_length": 4722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_047421048.1",
"protein_id": "XP_047277004.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 2339,
"cdna_end": null,
"cdna_length": 6239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala",
"transcript": "XM_047421049.1",
"protein_id": "XP_047277005.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 472,
"cds_start": 410,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 4726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298725",
"gene_hgnc_id": null,
"hgvs_c": "n.224A>G",
"hgvs_p": null,
"transcript": "ENST00000757592.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "n.589T>C",
"hgvs_p": null,
"transcript": "NR_110501.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.-56T>C",
"hgvs_p": null,
"transcript": "NM_001371080.1",
"protein_id": "NP_001358009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 317,
"cds_start": -4,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.-73T>C",
"hgvs_p": null,
"transcript": "NM_001371081.1",
"protein_id": "NP_001358010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 317,
"cds_start": -4,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "n.242-1799T>C",
"hgvs_p": null,
"transcript": "ENST00000441034.2",
"protein_id": "ENSP00000396258.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"dbsnp": "rs2272350",
"frequency_reference_population": 0.000026641355,
"hom_count_reference_population": 0,
"allele_count_reference_population": 43,
"gnomad_exomes_af": 0.0000239443,
"gnomad_genomes_af": 0.0000525251,
"gnomad_exomes_ac": 35,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06769260764122009,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.436,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2586,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.051,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000447544.7",
"gene_symbol": "CD36",
"hgnc_id": 1663,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Val137Ala"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000757592.1",
"gene_symbol": "ENSG00000298725",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.224A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Platelet-type bleeding disorder 10",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Platelet-type bleeding disorder 10",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}