← 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: 17-19357903-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=19357903&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 19357903,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000261499.11",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "NM_015681.6",
"protein_id": "NP_056496.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 204,
"cds_start": 181,
"cds_end": null,
"cds_length": 615,
"cdna_start": 335,
"cdna_end": null,
"cdna_length": 913,
"mane_select": "ENST00000261499.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "ENST00000261499.11",
"protein_id": "ENSP00000261499.4",
"transcript_support_level": 1,
"aa_start": 61,
"aa_end": null,
"aa_length": 204,
"cds_start": 181,
"cds_end": null,
"cds_length": 615,
"cdna_start": 335,
"cdna_end": null,
"cdna_length": 913,
"mane_select": "NM_015681.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "ENST00000268841.10",
"protein_id": "ENSP00000268841.6",
"transcript_support_level": 1,
"aa_start": 61,
"aa_end": null,
"aa_length": 153,
"cds_start": 181,
"cds_end": null,
"cds_length": 462,
"cdna_start": 281,
"cdna_end": null,
"cdna_length": 755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "ENST00000477683.5",
"protein_id": "ENSP00000494660.1",
"transcript_support_level": 1,
"aa_start": 61,
"aa_end": null,
"aa_length": 135,
"cds_start": 181,
"cds_end": null,
"cds_length": 408,
"cdna_start": 325,
"cdna_end": null,
"cdna_length": 618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "ENST00000663089.1",
"protein_id": "ENSP00000499469.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 204,
"cds_start": 181,
"cds_end": null,
"cds_length": 615,
"cdna_start": 287,
"cdna_end": null,
"cdna_length": 3480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "NM_001321214.2",
"protein_id": "NP_001308143.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 187,
"cds_start": 181,
"cds_end": null,
"cds_length": 564,
"cdna_start": 335,
"cdna_end": null,
"cdna_length": 1120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "ENST00000395616.7",
"protein_id": "ENSP00000378978.3",
"transcript_support_level": 3,
"aa_start": 61,
"aa_end": null,
"aa_length": 187,
"cds_start": 181,
"cds_end": null,
"cds_length": 564,
"cdna_start": 345,
"cdna_end": null,
"cdna_length": 733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "ENST00000671102.1",
"protein_id": "ENSP00000499690.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 187,
"cds_start": 181,
"cds_end": null,
"cds_length": 564,
"cdna_start": 209,
"cdna_end": null,
"cdna_length": 3617,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "NM_001321217.2",
"protein_id": "NP_001308146.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 186,
"cds_start": 181,
"cds_end": null,
"cds_length": 561,
"cdna_start": 335,
"cdna_end": null,
"cdna_length": 1034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "ENST00000461069.6",
"protein_id": "ENSP00000433359.2",
"transcript_support_level": 2,
"aa_start": 61,
"aa_end": null,
"aa_length": 186,
"cds_start": 181,
"cds_end": null,
"cds_length": 561,
"cdna_start": 226,
"cdna_end": null,
"cdna_length": 923,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "NM_001321215.3",
"protein_id": "NP_001308144.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 183,
"cds_start": 181,
"cds_end": null,
"cds_length": 552,
"cdna_start": 335,
"cdna_end": null,
"cdna_length": 3497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "ENST00000647252.1",
"protein_id": "ENSP00000495045.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 183,
"cds_start": 181,
"cds_end": null,
"cds_length": 552,
"cdna_start": 322,
"cdna_end": null,
"cdna_length": 1346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "NM_001321218.2",
"protein_id": "NP_001308147.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 166,
"cds_start": 181,
"cds_end": null,
"cds_length": 501,
"cdna_start": 335,
"cdna_end": null,
"cdna_length": 3680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "NM_001330149.2",
"protein_id": "NP_001317078.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 161,
"cds_start": 181,
"cds_end": null,
"cds_length": 486,
"cdna_start": 335,
"cdna_end": null,
"cdna_length": 677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "NM_001321219.2",
"protein_id": "NP_001308148.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 155,
"cds_start": 181,
"cds_end": null,
"cds_length": 468,
"cdna_start": 335,
"cdna_end": null,
"cdna_length": 3612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "ENST00000675510.1",
"protein_id": "ENSP00000501817.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 155,
"cds_start": 181,
"cds_end": null,
"cds_length": 468,
"cdna_start": 316,
"cdna_end": null,
"cdna_length": 2726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "NM_001321216.2",
"protein_id": "NP_001308145.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 153,
"cds_start": 181,
"cds_end": null,
"cds_length": 462,
"cdna_start": 335,
"cdna_end": null,
"cdna_length": 805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.154C>T",
"hgvs_p": "p.Arg52Trp",
"transcript": "ENST00000440841.1",
"protein_id": "ENSP00000410835.1",
"transcript_support_level": 5,
"aa_start": 52,
"aa_end": null,
"aa_length": 133,
"cds_start": 154,
"cds_end": null,
"cds_length": 402,
"cdna_start": 154,
"cdna_end": null,
"cdna_length": 601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "XM_047435751.1",
"protein_id": "XP_047291707.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 204,
"cds_start": 181,
"cds_end": null,
"cds_length": 615,
"cdna_start": 1691,
"cdna_end": null,
"cdna_length": 8393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "XM_047435752.1",
"protein_id": "XP_047291708.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 187,
"cds_start": 181,
"cds_end": null,
"cds_length": 564,
"cdna_start": 1691,
"cdna_end": null,
"cdna_length": 8482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "XM_047435753.1",
"protein_id": "XP_047291709.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 166,
"cds_start": 181,
"cds_end": null,
"cds_length": 501,
"cdna_start": 1691,
"cdna_end": null,
"cdna_length": 5036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "XM_047435754.1",
"protein_id": "XP_047291710.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 161,
"cds_start": 181,
"cds_end": null,
"cds_length": 486,
"cdna_start": 1691,
"cdna_end": null,
"cdna_length": 8427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "XM_047435755.1",
"protein_id": "XP_047291711.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 153,
"cds_start": 181,
"cds_end": null,
"cds_length": 462,
"cdna_start": 1691,
"cdna_end": null,
"cdna_length": 2161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp",
"transcript": "XM_005256610.3",
"protein_id": "XP_005256667.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 142,
"cds_start": 181,
"cds_end": null,
"cds_length": 429,
"cdna_start": 1691,
"cdna_end": null,
"cdna_length": 2138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Cys2Cys",
"transcript": "ENST00000674596.1",
"protein_id": "ENSP00000501877.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 121,
"cds_start": 6,
"cds_end": null,
"cds_length": 366,
"cdna_start": 183,
"cdna_end": null,
"cdna_length": 1676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.108C>T",
"hgvs_p": "p.Cys36Cys",
"transcript": "XM_047435750.1",
"protein_id": "XP_047291706.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 213,
"cds_start": 108,
"cds_end": null,
"cds_length": 642,
"cdna_start": 258,
"cdna_end": null,
"cdna_length": 7288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "n.181C>T",
"hgvs_p": null,
"transcript": "ENST00000647056.1",
"protein_id": "ENSP00000496502.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.-180C>T",
"hgvs_p": null,
"transcript": "ENST00000642870.2",
"protein_id": "ENSP00000496409.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 84,
"cds_start": -4,
"cds_end": null,
"cds_length": 255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.-180C>T",
"hgvs_p": null,
"transcript": "ENST00000477478.7",
"protein_id": "ENSP00000460939.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 63,
"cds_start": -4,
"cds_end": null,
"cds_length": 192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.-180C>T",
"hgvs_p": null,
"transcript": "ENST00000575478.7",
"protein_id": "ENSP00000458525.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 57,
"cds_start": -4,
"cds_end": null,
"cds_length": 174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.-180C>T",
"hgvs_p": null,
"transcript": "NM_001368769.2",
"protein_id": "NP_001355698.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 46,
"cds_start": -4,
"cds_end": null,
"cds_length": 141,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.-180C>T",
"hgvs_p": null,
"transcript": "ENST00000582857.2",
"protein_id": "ENSP00000463165.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 46,
"cds_start": -4,
"cds_end": null,
"cds_length": 141,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.-180C>T",
"hgvs_p": null,
"transcript": "ENST00000574508.7",
"protein_id": "ENSP00000462565.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 10,
"cds_start": -4,
"cds_end": null,
"cds_length": 33,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.-180C>T",
"hgvs_p": null,
"transcript": "XM_047435756.1",
"protein_id": "XP_047291712.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 46,
"cds_start": -4,
"cds_end": null,
"cds_length": 141,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"hgvs_c": "c.-27C>T",
"hgvs_p": null,
"transcript": "ENST00000646248.1",
"protein_id": "ENSP00000493599.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": -4,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "B9D1",
"gene_hgnc_id": 24123,
"dbsnp": "rs73980038",
"frequency_reference_population": 0.0018233048,
"hom_count_reference_population": 48,
"allele_count_reference_population": 2943,
"gnomad_exomes_af": 0.000992578,
"gnomad_genomes_af": 0.00979954,
"gnomad_exomes_ac": 1451,
"gnomad_genomes_ac": 1492,
"gnomad_exomes_homalt": 24,
"gnomad_genomes_homalt": 24,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.003918081521987915,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.2199999988079071,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.215,
"revel_prediction": "Benign",
"alphamissense_score": 0.1428,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.12,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.965,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.22,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000261499.11",
"gene_symbol": "B9D1",
"hgnc_id": 24123,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.181C>T",
"hgvs_p": "p.Arg61Trp"
}
],
"clinvar_disease": " type 9,Joubert syndrome,Meckel syndrome,Meckel-Gruber syndrome,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:3",
"phenotype_combined": "not specified|Joubert syndrome;Meckel-Gruber syndrome|Meckel syndrome, type 9|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}