← 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-53601293-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=53601293&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 53601293,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_001366555.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "NM_006856.3",
"protein_id": "NP_006847.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 483,
"cds_start": null,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6660,
"mane_select": "ENST00000420353.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006856.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000420353.7",
"protein_id": "ENSP00000399465.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 483,
"cds_start": null,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6660,
"mane_select": "NM_006856.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420353.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7-NPFF",
"gene_hgnc_id": 55073,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000591834.1",
"protein_id": "ENSP00000466174.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 463,
"cds_start": null,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1609,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000591834.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000548118.6",
"protein_id": "ENSP00000456858.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": null,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 774,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548118.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000591397.1",
"protein_id": "ENSP00000465192.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": null,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 860,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000591397.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000923853.1",
"protein_id": "ENSP00000593912.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": null,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6702,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923853.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "NM_001366555.2",
"protein_id": "NP_001353484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6693,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366555.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000548446.6",
"protein_id": "ENSP00000449938.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1892,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548446.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000853731.1",
"protein_id": "ENSP00000523790.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6715,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853731.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "NM_001366556.2",
"protein_id": "NP_001353485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 483,
"cds_start": null,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6596,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366556.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "NM_001366558.2",
"protein_id": "NP_001353487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 483,
"cds_start": null,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7901,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366558.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000456903.8",
"protein_id": "ENSP00000387406.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 483,
"cds_start": null,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456903.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000853732.1",
"protein_id": "ENSP00000523791.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 483,
"cds_start": null,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6653,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853732.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000853735.1",
"protein_id": "ENSP00000523794.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 483,
"cds_start": null,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2379,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853735.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7-NPFF",
"gene_hgnc_id": 55073,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "NM_001366559.1",
"protein_id": "NP_001353488.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 463,
"cds_start": null,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1687,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366559.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "NM_001130060.2",
"protein_id": "NP_001123532.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 462,
"cds_start": null,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6597,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130060.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000923855.1",
"protein_id": "ENSP00000593914.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 462,
"cds_start": null,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6589,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923855.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7-NPFF",
"gene_hgnc_id": 55073,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "NM_001366560.1",
"protein_id": "NP_001353489.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 460,
"cds_start": null,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1678,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366560.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000853733.1",
"protein_id": "ENSP00000523792.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 458,
"cds_start": null,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6509,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853733.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000853734.1",
"protein_id": "ENSP00000523793.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 458,
"cds_start": null,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853734.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000923854.1",
"protein_id": "ENSP00000593913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 432,
"cds_start": null,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6502,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923854.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-14-272A>G",
"hgvs_p": null,
"transcript": "NM_001366561.2",
"protein_id": "NP_001353490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 428,
"cds_start": null,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6488,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366561.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "ENST00000588078.5",
"protein_id": "ENSP00000468623.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": null,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 531,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000588078.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "NM_001206682.2",
"protein_id": "NP_001193611.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": null,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 834,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206682.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "NM_001206683.1",
"protein_id": "NP_001193612.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": null,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 776,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206683.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null,
"transcript": "NM_001366562.2",
"protein_id": "NP_001353491.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": null,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2075,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366562.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-14-272A>G",
"hgvs_p": null,
"transcript": "NM_001366563.2",
"protein_id": "NP_001353492.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 87,
"cds_start": null,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 673,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366563.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-209-272A>G",
"hgvs_p": null,
"transcript": "ENST00000588232.5",
"protein_id": "ENSP00000465850.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 78,
"cds_start": null,
"cds_end": null,
"cds_length": 237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 531,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000588232.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "c.-209-272A>G",
"hgvs_p": null,
"transcript": "ENST00000551480.2",
"protein_id": "ENSP00000449817.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 77,
"cds_start": null,
"cds_end": null,
"cds_length": 235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 473,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551480.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "n.110-272A>G",
"hgvs_p": null,
"transcript": "ENST00000589726.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 379,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000589726.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285692",
"gene_hgnc_id": null,
"hgvs_c": "n.475-6146T>C",
"hgvs_p": null,
"transcript": "ENST00000648881.1",
"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": 867,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000648881.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"hgvs_c": "n.105-272A>G",
"hgvs_p": null,
"transcript": "NR_073163.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": 1904,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_073163.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ATF7-NPFF",
"gene_hgnc_id": 55073,
"hgvs_c": "n.105-272A>G",
"hgvs_p": null,
"transcript": "NR_159377.1",
"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": 2221,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_159377.1"
}
],
"gene_symbol": "ATF7",
"gene_hgnc_id": 792,
"dbsnp": "rs1485395",
"frequency_reference_population": 0.16466299,
"hom_count_reference_population": 2133,
"allele_count_reference_population": 25065,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.164663,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 25065,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 2133,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5,
"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.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.085,
"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": "NM_001366555.2",
"gene_symbol": "ATF7",
"hgnc_id": 792,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001366559.1",
"gene_symbol": "ATF7-NPFF",
"hgnc_id": 55073,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.-21-272A>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000648881.1",
"gene_symbol": "ENSG00000285692",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.475-6146T>C",
"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
}