← 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: 11-65866945-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=65866945&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 65866945,
"ref": "G",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_016938.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "NM_016938.5",
"protein_id": "NP_058634.4",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000307998.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016938.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000307998.11",
"protein_id": "ENSP00000309953.6",
"transcript_support_level": 1,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016938.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000307998.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "n.1305C>G",
"hgvs_p": null,
"transcript": "ENST00000531972.5",
"protein_id": "ENSP00000435295.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000531972.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1524C>G",
"hgvs_p": "p.Thr508Thr",
"transcript": "ENST00000907927.1",
"protein_id": "ENSP00000577986.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 516,
"cds_start": 1524,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907927.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1389C>G",
"hgvs_p": "p.Thr463Thr",
"transcript": "ENST00000947418.1",
"protein_id": "ENSP00000617477.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 471,
"cds_start": 1389,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947418.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1311C>G",
"hgvs_p": "p.Thr437Thr",
"transcript": "ENST00000907924.1",
"protein_id": "ENSP00000577983.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 445,
"cds_start": 1311,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907924.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000907916.1",
"protein_id": "ENSP00000577975.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907916.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000907917.1",
"protein_id": "ENSP00000577976.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907917.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000907918.1",
"protein_id": "ENSP00000577977.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907918.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000907919.1",
"protein_id": "ENSP00000577978.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907919.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000907920.1",
"protein_id": "ENSP00000577979.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907920.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000907922.1",
"protein_id": "ENSP00000577981.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907922.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000907923.1",
"protein_id": "ENSP00000577982.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907923.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000947415.1",
"protein_id": "ENSP00000617474.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947415.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000947416.1",
"protein_id": "ENSP00000617475.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947416.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000947417.1",
"protein_id": "ENSP00000617476.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947417.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000947419.1",
"protein_id": "ENSP00000617478.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 443,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947419.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1302C>G",
"hgvs_p": "p.Thr434Thr",
"transcript": "ENST00000907921.1",
"protein_id": "ENSP00000577980.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 442,
"cds_start": 1302,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907921.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1302C>G",
"hgvs_p": "p.Thr434Thr",
"transcript": "ENST00000947421.1",
"protein_id": "ENSP00000617480.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 442,
"cds_start": 1302,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947421.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1182C>G",
"hgvs_p": "p.Thr394Thr",
"transcript": "ENST00000907925.1",
"protein_id": "ENSP00000577984.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 402,
"cds_start": 1182,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907925.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1131C>G",
"hgvs_p": "p.Thr377Thr",
"transcript": "ENST00000947420.1",
"protein_id": "ENSP00000617479.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 385,
"cds_start": 1131,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947420.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1098C>G",
"hgvs_p": "p.Thr366Thr",
"transcript": "ENST00000907926.1",
"protein_id": "ENSP00000577985.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 374,
"cds_start": 1098,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907926.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.1171-233C>G",
"hgvs_p": null,
"transcript": "ENST00000528176.5",
"protein_id": "ENSP00000434151.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 436,
"cds_start": null,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528176.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.319-11C>G",
"hgvs_p": null,
"transcript": "ENST00000531645.5",
"protein_id": "ENSP00000436521.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": null,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531645.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.206+76C>G",
"hgvs_p": null,
"transcript": "ENST00000526911.1",
"protein_id": "ENSP00000436536.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 74,
"cds_start": null,
"cds_end": null,
"cds_length": 225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526911.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "n.180C>G",
"hgvs_p": null,
"transcript": "ENST00000524408.1",
"protein_id": "ENSP00000432191.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000524408.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "n.1871C>G",
"hgvs_p": null,
"transcript": "ENST00000526628.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000526628.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "n.135C>G",
"hgvs_p": null,
"transcript": "ENST00000527277.5",
"protein_id": "ENSP00000431305.1",
"transcript_support_level": 2,
"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": "ENST00000527277.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "n.538C>G",
"hgvs_p": null,
"transcript": "ENST00000528409.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000528409.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "n.160C>G",
"hgvs_p": null,
"transcript": "ENST00000532648.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000532648.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "n.1430C>G",
"hgvs_p": null,
"transcript": "NR_037718.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_037718.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MUS81",
"gene_hgnc_id": 29814,
"hgvs_c": "n.38-312G>C",
"hgvs_p": null,
"transcript": "ENST00000525006.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000525006.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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MUS81",
"gene_hgnc_id": 29814,
"hgvs_c": "n.1813-312G>C",
"hgvs_p": null,
"transcript": "NR_146598.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146598.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"hgvs_c": "c.*34C>G",
"hgvs_p": null,
"transcript": "ENST00000530806.5",
"protein_id": "ENSP00000436526.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": null,
"cds_end": null,
"cds_length": 230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530806.5"
}
],
"gene_symbol": "EFEMP2",
"gene_hgnc_id": 3219,
"dbsnp": "rs1260193001",
"frequency_reference_population": 0.0000041043377,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000410434,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.4699999988079071,
"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.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.428,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_016938.5",
"gene_symbol": "EFEMP2",
"hgnc_id": 3219,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1305C>G",
"hgvs_p": "p.Thr435Thr"
},
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000525006.1",
"gene_symbol": "MUS81",
"hgnc_id": 29814,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.38-312G>C",
"hgvs_p": null
}
],
"clinvar_disease": " autosomal recessive, type 1B,Cutis laxa",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Cutis laxa, autosomal recessive, type 1B",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}