← 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: 1-198639350-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=198639350&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 198639350,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000442510.8",
"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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "NM_002838.5",
"protein_id": "NP_002829.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1306,
"cds_start": -4,
"cds_end": null,
"cds_length": 3921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5357,
"mane_select": "ENST00000442510.8",
"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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000442510.8",
"protein_id": "ENSP00000411355.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1306,
"cds_start": -4,
"cds_end": null,
"cds_length": 3921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5357,
"mane_select": "NM_002838.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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000348564.12",
"protein_id": "ENSP00000306782.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1145,
"cds_start": -4,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6812,
"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": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000530727.5",
"protein_id": "ENSP00000433536.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 599,
"cds_start": -4,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1962,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000413409.6",
"protein_id": "ENSP00000405494.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 87,
"cds_start": -4,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1338,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000367364.5",
"protein_id": "ENSP00000356334.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 36,
"cds_start": -4,
"cds_end": null,
"cds_length": 111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1017,
"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": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "n.47+16A>G",
"hgvs_p": null,
"transcript": "ENST00000391970.3",
"protein_id": null,
"transcript_support_level": 1,
"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": 408,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "n.47+16A>G",
"hgvs_p": null,
"transcript": "ENST00000427110.6",
"protein_id": null,
"transcript_support_level": 1,
"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": 264,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "n.181+9A>G",
"hgvs_p": null,
"transcript": "ENST00000462363.6",
"protein_id": null,
"transcript_support_level": 1,
"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": 926,
"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": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "n.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000529828.5",
"protein_id": "ENSP00000469141.1",
"transcript_support_level": 1,
"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": 2336,
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000697631.1",
"protein_id": "ENSP00000513363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1211,
"cds_start": -4,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4699,
"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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "NM_080921.4",
"protein_id": "NP_563578.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1145,
"cds_start": -4,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4874,
"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": 29,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.-483+213A>G",
"hgvs_p": null,
"transcript": "ENST00000697632.1",
"protein_id": "ENSP00000513364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 960,
"cds_start": -4,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4407,
"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": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000367367.8",
"protein_id": "ENSP00000356337.5",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 734,
"cds_start": -4,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2291,
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000643513.1",
"protein_id": "ENSP00000494132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 160,
"cds_start": -4,
"cds_end": null,
"cds_length": 485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 592,
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000645247.1",
"protein_id": "ENSP00000494327.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 150,
"cds_start": -4,
"cds_end": null,
"cds_length": 453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 588,
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000367379.6",
"protein_id": "ENSP00000356349.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": -4,
"cds_end": null,
"cds_length": 446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 731,
"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": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "ENST00000418674.1",
"protein_id": "ENSP00000393360.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": -4,
"cds_end": null,
"cds_length": 355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 462,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "NM_001267798.2",
"protein_id": "NP_001254727.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 87,
"cds_start": -4,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1395,
"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": 20,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "n.159+9A>G",
"hgvs_p": null,
"transcript": "ENST00000697630.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": 7205,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "n.214+9A>G",
"hgvs_p": null,
"transcript": "NR_052021.2",
"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": 1074,
"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": 33,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "XM_047426381.1",
"protein_id": "XP_047282337.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1306,
"cds_start": -4,
"cds_end": null,
"cds_length": 3921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5333,
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "XM_006711472.5",
"protein_id": "XP_006711535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1258,
"cds_start": -4,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5213,
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "XM_006711473.4",
"protein_id": "XP_006711536.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1240,
"cds_start": -4,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5159,
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "XM_047426398.1",
"protein_id": "XP_047282354.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1240,
"cds_start": -4,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5135,
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "XM_006711474.4",
"protein_id": "XP_006711537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": -4,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5015,
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "XM_047426409.1",
"protein_id": "XP_047282365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": -4,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4991,
"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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.73+9A>G",
"hgvs_p": null,
"transcript": "XM_047426415.1",
"protein_id": "XP_047282371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1145,
"cds_start": -4,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"dbsnp": "rs755927316",
"frequency_reference_population": 0.0000063120556,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000628401,
"gnomad_genomes_af": 0.00000657618,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6499999761581421,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.65,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.748,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000442510.8",
"gene_symbol": "PTPRC",
"hgnc_id": 9666,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.73+9A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Immunodeficiency 104",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Immunodeficiency 104",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}