← 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: 22-17739404-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=17739404&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 17739404,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_197966.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "NM_001196.4",
"protein_id": "NP_001187.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 455,
"cdna_end": null,
"cdna_length": 2177,
"mane_select": "ENST00000622694.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001196.4"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000622694.5",
"protein_id": "ENSP00000480414.1",
"transcript_support_level": 1,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 455,
"cdna_end": null,
"cdna_length": 2177,
"mane_select": "NM_001196.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000622694.5"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.446C>A",
"hgvs_p": "p.Pro149Gln",
"transcript": "ENST00000317361.11",
"protein_id": "ENSP00000318822.7",
"transcript_support_level": 1,
"aa_start": 149,
"aa_end": null,
"aa_length": 241,
"cds_start": 446,
"cds_end": null,
"cds_length": 726,
"cdna_start": 773,
"cdna_end": null,
"cdna_length": 2495,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000317361.11"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000551952.5",
"protein_id": "ENSP00000449236.1",
"transcript_support_level": 1,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 392,
"cdna_end": null,
"cdna_length": 700,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551952.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.403C>A",
"hgvs_p": "p.Arg135Arg",
"transcript": "ENST00000342111.9",
"protein_id": "ENSP00000344594.5",
"transcript_support_level": 1,
"aa_start": 135,
"aa_end": null,
"aa_length": 137,
"cds_start": 403,
"cds_end": null,
"cds_length": 414,
"cdna_start": 493,
"cdna_end": null,
"cdna_length": 854,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342111.9"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "n.1791C>A",
"hgvs_p": null,
"transcript": "ENST00000494097.5",
"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": 2429,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000494097.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "n.1086C>A",
"hgvs_p": null,
"transcript": "ENST00000550946.5",
"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": 1394,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000550946.5"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.446C>A",
"hgvs_p": "p.Pro149Gln",
"transcript": "NM_197966.3",
"protein_id": "NP_932070.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 241,
"cds_start": 446,
"cds_end": null,
"cds_length": 726,
"cdna_start": 740,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_197966.3"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890845.1",
"protein_id": "ENSP00000560904.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 200,
"cds_start": 308,
"cds_end": null,
"cds_length": 603,
"cdna_start": 481,
"cdna_end": null,
"cdna_length": 2214,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890845.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890852.1",
"protein_id": "ENSP00000560911.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 200,
"cds_start": 308,
"cds_end": null,
"cds_length": 603,
"cdna_start": 517,
"cdna_end": null,
"cdna_length": 1018,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890852.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000931697.1",
"protein_id": "ENSP00000601756.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 200,
"cds_start": 308,
"cds_end": null,
"cds_length": 603,
"cdna_start": 722,
"cdna_end": null,
"cdna_length": 1389,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931697.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "NM_001244567.1",
"protein_id": "NP_001231496.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 392,
"cdna_end": null,
"cdna_length": 2112,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244567.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890844.1",
"protein_id": "ENSP00000560903.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 551,
"cdna_end": null,
"cdna_length": 2270,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890844.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890846.1",
"protein_id": "ENSP00000560905.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 710,
"cdna_end": null,
"cdna_length": 2427,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890846.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890847.1",
"protein_id": "ENSP00000560906.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 861,
"cdna_end": null,
"cdna_length": 2580,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890847.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890848.1",
"protein_id": "ENSP00000560907.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 808,
"cdna_end": null,
"cdna_length": 2124,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890848.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890849.1",
"protein_id": "ENSP00000560908.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 906,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890849.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890850.1",
"protein_id": "ENSP00000560909.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 515,
"cdna_end": null,
"cdna_length": 2234,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890850.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890851.1",
"protein_id": "ENSP00000560910.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 452,
"cdna_end": null,
"cdna_length": 1071,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890851.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890853.1",
"protein_id": "ENSP00000560912.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 599,
"cdna_end": null,
"cdna_length": 1096,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890853.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890854.1",
"protein_id": "ENSP00000560913.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 568,
"cdna_end": null,
"cdna_length": 1055,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890854.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890855.1",
"protein_id": "ENSP00000560914.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 434,
"cdna_end": null,
"cdna_length": 1082,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890855.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000890856.1",
"protein_id": "ENSP00000560915.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 556,
"cdna_end": null,
"cdna_length": 1030,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890856.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"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": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000931698.1",
"protein_id": "ENSP00000601757.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 870,
"cdna_end": null,
"cdna_length": 1358,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931698.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000951445.1",
"protein_id": "ENSP00000621504.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 794,
"cdna_end": null,
"cdna_length": 1285,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951445.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.308C>A",
"hgvs_p": "p.Pro103Gln",
"transcript": "ENST00000951446.1",
"protein_id": "ENSP00000621505.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 195,
"cds_start": 308,
"cds_end": null,
"cds_length": 588,
"cdna_start": 993,
"cdna_end": null,
"cdna_length": 2714,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951446.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"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": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.20C>A",
"hgvs_p": "p.Pro7Gln",
"transcript": "NM_001244569.1",
"protein_id": "NP_001231498.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 99,
"cds_start": 20,
"cds_end": null,
"cds_length": 300,
"cdna_start": 270,
"cdna_end": null,
"cdna_length": 1990,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244569.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.20C>A",
"hgvs_p": "p.Pro7Gln",
"transcript": "NM_001244570.1",
"protein_id": "NP_001231499.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 99,
"cds_start": 20,
"cds_end": null,
"cds_length": 300,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 1920,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244570.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.20C>A",
"hgvs_p": "p.Pro7Gln",
"transcript": "NM_001244572.1",
"protein_id": "NP_001231501.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 99,
"cds_start": 20,
"cds_end": null,
"cds_length": 300,
"cdna_start": 518,
"cdna_end": null,
"cdna_length": 2238,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244572.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"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": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.20C>A",
"hgvs_p": "p.Pro7Gln",
"transcript": "NM_197967.2",
"protein_id": "NP_932071.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 99,
"cds_start": 20,
"cds_end": null,
"cds_length": 300,
"cdna_start": 411,
"cdna_end": null,
"cdna_length": 2131,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_197967.2"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.20C>A",
"hgvs_p": "p.Pro7Gln",
"transcript": "ENST00000399765.5",
"protein_id": "ENSP00000382667.1",
"transcript_support_level": 2,
"aa_start": 7,
"aa_end": null,
"aa_length": 99,
"cds_start": 20,
"cds_end": null,
"cds_length": 300,
"cdna_start": 194,
"cdna_end": null,
"cdna_length": 1879,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399765.5"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"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": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.20C>A",
"hgvs_p": "p.Pro7Gln",
"transcript": "ENST00000399767.6",
"protein_id": "ENSP00000382669.1",
"transcript_support_level": 2,
"aa_start": 7,
"aa_end": null,
"aa_length": 99,
"cds_start": 20,
"cds_end": null,
"cds_length": 300,
"cdna_start": 411,
"cdna_end": null,
"cdna_length": 907,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399767.6"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"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": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.20C>A",
"hgvs_p": "p.Pro7Gln",
"transcript": "ENST00000614949.4",
"protein_id": "ENSP00000477773.1",
"transcript_support_level": 5,
"aa_start": 7,
"aa_end": null,
"aa_length": 99,
"cds_start": 20,
"cds_end": null,
"cds_length": 300,
"cdna_start": 270,
"cdna_end": null,
"cdna_length": 1988,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614949.4"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "n.411C>A",
"hgvs_p": null,
"transcript": "ENST00000473439.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": 638,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000473439.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "n.*44C>A",
"hgvs_p": null,
"transcript": "ENST00000552886.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": 330,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000552886.1"
}
],
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"dbsnp": "rs575351241",
"frequency_reference_population": 6.8562275e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.85623e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.35337528586387634,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.081,
"revel_prediction": "Benign",
"alphamissense_score": 0.1274,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.407,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_197966.3",
"gene_symbol": "BID",
"hgnc_id": 1050,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.446C>A",
"hgvs_p": "p.Pro149Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}