← 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: 12-9069776-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=9069776&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "A2M",
"hgnc_id": 7,
"hgvs_c": "c.4232G>A",
"hgvs_p": "p.Ser1411Asn",
"inheritance_mode": "Unknown",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_000014.6",
"verdict": "Uncertain_significance"
},
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "KLRG1",
"hgnc_id": 6380,
"hgvs_c": "c.*33+11610C>T",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 0,
"transcript": "XM_017018684.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 20,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.0853,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.74,
"chr": "12",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.08166098594665527,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1474,
"aa_ref": "S",
"aa_start": 1411,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4610,
"cdna_start": 4302,
"cds_end": null,
"cds_length": 4425,
"cds_start": 4232,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "NM_000014.6",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4232G>A",
"hgvs_p": "p.Ser1411Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000318602.12",
"protein_coding": true,
"protein_id": "NP_000005.3",
"strand": false,
"transcript": "NM_000014.6",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1474,
"aa_ref": "S",
"aa_start": 1411,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4610,
"cdna_start": 4302,
"cds_end": null,
"cds_length": 4425,
"cds_start": 4232,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000318602.12",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4232G>A",
"hgvs_p": "p.Ser1411Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000014.6",
"protein_coding": true,
"protein_id": "ENSP00000323929.8",
"strand": false,
"transcript": "ENST00000318602.12",
"transcript_support_level": 1
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1520,
"aa_ref": "S",
"aa_start": 1457,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4742,
"cdna_start": 4440,
"cds_end": null,
"cds_length": 4563,
"cds_start": 4370,
"consequences": [
"missense_variant"
],
"exon_count": 37,
"exon_rank": 34,
"exon_rank_end": null,
"feature": "ENST00000891833.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4370G>A",
"hgvs_p": "p.Ser1457Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561892.1",
"strand": false,
"transcript": "ENST00000891833.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1501,
"aa_ref": "S",
"aa_start": 1411,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4692,
"cdna_start": 4302,
"cds_end": null,
"cds_length": 4506,
"cds_start": 4232,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000956132.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4232G>A",
"hgvs_p": "p.Ser1411Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626191.1",
"strand": false,
"transcript": "ENST00000956132.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1484,
"aa_ref": "S",
"aa_start": 1421,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4640,
"cdna_start": 4332,
"cds_end": null,
"cds_length": 4455,
"cds_start": 4262,
"consequences": [
"missense_variant"
],
"exon_count": 37,
"exon_rank": 34,
"exon_rank_end": null,
"feature": "ENST00000956134.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4262G>A",
"hgvs_p": "p.Ser1421Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626193.1",
"strand": false,
"transcript": "ENST00000956134.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1474,
"aa_ref": "S",
"aa_start": 1411,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4659,
"cdna_start": 4351,
"cds_end": null,
"cds_length": 4425,
"cds_start": 4232,
"consequences": [
"missense_variant"
],
"exon_count": 37,
"exon_rank": 34,
"exon_rank_end": null,
"feature": "NM_001347423.2",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4232G>A",
"hgvs_p": "p.Ser1411Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334352.2",
"strand": false,
"transcript": "NM_001347423.2",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1474,
"aa_ref": "S",
"aa_start": 1411,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4653,
"cdna_start": 4345,
"cds_end": null,
"cds_length": 4425,
"cds_start": 4232,
"consequences": [
"missense_variant"
],
"exon_count": 37,
"exon_rank": 34,
"exon_rank_end": null,
"feature": "ENST00000891824.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4232G>A",
"hgvs_p": "p.Ser1411Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561883.1",
"strand": false,
"transcript": "ENST00000891824.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1473,
"aa_ref": "S",
"aa_start": 1410,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4607,
"cdna_start": 4299,
"cds_end": null,
"cds_length": 4422,
"cds_start": 4229,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000891825.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4229G>A",
"hgvs_p": "p.Ser1410Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561884.1",
"strand": false,
"transcript": "ENST00000891825.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1471,
"aa_ref": "S",
"aa_start": 1408,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4595,
"cdna_start": 4293,
"cds_end": null,
"cds_length": 4416,
"cds_start": 4223,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000891834.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4223G>A",
"hgvs_p": "p.Ser1408Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561893.1",
"strand": false,
"transcript": "ENST00000891834.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1471,
"aa_ref": "S",
"aa_start": 1408,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4601,
"cdna_start": 4293,
"cds_end": null,
"cds_length": 4416,
"cds_start": 4223,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000956135.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4223G>A",
"hgvs_p": "p.Ser1408Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626194.1",
"strand": false,
"transcript": "ENST00000956135.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1467,
"aa_ref": "S",
"aa_start": 1404,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4589,
"cdna_start": 4281,
"cds_end": null,
"cds_length": 4404,
"cds_start": 4211,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000891829.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4211G>A",
"hgvs_p": "p.Ser1404Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561888.1",
"strand": false,
"transcript": "ENST00000891829.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1461,
"aa_ref": "S",
"aa_start": 1398,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4571,
"cdna_start": 4263,
"cds_end": null,
"cds_length": 4386,
"cds_start": 4193,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000956133.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4193G>A",
"hgvs_p": "p.Ser1398Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626192.1",
"strand": false,
"transcript": "ENST00000956133.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1425,
"aa_ref": "S",
"aa_start": 1362,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4459,
"cdna_start": 4155,
"cds_end": null,
"cds_length": 4278,
"cds_start": 4085,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000891830.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4085G>A",
"hgvs_p": "p.Ser1362Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561889.1",
"strand": false,
"transcript": "ENST00000891830.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1420,
"aa_ref": "S",
"aa_start": 1357,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4443,
"cdna_start": 4140,
"cds_end": null,
"cds_length": 4263,
"cds_start": 4070,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000956136.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4070G>A",
"hgvs_p": "p.Ser1357Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000626195.1",
"strand": false,
"transcript": "ENST00000956136.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1415,
"aa_ref": "S",
"aa_start": 1352,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4433,
"cdna_start": 4125,
"cds_end": null,
"cds_length": 4248,
"cds_start": 4055,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000891826.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4055G>A",
"hgvs_p": "p.Ser1352Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561885.1",
"strand": false,
"transcript": "ENST00000891826.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1402,
"aa_ref": "S",
"aa_start": 1339,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4390,
"cdna_start": 4086,
"cds_end": null,
"cds_length": 4209,
"cds_start": 4016,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000891832.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4016G>A",
"hgvs_p": "p.Ser1339Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561891.1",
"strand": false,
"transcript": "ENST00000891832.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1398,
"aa_ref": "S",
"aa_start": 1335,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4378,
"cdna_start": 4074,
"cds_end": null,
"cds_length": 4197,
"cds_start": 4004,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000891831.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4004G>A",
"hgvs_p": "p.Ser1335Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561890.1",
"strand": false,
"transcript": "ENST00000891831.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1374,
"aa_ref": "S",
"aa_start": 1311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4763,
"cdna_start": 4455,
"cds_end": null,
"cds_length": 4125,
"cds_start": 3932,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "NM_001347424.2",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.3932G>A",
"hgvs_p": "p.Ser1311Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334353.2",
"strand": false,
"transcript": "NM_001347424.2",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1342,
"aa_ref": "S",
"aa_start": 1279,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4214,
"cdna_start": 3906,
"cds_end": null,
"cds_length": 4029,
"cds_start": 3836,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000891827.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.3836G>A",
"hgvs_p": "p.Ser1279Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561886.1",
"strand": false,
"transcript": "ENST00000891827.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1324,
"aa_ref": "S",
"aa_start": 1261,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4450,
"cdna_start": 4142,
"cds_end": null,
"cds_length": 3975,
"cds_start": 3782,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001347425.2",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.3782G>A",
"hgvs_p": "p.Ser1261Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001334354.2",
"strand": false,
"transcript": "NM_001347425.2",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1285,
"aa_ref": "S",
"aa_start": 1222,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4043,
"cdna_start": 3735,
"cds_end": null,
"cds_length": 3858,
"cds_start": 3665,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000891828.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.3665G>A",
"hgvs_p": "p.Ser1222Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561887.1",
"strand": false,
"transcript": "ENST00000891828.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 363,
"aa_ref": "S",
"aa_start": 300,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1271,
"cdna_start": 969,
"cds_end": null,
"cds_length": 1092,
"cds_start": 899,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000891835.1",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.899G>A",
"hgvs_p": "p.Ser300Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561894.1",
"strand": false,
"transcript": "ENST00000891835.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1512,
"aa_ref": "S",
"aa_start": 1411,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4953,
"cdna_start": 4302,
"cds_end": null,
"cds_length": 4539,
"cds_start": 4232,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "XM_006719056.4",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "c.4232G>A",
"hgvs_p": "p.Ser1411Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006719119.1",
"strand": false,
"transcript": "XM_006719056.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 199,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2137,
"cdna_start": null,
"cds_end": null,
"cds_length": 600,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017018684.2",
"gene_hgnc_id": 6380,
"gene_symbol": "KLRG1",
"hgvs_c": "c.*33+11610C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016874173.1",
"strand": true,
"transcript": "XM_017018684.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 199,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1018,
"cdna_start": null,
"cds_end": null,
"cds_length": 600,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017018685.2",
"gene_hgnc_id": 6380,
"gene_symbol": "KLRG1",
"hgvs_c": "c.*33+11610C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016874174.1",
"strand": true,
"transcript": "XM_017018685.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 199,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1937,
"cdna_start": null,
"cds_end": null,
"cds_length": 600,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047428074.1",
"gene_hgnc_id": 6380,
"gene_symbol": "KLRG1",
"hgvs_c": "c.*33+11610C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284030.1",
"strand": true,
"transcript": "XM_047428074.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": 600,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000543436.2",
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"hgvs_c": "n.452-1964G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000543436.2",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs765550028",
"effect": "missense_variant",
"frequency_reference_population": 0.000012399871,
"gene_hgnc_id": 7,
"gene_symbol": "A2M",
"gnomad_exomes_ac": 19,
"gnomad_exomes_af": 0.0000130066,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000657376,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.2,
"pos": 9069776,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.078,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000014.6"
}
]
}