← 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-49774254-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=49774254&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 49774254,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001304808.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3549C>G",
"hgvs_p": "p.Ser1183Arg",
"transcript": "NM_001304808.3",
"protein_id": "NP_001291737.1",
"transcript_support_level": null,
"aa_start": 1183,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3549,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000404760.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304808.3"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3549C>G",
"hgvs_p": "p.Ser1183Arg",
"transcript": "ENST00000404760.6",
"protein_id": "ENSP00000385858.1",
"transcript_support_level": 2,
"aa_start": 1183,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3549,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001304808.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000404760.6"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3156C>G",
"hgvs_p": "p.Ser1052Arg",
"transcript": "ENST00000216267.12",
"protein_id": "ENSP00000216267.8",
"transcript_support_level": 1,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3156,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000216267.12"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3156C>G",
"hgvs_p": "p.Ser1052Arg",
"transcript": "ENST00000404034.5",
"protein_id": "ENSP00000384076.1",
"transcript_support_level": 1,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3156,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000404034.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3549C>G",
"hgvs_p": "p.Ser1183Arg",
"transcript": "ENST00000457780.3",
"protein_id": "ENSP00000410042.3",
"transcript_support_level": 5,
"aa_start": 1183,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3549,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457780.3"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3549C>G",
"hgvs_p": "p.Ser1183Arg",
"transcript": "ENST00000943548.1",
"protein_id": "ENSP00000613607.1",
"transcript_support_level": null,
"aa_start": 1183,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3549,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943548.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3549C>G",
"hgvs_p": "p.Ser1183Arg",
"transcript": "ENST00000943551.1",
"protein_id": "ENSP00000613610.1",
"transcript_support_level": null,
"aa_start": 1183,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3549,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943551.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3549C>G",
"hgvs_p": "p.Ser1183Arg",
"transcript": "ENST00000943552.1",
"protein_id": "ENSP00000613611.1",
"transcript_support_level": null,
"aa_start": 1183,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3549,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943552.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3543C>G",
"hgvs_p": "p.Ser1181Arg",
"transcript": "NM_001394548.1",
"protein_id": "NP_001381477.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1187,
"cds_start": 3543,
"cds_end": null,
"cds_length": 3564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394548.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3543C>G",
"hgvs_p": "p.Ser1181Arg",
"transcript": "ENST00000896283.1",
"protein_id": "ENSP00000566342.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1187,
"cds_start": 3543,
"cds_end": null,
"cds_length": 3564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896283.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3543C>G",
"hgvs_p": "p.Ser1181Arg",
"transcript": "ENST00000935059.1",
"protein_id": "ENSP00000605118.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1187,
"cds_start": 3543,
"cds_end": null,
"cds_length": 3564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935059.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3534C>G",
"hgvs_p": "p.Ser1178Arg",
"transcript": "NM_001349941.2",
"protein_id": "NP_001336870.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3534,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349941.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3534C>G",
"hgvs_p": "p.Ser1178Arg",
"transcript": "ENST00000943550.1",
"protein_id": "ENSP00000613609.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1184,
"cds_start": 3534,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943550.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3528C>G",
"hgvs_p": "p.Ser1176Arg",
"transcript": "NM_001394549.1",
"protein_id": "NP_001381478.1",
"transcript_support_level": null,
"aa_start": 1176,
"aa_end": null,
"aa_length": 1182,
"cds_start": 3528,
"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": "NM_001394549.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3303C>G",
"hgvs_p": "p.Ser1101Arg",
"transcript": "NM_001349940.2",
"protein_id": "NP_001336869.1",
"transcript_support_level": null,
"aa_start": 1101,
"aa_end": null,
"aa_length": 1107,
"cds_start": 3303,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349940.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3180C>G",
"hgvs_p": "p.Ser1060Arg",
"transcript": "ENST00000943546.1",
"protein_id": "ENSP00000613605.1",
"transcript_support_level": null,
"aa_start": 1060,
"aa_end": null,
"aa_length": 1066,
"cds_start": 3180,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943546.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3156C>G",
"hgvs_p": "p.Ser1052Arg",
"transcript": "NM_001304809.1",
"protein_id": "NP_001291738.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3156,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304809.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3156C>G",
"hgvs_p": "p.Ser1052Arg",
"transcript": "NM_001394551.1",
"protein_id": "NP_001381480.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3156,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394551.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3156C>G",
"hgvs_p": "p.Ser1052Arg",
"transcript": "NM_001394552.1",
"protein_id": "NP_001381481.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3156,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394552.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3156C>G",
"hgvs_p": "p.Ser1052Arg",
"transcript": "ENST00000896282.1",
"protein_id": "ENSP00000566341.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3156,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896282.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3156C>G",
"hgvs_p": "p.Ser1052Arg",
"transcript": "ENST00000935058.1",
"protein_id": "ENSP00000605117.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3156,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935058.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3156C>G",
"hgvs_p": "p.Ser1052Arg",
"transcript": "ENST00000935064.1",
"protein_id": "ENSP00000605123.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3156,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935064.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3156C>G",
"hgvs_p": "p.Ser1052Arg",
"transcript": "ENST00000935065.1",
"protein_id": "ENSP00000605124.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3156,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935065.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3150C>G",
"hgvs_p": "p.Ser1050Arg",
"transcript": "ENST00000935061.1",
"protein_id": "ENSP00000605120.1",
"transcript_support_level": null,
"aa_start": 1050,
"aa_end": null,
"aa_length": 1056,
"cds_start": 3150,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935061.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3150C>G",
"hgvs_p": "p.Ser1050Arg",
"transcript": "ENST00000935062.1",
"protein_id": "ENSP00000605121.1",
"transcript_support_level": null,
"aa_start": 1050,
"aa_end": null,
"aa_length": 1056,
"cds_start": 3150,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935062.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3141C>G",
"hgvs_p": "p.Ser1047Arg",
"transcript": "ENST00000935063.1",
"protein_id": "ENSP00000605122.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1053,
"cds_start": 3141,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935063.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3141C>G",
"hgvs_p": "p.Ser1047Arg",
"transcript": "ENST00000943547.1",
"protein_id": "ENSP00000613606.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1053,
"cds_start": 3141,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943547.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3135C>G",
"hgvs_p": "p.Ser1045Arg",
"transcript": "ENST00000943549.1",
"protein_id": "ENSP00000613608.1",
"transcript_support_level": null,
"aa_start": 1045,
"aa_end": null,
"aa_length": 1051,
"cds_start": 3135,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943549.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3051C>G",
"hgvs_p": "p.Ser1017Arg",
"transcript": "ENST00000935056.1",
"protein_id": "ENSP00000605115.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1023,
"cds_start": 3051,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935056.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3051C>G",
"hgvs_p": "p.Ser1017Arg",
"transcript": "ENST00000943545.1",
"protein_id": "ENSP00000613604.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1023,
"cds_start": 3051,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943545.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3045C>G",
"hgvs_p": "p.Ser1015Arg",
"transcript": "ENST00000935057.1",
"protein_id": "ENSP00000605116.1",
"transcript_support_level": null,
"aa_start": 1015,
"aa_end": null,
"aa_length": 1021,
"cds_start": 3045,
"cds_end": null,
"cds_length": 3066,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935057.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3036C>G",
"hgvs_p": "p.Ser1012Arg",
"transcript": "ENST00000935060.1",
"protein_id": "ENSP00000605119.1",
"transcript_support_level": null,
"aa_start": 1012,
"aa_end": null,
"aa_length": 1018,
"cds_start": 3036,
"cds_end": null,
"cds_length": 3057,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935060.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.2007C>G",
"hgvs_p": "p.Ser669Arg",
"transcript": "NM_001349942.2",
"protein_id": "NP_001336871.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 675,
"cds_start": 2007,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349942.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.1614C>G",
"hgvs_p": "p.Ser538Arg",
"transcript": "NM_001394550.1",
"protein_id": "NP_001381479.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 544,
"cds_start": 1614,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394550.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3711C>G",
"hgvs_p": "p.Ser1237Arg",
"transcript": "XM_017028722.3",
"protein_id": "XP_016884211.2",
"transcript_support_level": null,
"aa_start": 1237,
"aa_end": null,
"aa_length": 1243,
"cds_start": 3711,
"cds_end": null,
"cds_length": 3732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028722.3"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3711C>G",
"hgvs_p": "p.Ser1237Arg",
"transcript": "XM_047441281.1",
"protein_id": "XP_047297237.1",
"transcript_support_level": null,
"aa_start": 1237,
"aa_end": null,
"aa_length": 1243,
"cds_start": 3711,
"cds_end": null,
"cds_length": 3732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441281.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3705C>G",
"hgvs_p": "p.Ser1235Arg",
"transcript": "XM_047441271.1",
"protein_id": "XP_047297227.1",
"transcript_support_level": null,
"aa_start": 1235,
"aa_end": null,
"aa_length": 1241,
"cds_start": 3705,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441271.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3549C>G",
"hgvs_p": "p.Ser1183Arg",
"transcript": "XM_017028716.2",
"protein_id": "XP_016884205.1",
"transcript_support_level": null,
"aa_start": 1183,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3549,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028716.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3549C>G",
"hgvs_p": "p.Ser1183Arg",
"transcript": "XM_047441274.1",
"protein_id": "XP_047297230.1",
"transcript_support_level": null,
"aa_start": 1183,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3549,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441274.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3435C>G",
"hgvs_p": "p.Ser1145Arg",
"transcript": "XM_047441278.1",
"protein_id": "XP_047297234.1",
"transcript_support_level": null,
"aa_start": 1145,
"aa_end": null,
"aa_length": 1151,
"cds_start": 3435,
"cds_end": null,
"cds_length": 3456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441278.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3318C>G",
"hgvs_p": "p.Ser1106Arg",
"transcript": "XM_047441272.1",
"protein_id": "XP_047297228.1",
"transcript_support_level": null,
"aa_start": 1106,
"aa_end": null,
"aa_length": 1112,
"cds_start": 3318,
"cds_end": null,
"cds_length": 3339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441272.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3312C>G",
"hgvs_p": "p.Ser1104Arg",
"transcript": "XM_047441273.1",
"protein_id": "XP_047297229.1",
"transcript_support_level": null,
"aa_start": 1104,
"aa_end": null,
"aa_length": 1110,
"cds_start": 3312,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441273.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3213C>G",
"hgvs_p": "p.Ser1071Arg",
"transcript": "XM_047441275.1",
"protein_id": "XP_047297231.1",
"transcript_support_level": null,
"aa_start": 1071,
"aa_end": null,
"aa_length": 1077,
"cds_start": 3213,
"cds_end": null,
"cds_length": 3234,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441275.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3207C>G",
"hgvs_p": "p.Ser1069Arg",
"transcript": "XM_047441276.1",
"protein_id": "XP_047297232.1",
"transcript_support_level": null,
"aa_start": 1069,
"aa_end": null,
"aa_length": 1075,
"cds_start": 3207,
"cds_end": null,
"cds_length": 3228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441276.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3150C>G",
"hgvs_p": "p.Ser1050Arg",
"transcript": "XM_047441277.1",
"protein_id": "XP_047297233.1",
"transcript_support_level": null,
"aa_start": 1050,
"aa_end": null,
"aa_length": 1056,
"cds_start": 3150,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441277.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "c.3051C>G",
"hgvs_p": "p.Ser1017Arg",
"transcript": "XM_017028718.2",
"protein_id": "XP_016884207.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1023,
"cds_start": 3051,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028718.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "n.*550C>G",
"hgvs_p": null,
"transcript": "ENST00000438393.6",
"protein_id": "ENSP00000388027.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000438393.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "n.3858C>G",
"hgvs_p": null,
"transcript": "NR_146334.2",
"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": "NR_146334.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "n.4255C>G",
"hgvs_p": null,
"transcript": "NR_146335.2",
"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": "NR_146335.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"hgvs_c": "n.*550C>G",
"hgvs_p": null,
"transcript": "ENST00000438393.6",
"protein_id": "ENSP00000388027.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000438393.6"
}
],
"gene_symbol": "BRD1",
"gene_hgnc_id": 1102,
"dbsnp": "rs142330712",
"frequency_reference_population": 6.8422855e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84229e-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.1787060797214508,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.184,
"revel_prediction": "Benign",
"alphamissense_score": 0.6768,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.071,
"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_001304808.3",
"gene_symbol": "BRD1",
"hgnc_id": 1102,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3549C>G",
"hgvs_p": "p.Ser1183Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}