← 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: 6-26366990-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=26366990&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 26366990,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000377708.7",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "NM_007047.5",
"protein_id": "NP_008978.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3776,
"mane_select": "ENST00000377708.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000377708.7",
"protein_id": "ENSP00000366937.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3776,
"mane_select": "NM_007047.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-76-985C>T",
"hgvs_p": null,
"transcript": "NM_001197247.3",
"protein_id": "NP_001184176.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000356386.6",
"protein_id": "ENSP00000348751.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000396948.5",
"protein_id": "ENSP00000380152.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-76-985C>T",
"hgvs_p": null,
"transcript": "ENST00000527422.5",
"protein_id": "ENSP00000432138.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1460,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.17-1575C>T",
"hgvs_p": null,
"transcript": "NM_001197248.3",
"protein_id": "NP_001184177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": -4,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.17-1575C>T",
"hgvs_p": null,
"transcript": "ENST00000396934.7",
"protein_id": "ENSP00000380140.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": -4,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-102-1000C>T",
"hgvs_p": null,
"transcript": "NM_001197249.3",
"protein_id": "NP_001184178.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 292,
"cds_start": -4,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-102-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000508906.6",
"protein_id": "ENSP00000442687.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 292,
"cds_start": -4,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-102-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000532865.5",
"protein_id": "ENSP00000435952.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 195,
"cds_start": -4,
"cds_end": null,
"cds_length": 589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000527417.5",
"protein_id": "ENSP00000433749.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 158,
"cds_start": -4,
"cds_end": null,
"cds_length": 479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-102-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000530653.5",
"protein_id": "ENSP00000434102.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 114,
"cds_start": -4,
"cds_end": null,
"cds_length": 346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "n.-66-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000524459.5",
"protein_id": "ENSP00000433880.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "n.15-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000524682.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "n.146-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000528222.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "n.96-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000528541.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "n.126-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000532627.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 600,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "n.85-1000C>T",
"hgvs_p": null,
"transcript": "ENST00000532994.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000291336",
"gene_hgnc_id": null,
"hgvs_c": "n.1000-186197C>T",
"hgvs_p": null,
"transcript": "ENST00000707189.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000291338",
"gene_hgnc_id": null,
"hgvs_c": "n.1001-165715C>T",
"hgvs_p": null,
"transcript": "ENST00000707191.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "XM_006714979.5",
"protein_id": "XP_006715042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 339,
"cds_start": -4,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "XM_006714980.5",
"protein_id": "XP_006715043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 339,
"cds_start": -4,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-81-985C>T",
"hgvs_p": null,
"transcript": "XM_047418112.1",
"protein_id": "XP_047274068.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 339,
"cds_start": -4,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "XM_047418113.1",
"protein_id": "XP_047274069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 339,
"cds_start": -4,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "XM_005248827.5",
"protein_id": "XP_005248884.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "XM_047418114.1",
"protein_id": "XP_047274070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-81-985C>T",
"hgvs_p": null,
"transcript": "XM_047418115.1",
"protein_id": "XP_047274071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-102-1000C>T",
"hgvs_p": null,
"transcript": "XM_047418116.1",
"protein_id": "XP_047274072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 297,
"cds_start": -4,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-117-985C>T",
"hgvs_p": null,
"transcript": "XM_047418117.1",
"protein_id": "XP_047274073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 297,
"cds_start": -4,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-102-1000C>T",
"hgvs_p": null,
"transcript": "XM_047418118.1",
"protein_id": "XP_047274074.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 297,
"cds_start": -4,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "XM_005248832.5",
"protein_id": "XP_005248889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 267,
"cds_start": -4,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null,
"transcript": "XM_047418119.1",
"protein_id": "XP_047274075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 240,
"cds_start": -4,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BTN3A2",
"gene_hgnc_id": 1139,
"dbsnp": "rs12199613",
"frequency_reference_population": 0.3768397,
"hom_count_reference_population": 11122,
"allele_count_reference_population": 57303,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.37684,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 57303,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 11122,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -1,
"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": -1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.71,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000377708.7",
"gene_symbol": "BTN3A2",
"hgnc_id": 1139,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-66-1000C>T",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000707189.1",
"gene_symbol": "ENSG00000291336",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1000-186197C>T",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000707191.1",
"gene_symbol": "ENSG00000291338",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1001-165715C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}