← 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-80661068-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=80661068&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 80661068,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001001548.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "NM_001001548.3",
"protein_id": "NP_001001548.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 4598,
"mane_select": "ENST00000447544.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000447544.7",
"protein_id": "ENSP00000415743.2",
"transcript_support_level": 5,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 4598,
"mane_select": "NM_001001548.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000309881.11",
"protein_id": "ENSP00000308165.7",
"transcript_support_level": 1,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 700,
"cdna_end": null,
"cdna_length": 2094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000394788.7",
"protein_id": "ENSP00000378268.3",
"transcript_support_level": 1,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 541,
"cdna_end": null,
"cdna_length": 1942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000432207.5",
"protein_id": "ENSP00000411411.1",
"transcript_support_level": 1,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 407,
"cdna_end": null,
"cdna_length": 1808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000419819.2",
"protein_id": "ENSP00000392298.2",
"transcript_support_level": 1,
"aa_start": 96,
"aa_end": null,
"aa_length": 462,
"cds_start": 287,
"cds_end": null,
"cds_length": 1391,
"cdna_start": 582,
"cdna_end": null,
"cdna_length": 1686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "NM_000072.3",
"protein_id": "NP_000063.2",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 2106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "NM_001001547.3",
"protein_id": "NP_001001547.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 2048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "NM_001127443.2",
"protein_id": "NP_001120915.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 487,
"cdna_end": null,
"cdna_length": 1892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "NM_001127444.2",
"protein_id": "NP_001120916.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 582,
"cdna_end": null,
"cdna_length": 1987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "NM_001371074.1",
"protein_id": "NP_001358003.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 639,
"cdna_end": null,
"cdna_length": 2044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "NM_001371075.1",
"protein_id": "NP_001358004.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 4666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "NM_001371077.1",
"protein_id": "NP_001358006.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 4592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "NM_001371078.1",
"protein_id": "NP_001358007.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 1974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000435819.5",
"protein_id": "ENSP00000399421.1",
"transcript_support_level": 2,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 971,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.185G>C",
"hgvs_p": "p.Arg62Pro",
"transcript": "NM_001371079.1",
"protein_id": "NP_001358008.1",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 438,
"cds_start": 185,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 473,
"cdna_end": null,
"cdna_length": 1878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "NM_001289908.1",
"protein_id": "NP_001276837.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 433,
"cds_start": 287,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 375,
"cdna_end": null,
"cdna_length": 1663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000433696.6",
"protein_id": "ENSP00000401863.2",
"transcript_support_level": 5,
"aa_start": 96,
"aa_end": null,
"aa_length": 433,
"cds_start": 287,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 1985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "NM_001289909.1",
"protein_id": "NP_001276838.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 412,
"cds_start": 287,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 466,
"cdna_end": null,
"cdna_length": 1691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000538969.5",
"protein_id": "ENSP00000439543.1",
"transcript_support_level": 5,
"aa_start": 96,
"aa_end": null,
"aa_length": 412,
"cds_start": 287,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 1922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.59G>C",
"hgvs_p": "p.Arg20Pro",
"transcript": "NM_001289911.2",
"protein_id": "NP_001276840.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 396,
"cds_start": 59,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 340,
"cdna_end": null,
"cdna_length": 1745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.59G>C",
"hgvs_p": "p.Arg20Pro",
"transcript": "ENST00000534394.5",
"protein_id": "ENSP00000431296.1",
"transcript_support_level": 2,
"aa_start": 20,
"aa_end": null,
"aa_length": 396,
"cds_start": 59,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 340,
"cdna_end": null,
"cdna_length": 1741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000544133.5",
"protein_id": "ENSP00000441956.1",
"transcript_support_level": 5,
"aa_start": 96,
"aa_end": null,
"aa_length": 288,
"cds_start": 287,
"cds_end": null,
"cds_length": 867,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 1914,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000413265.5",
"protein_id": "ENSP00000407690.1",
"transcript_support_level": 4,
"aa_start": 96,
"aa_end": null,
"aa_length": 202,
"cds_start": 287,
"cds_end": null,
"cds_length": 609,
"cdna_start": 533,
"cdna_end": null,
"cdna_length": 855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000426978.5",
"protein_id": "ENSP00000416388.1",
"transcript_support_level": 5,
"aa_start": 96,
"aa_end": null,
"aa_length": 147,
"cds_start": 287,
"cds_end": null,
"cds_length": 445,
"cdna_start": 407,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "ENST00000438020.5",
"protein_id": "ENSP00000410371.1",
"transcript_support_level": 2,
"aa_start": 96,
"aa_end": null,
"aa_length": 142,
"cds_start": 287,
"cds_end": null,
"cds_length": 429,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_005250715.6",
"protein_id": "XP_005250772.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 5000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_024447002.2",
"protein_id": "XP_024302770.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_024447003.2",
"protein_id": "XP_024302771.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 4942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_047421041.1",
"protein_id": "XP_047276997.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 907,
"cdna_end": null,
"cdna_length": 4930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_047421042.1",
"protein_id": "XP_047276998.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 4764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_047421043.1",
"protein_id": "XP_047276999.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 735,
"cdna_end": null,
"cdna_length": 4758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_047421044.1",
"protein_id": "XP_047277000.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 4868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_047421045.1",
"protein_id": "XP_047277001.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 4836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_047421046.1",
"protein_id": "XP_047277002.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 999,
"cdna_end": null,
"cdna_length": 5022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_047421047.1",
"protein_id": "XP_047277003.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 699,
"cdna_end": null,
"cdna_length": 4722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_047421048.1",
"protein_id": "XP_047277004.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 2216,
"cdna_end": null,
"cdna_length": 6239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.287G>C",
"hgvs_p": "p.Arg96Pro",
"transcript": "XM_047421049.1",
"protein_id": "XP_047277005.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 472,
"cds_start": 287,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 703,
"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.347C>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.466G>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.-179G>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.-196G>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-1922G>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": "rs70961715",
"frequency_reference_population": 0.000040917697,
"hom_count_reference_population": 0,
"allele_count_reference_population": 66,
"gnomad_exomes_af": 0.0000355984,
"gnomad_genomes_af": 0.0000919504,
"gnomad_exomes_ac": 52,
"gnomad_genomes_ac": 14,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.030104398727416992,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.697,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9245,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.3,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.706,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP3,BP4_Strong",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 4,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001001548.3",
"gene_symbol": "CD36",
"hgnc_id": 1663,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.287G>C",
"hgvs_p": "p.Arg96Pro"
},
{
"score": -3,
"benign_score": 4,
"pathogenic_score": 1,
"criteria": [
"PP3",
"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.347C>G",
"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
}