← 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-72754929-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=72754929&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 72754929,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006645.3",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "NM_006645.3",
"protein_id": "NP_006636.2",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000334805.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006645.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000334805.11",
"protein_id": "ENSP00000335247.6",
"transcript_support_level": 1,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006645.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000334805.11"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000543304.5",
"protein_id": "ENSP00000438792.1",
"transcript_support_level": 1,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000543304.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Glu236Lys",
"transcript": "ENST00000538536.5",
"protein_id": "ENSP00000440016.1",
"transcript_support_level": 1,
"aa_start": 236,
"aa_end": null,
"aa_length": 245,
"cds_start": 706,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538536.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": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "n.440G>A",
"hgvs_p": null,
"transcript": "ENST00000543089.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000543089.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888238.1",
"protein_id": "ENSP00000558297.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888238.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888240.1",
"protein_id": "ENSP00000558299.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888240.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888241.1",
"protein_id": "ENSP00000558300.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888241.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888242.1",
"protein_id": "ENSP00000558301.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888242.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888243.1",
"protein_id": "ENSP00000558302.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888243.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888245.1",
"protein_id": "ENSP00000558304.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888245.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888246.1",
"protein_id": "ENSP00000558305.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888246.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888252.1",
"protein_id": "ENSP00000558311.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888252.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888253.1",
"protein_id": "ENSP00000558312.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888253.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888255.1",
"protein_id": "ENSP00000558314.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888255.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888260.1",
"protein_id": "ENSP00000558319.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888260.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000888261.1",
"protein_id": "ENSP00000558320.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888261.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000953908.1",
"protein_id": "ENSP00000623967.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953908.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys",
"transcript": "ENST00000953909.1",
"protein_id": "ENSP00000623968.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 291,
"cds_start": 844,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953909.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Glu253Lys",
"transcript": "ENST00000545082.5",
"protein_id": "ENSP00000443548.1",
"transcript_support_level": 3,
"aa_start": 253,
"aa_end": null,
"aa_length": 262,
"cds_start": 757,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545082.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Glu253Lys",
"transcript": "ENST00000888244.1",
"protein_id": "ENSP00000558303.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 262,
"cds_start": 757,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888244.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Glu253Lys",
"transcript": "ENST00000888250.1",
"protein_id": "ENSP00000558309.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 262,
"cds_start": 757,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888250.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Glu253Lys",
"transcript": "ENST00000888254.1",
"protein_id": "ENSP00000558313.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 262,
"cds_start": 757,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888254.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Glu253Lys",
"transcript": "ENST00000888258.1",
"protein_id": "ENSP00000558317.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 262,
"cds_start": 757,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888258.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Glu253Lys",
"transcript": "ENST00000888263.1",
"protein_id": "ENSP00000558322.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 262,
"cds_start": 757,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888263.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Glu253Lys",
"transcript": "ENST00000953907.1",
"protein_id": "ENSP00000623966.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 262,
"cds_start": 757,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953907.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.751G>A",
"hgvs_p": "p.Glu251Lys",
"transcript": "ENST00000888256.1",
"protein_id": "ENSP00000558315.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 260,
"cds_start": 751,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888256.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Glu236Lys",
"transcript": "ENST00000888239.1",
"protein_id": "ENSP00000558298.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 245,
"cds_start": 706,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888239.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Glu236Lys",
"transcript": "ENST00000888247.1",
"protein_id": "ENSP00000558306.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 245,
"cds_start": 706,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888247.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Glu236Lys",
"transcript": "ENST00000888248.1",
"protein_id": "ENSP00000558307.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 245,
"cds_start": 706,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888248.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Glu236Lys",
"transcript": "ENST00000888249.1",
"protein_id": "ENSP00000558308.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 245,
"cds_start": 706,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888249.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Glu236Lys",
"transcript": "ENST00000888251.1",
"protein_id": "ENSP00000558310.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 245,
"cds_start": 706,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888251.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Glu236Lys",
"transcript": "ENST00000888259.1",
"protein_id": "ENSP00000558318.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 245,
"cds_start": 706,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888259.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Glu236Lys",
"transcript": "ENST00000888262.1",
"protein_id": "ENSP00000558321.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 245,
"cds_start": 706,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888262.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Glu236Lys",
"transcript": "ENST00000888264.1",
"protein_id": "ENSP00000558323.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 245,
"cds_start": 706,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888264.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Glu236Lys",
"transcript": "ENST00000953910.1",
"protein_id": "ENSP00000623969.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 245,
"cds_start": 706,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953910.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.592G>A",
"hgvs_p": "p.Glu198Lys",
"transcript": "ENST00000888257.1",
"protein_id": "ENSP00000558316.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 207,
"cds_start": 592,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888257.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": 34,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARAP1",
"gene_hgnc_id": 16925,
"hgvs_c": "c.-127-22332G>A",
"hgvs_p": null,
"transcript": "ENST00000359373.9",
"protein_id": "ENSP00000352332.5",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1439,
"cds_start": null,
"cds_end": null,
"cds_length": 4320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359373.9"
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.373-147G>A",
"hgvs_p": null,
"transcript": "ENST00000537351.5",
"protein_id": "ENSP00000445708.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 141,
"cds_start": null,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537351.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "n.461G>A",
"hgvs_p": null,
"transcript": "ENST00000535075.1",
"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": "ENST00000535075.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "n.661G>A",
"hgvs_p": null,
"transcript": "ENST00000538437.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": "pseudogene",
"feature": "ENST00000538437.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.*87G>A",
"hgvs_p": null,
"transcript": "ENST00000537947.5",
"protein_id": "ENSP00000445657.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 251,
"cds_start": null,
"cds_end": null,
"cds_length": 757,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537947.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.*56G>A",
"hgvs_p": null,
"transcript": "ENST00000544767.5",
"protein_id": "ENSP00000438357.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": null,
"cds_end": null,
"cds_length": 509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544767.5"
},
{
"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": "STARD10",
"gene_hgnc_id": 10666,
"hgvs_c": "c.*133G>A",
"hgvs_p": null,
"transcript": "ENST00000536728.5",
"protein_id": "ENSP00000442414.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 149,
"cds_start": null,
"cds_end": null,
"cds_length": 451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536728.5"
}
],
"gene_symbol": "STARD10",
"gene_hgnc_id": 10666,
"dbsnp": "rs202089909",
"frequency_reference_population": 0.000009382517,
"hom_count_reference_population": 0,
"allele_count_reference_population": 15,
"gnomad_exomes_af": 0.00000691375,
"gnomad_genomes_af": 0.0000328248,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.21776002645492554,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.192,
"revel_prediction": "Benign",
"alphamissense_score": 0.1696,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.26,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.509,
"phylop100way_prediction": "Uncertain_significance",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_006645.3",
"gene_symbol": "STARD10",
"hgnc_id": 10666,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.844G>A",
"hgvs_p": "p.Glu282Lys"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000359373.9",
"gene_symbol": "ARAP1",
"hgnc_id": 16925,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-127-22332G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}