← 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-17738046-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=17738046&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 17738046,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_197966.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "NM_001196.4",
"protein_id": "NP_001187.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000622694.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001196.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000622694.5",
"protein_id": "ENSP00000480414.1",
"transcript_support_level": 1,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001196.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000622694.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.685C>T",
"hgvs_p": "p.Arg229Cys",
"transcript": "ENST00000317361.11",
"protein_id": "ENSP00000318822.7",
"transcript_support_level": 1,
"aa_start": 229,
"aa_end": null,
"aa_length": 241,
"cds_start": 685,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000317361.11"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000551952.5",
"protein_id": "ENSP00000449236.1",
"transcript_support_level": 1,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551952.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.*228C>T",
"hgvs_p": null,
"transcript": "ENST00000342111.9",
"protein_id": "ENSP00000344594.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 137,
"cds_start": null,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "n.2030C>T",
"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": null,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "n.1325C>T",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000550946.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.685C>T",
"hgvs_p": "p.Arg229Cys",
"transcript": "NM_197966.3",
"protein_id": "NP_932070.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 241,
"cds_start": 685,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_197966.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890845.1",
"protein_id": "ENSP00000560904.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 200,
"cds_start": 547,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890845.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890852.1",
"protein_id": "ENSP00000560911.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 200,
"cds_start": 547,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890852.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000931697.1",
"protein_id": "ENSP00000601756.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 200,
"cds_start": 547,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931697.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "NM_001244567.1",
"protein_id": "NP_001231496.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244567.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890844.1",
"protein_id": "ENSP00000560903.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890844.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890846.1",
"protein_id": "ENSP00000560905.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890846.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890847.1",
"protein_id": "ENSP00000560906.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890847.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890848.1",
"protein_id": "ENSP00000560907.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890848.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890849.1",
"protein_id": "ENSP00000560908.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890849.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890850.1",
"protein_id": "ENSP00000560909.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890850.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890851.1",
"protein_id": "ENSP00000560910.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890851.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890853.1",
"protein_id": "ENSP00000560912.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890853.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890854.1",
"protein_id": "ENSP00000560913.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890854.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890855.1",
"protein_id": "ENSP00000560914.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890855.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000890856.1",
"protein_id": "ENSP00000560915.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890856.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000931698.1",
"protein_id": "ENSP00000601757.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931698.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000951445.1",
"protein_id": "ENSP00000621504.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951445.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Cys",
"transcript": "ENST00000951446.1",
"protein_id": "ENSP00000621505.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 195,
"cds_start": 547,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951446.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.259C>T",
"hgvs_p": "p.Arg87Cys",
"transcript": "NM_001244569.1",
"protein_id": "NP_001231498.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 99,
"cds_start": 259,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244569.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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": "c.259C>T",
"hgvs_p": "p.Arg87Cys",
"transcript": "NM_001244570.1",
"protein_id": "NP_001231499.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 99,
"cds_start": 259,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244570.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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": "c.259C>T",
"hgvs_p": "p.Arg87Cys",
"transcript": "NM_001244572.1",
"protein_id": "NP_001231501.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 99,
"cds_start": 259,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244572.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.259C>T",
"hgvs_p": "p.Arg87Cys",
"transcript": "NM_197967.2",
"protein_id": "NP_932071.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 99,
"cds_start": 259,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_197967.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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": "c.259C>T",
"hgvs_p": "p.Arg87Cys",
"transcript": "ENST00000399765.5",
"protein_id": "ENSP00000382667.1",
"transcript_support_level": 2,
"aa_start": 87,
"aa_end": null,
"aa_length": 99,
"cds_start": 259,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399765.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.259C>T",
"hgvs_p": "p.Arg87Cys",
"transcript": "ENST00000399767.6",
"protein_id": "ENSP00000382669.1",
"transcript_support_level": 2,
"aa_start": 87,
"aa_end": null,
"aa_length": 99,
"cds_start": 259,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399767.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "c.259C>T",
"hgvs_p": "p.Arg87Cys",
"transcript": "ENST00000614949.4",
"protein_id": "ENSP00000477773.1",
"transcript_support_level": 5,
"aa_start": 87,
"aa_end": null,
"aa_length": 99,
"cds_start": 259,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614949.4"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"hgvs_c": "n.*12C>T",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000473439.5"
}
],
"gene_symbol": "BID",
"gene_hgnc_id": 1050,
"dbsnp": "rs538615870",
"frequency_reference_population": 0.000009912767,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.00000684057,
"gnomad_genomes_af": 0.0000394182,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11270105838775635,
"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.1372,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.88,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_197966.3",
"gene_symbol": "BID",
"hgnc_id": 1050,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.685C>T",
"hgvs_p": "p.Arg229Cys"
}
],
"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
}