← 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-80660123-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=80660123&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 80660123,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_000072.3",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "NM_001001548.3",
"protein_id": "NP_001001548.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000447544.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001001548.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000447544.7",
"protein_id": "ENSP00000415743.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001001548.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447544.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000309881.11",
"protein_id": "ENSP00000308165.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000309881.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000394788.7",
"protein_id": "ENSP00000378268.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394788.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000432207.5",
"protein_id": "ENSP00000411411.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432207.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000419819.2",
"protein_id": "ENSP00000392298.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 462,
"cds_start": null,
"cds_end": null,
"cds_length": 1391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419819.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "NM_000072.3",
"protein_id": "NP_000063.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000072.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "NM_001001547.3",
"protein_id": "NP_001001547.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001001547.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "NM_001127443.2",
"protein_id": "NP_001120915.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127443.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "NM_001127444.2",
"protein_id": "NP_001120916.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127444.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "NM_001371074.1",
"protein_id": "NP_001358003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371074.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "NM_001371075.1",
"protein_id": "NP_001358004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371075.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "NM_001371077.1",
"protein_id": "NP_001358006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371077.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "NM_001371078.1",
"protein_id": "NP_001358007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371078.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000435819.5",
"protein_id": "ENSP00000399421.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435819.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855923.1",
"protein_id": "ENSP00000525982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855923.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855924.1",
"protein_id": "ENSP00000525983.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855924.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855925.1",
"protein_id": "ENSP00000525984.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855925.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855926.1",
"protein_id": "ENSP00000525985.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855926.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855927.1",
"protein_id": "ENSP00000525986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855927.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855928.1",
"protein_id": "ENSP00000525987.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855928.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855929.1",
"protein_id": "ENSP00000525988.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855929.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855930.1",
"protein_id": "ENSP00000525989.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855930.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855933.1",
"protein_id": "ENSP00000525992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855933.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855937.1",
"protein_id": "ENSP00000525996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855937.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855938.1",
"protein_id": "ENSP00000525997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855938.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855939.1",
"protein_id": "ENSP00000525998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855939.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855940.1",
"protein_id": "ENSP00000525999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855940.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855941.1",
"protein_id": "ENSP00000526000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855941.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855942.1",
"protein_id": "ENSP00000526001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855942.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855943.1",
"protein_id": "ENSP00000526002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855943.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855944.1",
"protein_id": "ENSP00000526003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855944.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855945.1",
"protein_id": "ENSP00000526004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855945.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855946.1",
"protein_id": "ENSP00000526005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855946.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855947.1",
"protein_id": "ENSP00000526006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855947.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855948.1",
"protein_id": "ENSP00000526007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855948.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855949.1",
"protein_id": "ENSP00000526008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855949.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855951.1",
"protein_id": "ENSP00000526010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855951.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855952.1",
"protein_id": "ENSP00000526011.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855952.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855953.1",
"protein_id": "ENSP00000526012.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855953.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855954.1",
"protein_id": "ENSP00000526013.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855954.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855955.1",
"protein_id": "ENSP00000526014.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855955.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855956.1",
"protein_id": "ENSP00000526015.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855956.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855957.1",
"protein_id": "ENSP00000526016.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855957.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855958.1",
"protein_id": "ENSP00000526017.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855958.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855960.1",
"protein_id": "ENSP00000526019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855960.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855963.1",
"protein_id": "ENSP00000526022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855963.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855964.1",
"protein_id": "ENSP00000526023.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855964.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855965.1",
"protein_id": "ENSP00000526024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855965.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956914.1",
"protein_id": "ENSP00000626973.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956914.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956916.1",
"protein_id": "ENSP00000626975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956916.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956917.1",
"protein_id": "ENSP00000626976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956917.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956918.1",
"protein_id": "ENSP00000626977.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956918.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956920.1",
"protein_id": "ENSP00000626979.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956920.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956921.1",
"protein_id": "ENSP00000626980.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956921.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956922.1",
"protein_id": "ENSP00000626981.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956922.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956924.1",
"protein_id": "ENSP00000626983.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956924.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956925.1",
"protein_id": "ENSP00000626984.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956925.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956926.1",
"protein_id": "ENSP00000626985.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956926.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956927.1",
"protein_id": "ENSP00000626986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956927.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956928.1",
"protein_id": "ENSP00000626987.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956928.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956929.1",
"protein_id": "ENSP00000626988.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956929.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956930.1",
"protein_id": "ENSP00000626989.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956930.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956931.1",
"protein_id": "ENSP00000626990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956931.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956932.1",
"protein_id": "ENSP00000626991.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956932.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956933.1",
"protein_id": "ENSP00000626992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956933.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956934.1",
"protein_id": "ENSP00000626993.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956934.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956935.1",
"protein_id": "ENSP00000626994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956935.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956936.1",
"protein_id": "ENSP00000626995.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956936.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956937.1",
"protein_id": "ENSP00000626996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956937.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956939.1",
"protein_id": "ENSP00000626998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956939.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956940.1",
"protein_id": "ENSP00000626999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956940.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956941.1",
"protein_id": "ENSP00000627000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956941.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956942.1",
"protein_id": "ENSP00000627001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956942.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956943.1",
"protein_id": "ENSP00000627002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956943.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956944.1",
"protein_id": "ENSP00000627003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956944.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956946.1",
"protein_id": "ENSP00000627005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956946.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956948.1",
"protein_id": "ENSP00000627007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956948.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956949.1",
"protein_id": "ENSP00000627008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956949.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956950.1",
"protein_id": "ENSP00000627009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956950.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956951.1",
"protein_id": "ENSP00000627010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956951.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956952.1",
"protein_id": "ENSP00000627011.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956952.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956954.1",
"protein_id": "ENSP00000627013.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956954.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956956.1",
"protein_id": "ENSP00000627015.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956956.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956958.1",
"protein_id": "ENSP00000627017.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956958.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956959.1",
"protein_id": "ENSP00000627018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956959.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956962.1",
"protein_id": "ENSP00000627021.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956962.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956964.1",
"protein_id": "ENSP00000627023.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956964.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855966.1",
"protein_id": "ENSP00000526025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": null,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855966.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956938.1",
"protein_id": "ENSP00000626997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": null,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956938.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956957.1",
"protein_id": "ENSP00000627016.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": null,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956957.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855931.1",
"protein_id": "ENSP00000525990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 459,
"cds_start": null,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855931.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855961.1",
"protein_id": "ENSP00000526020.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 459,
"cds_start": null,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855961.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956961.1",
"protein_id": "ENSP00000627020.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 459,
"cds_start": null,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956961.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855935.1",
"protein_id": "ENSP00000525994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 451,
"cds_start": null,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855935.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.180-940G>A",
"hgvs_p": null,
"transcript": "NM_001371079.1",
"protein_id": "NP_001358008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 438,
"cds_start": null,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371079.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "NM_001289908.1",
"protein_id": "NP_001276837.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 433,
"cds_start": null,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289908.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000433696.6",
"protein_id": "ENSP00000401863.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 433,
"cds_start": null,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000433696.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855959.1",
"protein_id": "ENSP00000526018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 429,
"cds_start": null,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855959.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956953.1",
"protein_id": "ENSP00000627012.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 429,
"cds_start": null,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956953.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-1007G>A",
"hgvs_p": null,
"transcript": "ENST00000956955.1",
"protein_id": "ENSP00000627014.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": null,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956955.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "NM_001289909.1",
"protein_id": "NP_001276838.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289909.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000538969.5",
"protein_id": "ENSP00000439543.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538969.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855932.1",
"protein_id": "ENSP00000525991.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855932.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855936.1",
"protein_id": "ENSP00000525995.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855936.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000855950.1",
"protein_id": "ENSP00000526009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855950.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956915.1",
"protein_id": "ENSP00000626974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956915.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956919.1",
"protein_id": "ENSP00000626978.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956919.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956923.1",
"protein_id": "ENSP00000626982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956923.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956945.1",
"protein_id": "ENSP00000627004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956945.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956963.1",
"protein_id": "ENSP00000627022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956963.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956965.1",
"protein_id": "ENSP00000627024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956965.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.54-940G>A",
"hgvs_p": null,
"transcript": "NM_001289911.2",
"protein_id": "NP_001276840.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": null,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289911.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.54-940G>A",
"hgvs_p": null,
"transcript": "ENST00000534394.5",
"protein_id": "ENSP00000431296.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": null,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534394.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.121-1007G>A",
"hgvs_p": null,
"transcript": "ENST00000855962.1",
"protein_id": "ENSP00000526021.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": null,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855962.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.121-1007G>A",
"hgvs_p": null,
"transcript": "ENST00000956947.1",
"protein_id": "ENSP00000627006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": null,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956947.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.121-2867G>A",
"hgvs_p": null,
"transcript": "ENST00000855934.1",
"protein_id": "ENSP00000525993.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 369,
"cds_start": null,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855934.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000956960.1",
"protein_id": "ENSP00000627019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 346,
"cds_start": null,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956960.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.-184-940G>A",
"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": null,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371080.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.-201-940G>A",
"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": null,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371081.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000544133.5",
"protein_id": "ENSP00000441956.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": null,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544133.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000413265.5",
"protein_id": "ENSP00000407690.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 202,
"cds_start": null,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413265.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000426978.5",
"protein_id": "ENSP00000416388.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426978.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "ENST00000438020.5",
"protein_id": "ENSP00000410371.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 142,
"cds_start": null,
"cds_end": null,
"cds_length": 429,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438020.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_005250715.6",
"protein_id": "XP_005250772.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250715.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_024447002.2",
"protein_id": "XP_024302770.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447002.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_024447003.2",
"protein_id": "XP_024302771.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447003.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_047421041.1",
"protein_id": "XP_047276997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421041.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_047421042.1",
"protein_id": "XP_047276998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421042.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_047421043.1",
"protein_id": "XP_047276999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421043.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_047421044.1",
"protein_id": "XP_047277000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421044.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_047421045.1",
"protein_id": "XP_047277001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421045.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_047421046.1",
"protein_id": "XP_047277002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421046.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_047421047.1",
"protein_id": "XP_047277003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421047.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_047421048.1",
"protein_id": "XP_047277004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421048.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "c.282-940G>A",
"hgvs_p": null,
"transcript": "XM_047421049.1",
"protein_id": "XP_047277005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421049.1"
},
{
"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-2867G>A",
"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": 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": "ENST00000441034.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"hgvs_c": "n.461-940G>A",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_110501.1"
}
],
"gene_symbol": "CD36",
"gene_hgnc_id": 1663,
"dbsnp": "rs3211886",
"frequency_reference_population": 0.2861458,
"hom_count_reference_population": 6982,
"allele_count_reference_population": 43481,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.286146,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 43481,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 6982,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8999999761581421,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.9,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.564,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_000072.3",
"gene_symbol": "CD36",
"hgnc_id": 1663,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.282-940G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}