← 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: 5-878410-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=878410&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"BP4_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "BRD9",
"hgnc_id": 25818,
"hgvs_c": "c.1366A>T",
"hgvs_p": "p.Met456Leu",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -4,
"transcript": "NM_001375861.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_score": -4,
"allele_count_reference_population": null,
"alphamissense_prediction": null,
"alphamissense_score": 0.1179,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.5,
"chr": "5",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.0016848444938659668,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 597,
"aa_ref": "M",
"aa_start": 406,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2665,
"cdna_start": 1360,
"cds_end": null,
"cds_length": 1794,
"cds_start": 1216,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_023924.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1216A>T",
"hgvs_p": "p.Met406Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000467963.6",
"protein_coding": true,
"protein_id": "NP_076413.3",
"strand": false,
"transcript": "NM_023924.5",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 597,
"aa_ref": "M",
"aa_start": 406,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2665,
"cdna_start": 1360,
"cds_end": null,
"cds_length": 1794,
"cds_start": 1216,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000467963.6",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1216A>T",
"hgvs_p": "p.Met406Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_023924.5",
"protein_coding": true,
"protein_id": "ENSP00000419765.1",
"strand": false,
"transcript": "ENST00000467963.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 744,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000475706.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.250A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000475706.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3170,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000489816.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.*908A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000419752.1",
"strand": false,
"transcript": "ENST00000489816.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3477,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000490814.6",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.*1181A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000417431.2",
"strand": false,
"transcript": "ENST00000490814.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3170,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000489816.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.*908A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000419752.1",
"strand": false,
"transcript": "ENST00000489816.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3477,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000490814.6",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.*1181A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000417431.2",
"strand": false,
"transcript": "ENST00000490814.6",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 647,
"aa_ref": "M",
"aa_start": 456,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2815,
"cdna_start": 1510,
"cds_end": null,
"cds_length": 1944,
"cds_start": 1366,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001375861.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1366A>T",
"hgvs_p": "p.Met456Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001362790.1",
"strand": false,
"transcript": "NM_001375861.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 638,
"aa_ref": "M",
"aa_start": 447,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2788,
"cdna_start": 1483,
"cds_end": null,
"cds_length": 1917,
"cds_start": 1339,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001375862.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1339A>T",
"hgvs_p": "p.Met447Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001362791.1",
"strand": false,
"transcript": "NM_001375862.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 619,
"aa_ref": "M",
"aa_start": 428,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2731,
"cdna_start": 1426,
"cds_end": null,
"cds_length": 1860,
"cds_start": 1282,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001375863.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1282A>T",
"hgvs_p": "p.Met428Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001362792.1",
"strand": false,
"transcript": "NM_001375863.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 619,
"aa_ref": "M",
"aa_start": 428,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2730,
"cdna_start": 1429,
"cds_end": null,
"cds_length": 1860,
"cds_start": 1282,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000944369.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1282A>T",
"hgvs_p": "p.Met428Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000614428.1",
"strand": false,
"transcript": "ENST00000944369.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 618,
"aa_ref": "M",
"aa_start": 427,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2765,
"cdna_start": 1460,
"cds_end": null,
"cds_length": 1857,
"cds_start": 1279,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000869701.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1279A>T",
"hgvs_p": "p.Met427Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539760.1",
"strand": false,
"transcript": "ENST00000869701.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 617,
"aa_ref": "M",
"aa_start": 426,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2725,
"cdna_start": 1420,
"cds_end": null,
"cds_length": 1854,
"cds_start": 1276,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001375877.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1276A>T",
"hgvs_p": "p.Met426Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001362806.1",
"strand": false,
"transcript": "NM_001375877.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 617,
"aa_ref": "M",
"aa_start": 426,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2764,
"cdna_start": 1453,
"cds_end": null,
"cds_length": 1854,
"cds_start": 1276,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000869700.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1276A>T",
"hgvs_p": "p.Met426Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539759.1",
"strand": false,
"transcript": "ENST00000869700.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 617,
"aa_ref": "M",
"aa_start": 426,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2724,
"cdna_start": 1420,
"cds_end": null,
"cds_length": 1854,
"cds_start": 1276,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000869705.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1276A>T",
"hgvs_p": "p.Met426Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539764.1",
"strand": false,
"transcript": "ENST00000869705.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 613,
"aa_ref": "M",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2714,
"cdna_start": 1408,
"cds_end": null,
"cds_length": 1842,
"cds_start": 1264,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000869703.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1264A>T",
"hgvs_p": "p.Met422Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539762.1",
"strand": false,
"transcript": "ENST00000869703.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 613,
"aa_ref": "M",
"aa_start": 406,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2667,
"cdna_start": 1318,
"cds_end": null,
"cds_length": 1842,
"cds_start": 1216,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000869706.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1216A>T",
"hgvs_p": "p.Met406Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539765.1",
"strand": false,
"transcript": "ENST00000869706.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 612,
"aa_ref": "M",
"aa_start": 405,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2710,
"cdna_start": 1357,
"cds_end": null,
"cds_length": 1839,
"cds_start": 1213,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000869704.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1213A>T",
"hgvs_p": "p.Met405Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539763.1",
"strand": false,
"transcript": "ENST00000869704.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 599,
"aa_ref": "M",
"aa_start": 408,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2671,
"cdna_start": 1366,
"cds_end": null,
"cds_length": 1800,
"cds_start": 1222,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001375878.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1222A>T",
"hgvs_p": "p.Met408Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001362807.1",
"strand": false,
"transcript": "NM_001375878.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 599,
"aa_ref": "M",
"aa_start": 408,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2671,
"cdna_start": 1366,
"cds_end": null,
"cds_length": 1800,
"cds_start": 1222,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000922420.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1222A>T",
"hgvs_p": "p.Met408Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000592479.1",
"strand": false,
"transcript": "ENST00000922420.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 596,
"aa_ref": "M",
"aa_start": 405,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2662,
"cdna_start": 1357,
"cds_end": null,
"cds_length": 1791,
"cds_start": 1213,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001375879.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1213A>T",
"hgvs_p": "p.Met405Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001362808.1",
"strand": false,
"transcript": "NM_001375879.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 596,
"aa_ref": "M",
"aa_start": 405,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2696,
"cdna_start": 1385,
"cds_end": null,
"cds_length": 1791,
"cds_start": 1213,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000869702.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1213A>T",
"hgvs_p": "p.Met405Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539761.1",
"strand": false,
"transcript": "ENST00000869702.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 544,
"aa_ref": "M",
"aa_start": 353,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2506,
"cdna_start": 1201,
"cds_end": null,
"cds_length": 1635,
"cds_start": 1057,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001009877.3",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1057A>T",
"hgvs_p": "p.Met353Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001009877.2",
"strand": false,
"transcript": "NM_001009877.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 544,
"aa_ref": "M",
"aa_start": 353,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2120,
"cdna_start": 1197,
"cds_end": null,
"cds_length": 1635,
"cds_start": 1057,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000483173.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1057A>T",
"hgvs_p": "p.Met353Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000419845.1",
"strand": false,
"transcript": "ENST00000483173.5",
"transcript_support_level": 2
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 514,
"aa_ref": "M",
"aa_start": 323,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2369,
"cdna_start": 1065,
"cds_end": null,
"cds_length": 1545,
"cds_start": 967,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000869707.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.967A>T",
"hgvs_p": "p.Met323Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539766.1",
"strand": false,
"transcript": "ENST00000869707.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 501,
"aa_ref": "M",
"aa_start": 310,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2844,
"cdna_start": 1539,
"cds_end": null,
"cds_length": 1506,
"cds_start": 928,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001317951.2",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.928A>T",
"hgvs_p": "p.Met310Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001304880.1",
"strand": false,
"transcript": "NM_001317951.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 573,
"aa_ref": "M",
"aa_start": 426,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2084,
"cdna_start": 1420,
"cds_end": null,
"cds_length": 1722,
"cds_start": 1276,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_024446195.2",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1276A>T",
"hgvs_p": "p.Met426Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024301963.1",
"strand": false,
"transcript": "XM_024446195.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 573,
"aa_ref": "M",
"aa_start": 426,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1974,
"cdna_start": 1420,
"cds_end": null,
"cds_length": 1722,
"cds_start": 1276,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_047417600.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1276A>T",
"hgvs_p": "p.Met426Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047273556.1",
"strand": false,
"transcript": "XM_047417600.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 538,
"aa_ref": "M",
"aa_start": 426,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1879,
"cdna_start": 1420,
"cds_end": null,
"cds_length": 1617,
"cds_start": 1276,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_047417601.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1276A>T",
"hgvs_p": "p.Met426Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047273557.1",
"strand": false,
"transcript": "XM_047417601.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 523,
"aa_ref": "M",
"aa_start": 426,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5279,
"cdna_start": 1420,
"cds_end": null,
"cds_length": 1572,
"cds_start": 1276,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_024446196.2",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1276A>T",
"hgvs_p": "p.Met426Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024301964.1",
"strand": false,
"transcript": "XM_024446196.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 518,
"aa_ref": "M",
"aa_start": 406,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1819,
"cdna_start": 1360,
"cds_end": null,
"cds_length": 1557,
"cds_start": 1216,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_047417602.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1216A>T",
"hgvs_p": "p.Met406Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047273558.1",
"strand": false,
"transcript": "XM_047417602.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 503,
"aa_ref": "M",
"aa_start": 406,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5219,
"cdna_start": 1360,
"cds_end": null,
"cds_length": 1512,
"cds_start": 1216,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_047417603.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1216A>T",
"hgvs_p": "p.Met406Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047273559.1",
"strand": false,
"transcript": "XM_047417603.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 502,
"aa_ref": "M",
"aa_start": 405,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5216,
"cdna_start": 1357,
"cds_end": null,
"cds_length": 1509,
"cds_start": 1213,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_047417604.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.1213A>T",
"hgvs_p": "p.Met405Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047273560.1",
"strand": false,
"transcript": "XM_047417604.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 481,
"aa_ref": "M",
"aa_start": 290,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2343,
"cdna_start": 1038,
"cds_end": null,
"cds_length": 1446,
"cds_start": 868,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_024446199.2",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.868A>T",
"hgvs_p": "p.Met290Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024301967.1",
"strand": false,
"transcript": "XM_024446199.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 443,
"aa_ref": "M",
"aa_start": 252,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2571,
"cdna_start": 1266,
"cds_end": null,
"cds_length": 1332,
"cds_start": 754,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_024446200.2",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.754A>T",
"hgvs_p": "p.Met252Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024301968.1",
"strand": false,
"transcript": "XM_024446200.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 423,
"aa_ref": "M",
"aa_start": 232,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2511,
"cdna_start": 1206,
"cds_end": null,
"cds_length": 1272,
"cds_start": 694,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_024446198.2",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.694A>T",
"hgvs_p": "p.Met232Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024301966.1",
"strand": false,
"transcript": "XM_024446198.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 422,
"aa_ref": "M",
"aa_start": 231,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2508,
"cdna_start": 1203,
"cds_end": null,
"cds_length": 1269,
"cds_start": 691,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_047417605.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "c.691A>T",
"hgvs_p": "p.Met231Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047273561.1",
"strand": false,
"transcript": "XM_047417605.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1417,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000466684.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.*832A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000420397.1",
"strand": false,
"transcript": "ENST00000466684.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2211,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000483234.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.906A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000483234.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 750,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000493082.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.383A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000493082.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 449,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000494422.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.394A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000494422.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2843,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000495265.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.*968A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000420080.1",
"strand": false,
"transcript": "ENST00000495265.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4865,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000495794.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.3560A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000495794.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 546,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000518251.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.31A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000428194.1",
"strand": false,
"transcript": "ENST00000518251.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 861,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000519112.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.76A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000429353.1",
"strand": false,
"transcript": "ENST00000519112.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 396,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000519838.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.288A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000519838.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3202,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NR_184208.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.1747A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_184208.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2623,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NR_184210.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.1325A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_184210.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1417,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000466684.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.*832A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000420397.1",
"strand": false,
"transcript": "ENST00000466684.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2843,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000495265.5",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.*968A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000420080.1",
"strand": false,
"transcript": "ENST00000495265.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1343,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007058631.1",
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"hgvs_c": "n.*1A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007058631.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs508016",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 25818,
"gene_symbol": "BRD9",
"gnomad_exomes_ac": 334100,
"gnomad_exomes_af": 0.355837,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 31818,
"gnomad_genomes_af": 0.324078,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": null,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.439,
"pos": 878410,
"ref": "T",
"revel_prediction": "Benign",
"revel_score": 0.06,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001375861.1"
}
]
}