← 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-61684345-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=61684345&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 61684345,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_032043.3",
"consequences": [
{
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2906-205T>C",
"hgvs_p": null,
"transcript": "NM_032043.3",
"protein_id": "NP_114432.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1249,
"cds_start": null,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000259008.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032043.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2906-205T>C",
"hgvs_p": null,
"transcript": "ENST00000259008.7",
"protein_id": "ENSP00000259008.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1249,
"cds_start": null,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032043.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000259008.7"
},
{
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2906-205T>C",
"hgvs_p": null,
"transcript": "ENST00000682453.1",
"protein_id": "ENSP00000506943.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1249,
"cds_start": null,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682453.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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2906-205T>C",
"hgvs_p": null,
"transcript": "ENST00000683039.1",
"protein_id": "ENSP00000508303.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1249,
"cds_start": null,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683039.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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2906-205T>C",
"hgvs_p": null,
"transcript": "ENST00000854938.1",
"protein_id": "ENSP00000524997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1249,
"cds_start": null,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854938.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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2906-205T>C",
"hgvs_p": null,
"transcript": "ENST00000854939.1",
"protein_id": "ENSP00000524998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1249,
"cds_start": null,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854939.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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2846-205T>C",
"hgvs_p": null,
"transcript": "ENST00000923498.1",
"protein_id": "ENSP00000593557.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1229,
"cds_start": null,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923498.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": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2705-205T>C",
"hgvs_p": null,
"transcript": "ENST00000923499.1",
"protein_id": "ENSP00000593558.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1182,
"cds_start": null,
"cds_end": null,
"cds_length": 3549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923499.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": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2684-205T>C",
"hgvs_p": null,
"transcript": "ENST00000682755.1",
"protein_id": "ENSP00000507660.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1175,
"cds_start": null,
"cds_end": null,
"cds_length": 3528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682755.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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2069-205T>C",
"hgvs_p": null,
"transcript": "ENST00000684584.1",
"protein_id": "ENSP00000508044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 970,
"cds_start": null,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684584.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": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2610-205T>C",
"hgvs_p": null,
"transcript": "ENST00000682989.1",
"protein_id": "ENSP00000507786.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": null,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682989.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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2966-205T>C",
"hgvs_p": null,
"transcript": "XM_011525332.4",
"protein_id": "XP_011523634.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1269,
"cds_start": null,
"cds_end": null,
"cds_length": 3810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525332.4"
},
{
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2966-205T>C",
"hgvs_p": null,
"transcript": "XM_011525333.4",
"protein_id": "XP_011523635.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1269,
"cds_start": null,
"cds_end": null,
"cds_length": 3810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525333.4"
},
{
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2966-205T>C",
"hgvs_p": null,
"transcript": "XM_011525334.3",
"protein_id": "XP_011523636.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1269,
"cds_start": null,
"cds_end": null,
"cds_length": 3810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525334.3"
},
{
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2906-205T>C",
"hgvs_p": null,
"transcript": "XM_011525335.4",
"protein_id": "XP_011523637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1249,
"cds_start": null,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525335.4"
},
{
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2906-205T>C",
"hgvs_p": null,
"transcript": "XM_047436891.1",
"protein_id": "XP_047292847.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1249,
"cds_start": null,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436891.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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2906-205T>C",
"hgvs_p": null,
"transcript": "XM_047436892.1",
"protein_id": "XP_047292848.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1249,
"cds_start": null,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436892.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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2846-205T>C",
"hgvs_p": null,
"transcript": "XM_011525336.3",
"protein_id": "XP_011523638.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1229,
"cds_start": null,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525336.3"
},
{
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2846-205T>C",
"hgvs_p": null,
"transcript": "XM_047436893.1",
"protein_id": "XP_047292849.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1229,
"cds_start": null,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436893.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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "c.2846-205T>C",
"hgvs_p": null,
"transcript": "XM_047436894.1",
"protein_id": "XP_047292850.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1229,
"cds_start": null,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436894.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "n.1646-205T>C",
"hgvs_p": null,
"transcript": "ENST00000682073.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000682073.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "n.*2332-205T>C",
"hgvs_p": null,
"transcript": "ENST00000682477.1",
"protein_id": "ENSP00000507075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682477.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "n.8783-205T>C",
"hgvs_p": null,
"transcript": "ENST00000682589.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000682589.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "n.*321-205T>C",
"hgvs_p": null,
"transcript": "ENST00000683235.1",
"protein_id": "ENSP00000507646.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000683235.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "n.1036-205T>C",
"hgvs_p": null,
"transcript": "ENST00000683535.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000683535.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "n.1152-205T>C",
"hgvs_p": null,
"transcript": "ENST00000684626.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000684626.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"hgvs_c": "n.*397-205T>C",
"hgvs_p": null,
"transcript": "ENST00000684769.1",
"protein_id": "ENSP00000507691.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684769.1"
}
],
"gene_symbol": "BRIP1",
"gene_hgnc_id": 20473,
"dbsnp": "rs11871785",
"frequency_reference_population": 0.338442,
"hom_count_reference_population": 8912,
"allele_count_reference_population": 51431,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.338442,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 51431,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 8912,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5799999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.338,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BA1",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_032043.3",
"gene_symbol": "BRIP1",
"hgnc_id": 20473,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.2906-205T>C",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}