← 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: 10-87754701-CAT-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=87754701&ref=CAT&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 87754701,
"ref": "CAT",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "NM_032810.4",
"consequences": [
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "NM_001321967.2",
"protein_id": "NP_001308896.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000680024.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321967.2"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000680024.1",
"protein_id": "ENSP00000506333.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001321967.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680024.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000328142.3",
"protein_id": "ENSP00000339016.2",
"transcript_support_level": 1,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000328142.3"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1094_1095delAT",
"hgvs_p": "p.His365fs",
"transcript": "ENST00000944904.1",
"protein_id": "ENSP00000614963.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 369,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944904.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1094_1095delAT",
"hgvs_p": "p.His365fs",
"transcript": "ENST00000944905.1",
"protein_id": "ENSP00000614964.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 369,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944905.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "NM_032810.4",
"protein_id": "NP_116199.2",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032810.4"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000308448.11",
"protein_id": "ENSP00000339017.4",
"transcript_support_level": 2,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000308448.11"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000852089.1",
"protein_id": "ENSP00000522148.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852089.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000852092.1",
"protein_id": "ENSP00000522151.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852092.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000852098.1",
"protein_id": "ENSP00000522157.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852098.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000852100.1",
"protein_id": "ENSP00000522159.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852100.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000852101.1",
"protein_id": "ENSP00000522160.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852101.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000852102.1",
"protein_id": "ENSP00000522161.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852102.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000852103.1",
"protein_id": "ENSP00000522162.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852103.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000940754.1",
"protein_id": "ENSP00000610813.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940754.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000944899.1",
"protein_id": "ENSP00000614958.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944899.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000944906.1",
"protein_id": "ENSP00000614965.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944906.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000944907.1",
"protein_id": "ENSP00000614966.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944907.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "ENST00000944908.1",
"protein_id": "ENSP00000614967.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944908.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1046_1047delAT",
"hgvs_p": "p.His349fs",
"transcript": "ENST00000852094.1",
"protein_id": "ENSP00000522153.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 353,
"cds_start": 1046,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852094.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1046_1047delAT",
"hgvs_p": "p.His349fs",
"transcript": "ENST00000944900.1",
"protein_id": "ENSP00000614959.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 353,
"cds_start": 1046,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944900.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1019_1020delAT",
"hgvs_p": "p.His340fs",
"transcript": "ENST00000944901.1",
"protein_id": "ENSP00000614960.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 344,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944901.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.980_981delAT",
"hgvs_p": "p.His327fs",
"transcript": "NM_001321968.2",
"protein_id": "NP_001308897.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 331,
"cds_start": 980,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321968.2"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.980_981delAT",
"hgvs_p": "p.His327fs",
"transcript": "ENST00000852090.1",
"protein_id": "ENSP00000522149.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 331,
"cds_start": 980,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852090.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.980_981delAT",
"hgvs_p": "p.His327fs",
"transcript": "ENST00000852096.1",
"protein_id": "ENSP00000522155.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 331,
"cds_start": 980,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852096.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.980_981delAT",
"hgvs_p": "p.His327fs",
"transcript": "ENST00000944902.1",
"protein_id": "ENSP00000614961.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 331,
"cds_start": 980,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944902.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.971_972delAT",
"hgvs_p": "p.His324fs",
"transcript": "ENST00000852093.1",
"protein_id": "ENSP00000522152.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 328,
"cds_start": 971,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852093.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.971_972delAT",
"hgvs_p": "p.His324fs",
"transcript": "ENST00000940755.1",
"protein_id": "ENSP00000610814.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 328,
"cds_start": 971,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940755.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.929_930delAT",
"hgvs_p": "p.His310fs",
"transcript": "ENST00000852091.1",
"protein_id": "ENSP00000522150.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 314,
"cds_start": 929,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852091.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.929_930delAT",
"hgvs_p": "p.His310fs",
"transcript": "ENST00000852097.1",
"protein_id": "ENSP00000522156.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 314,
"cds_start": 929,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852097.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.869_870delAT",
"hgvs_p": "p.His290fs",
"transcript": "ENST00000852095.1",
"protein_id": "ENSP00000522154.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 294,
"cds_start": 869,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852095.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.869_870delAT",
"hgvs_p": "p.His290fs",
"transcript": "ENST00000940756.1",
"protein_id": "ENSP00000610815.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 294,
"cds_start": 869,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940756.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.869_870delAT",
"hgvs_p": "p.His290fs",
"transcript": "ENST00000944898.1",
"protein_id": "ENSP00000614957.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 294,
"cds_start": 869,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944898.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.779_780delAT",
"hgvs_p": "p.His260fs",
"transcript": "ENST00000852099.1",
"protein_id": "ENSP00000522158.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 264,
"cds_start": 779,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852099.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.728_729delAT",
"hgvs_p": "p.His243fs",
"transcript": "ENST00000944903.1",
"protein_id": "ENSP00000614962.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 247,
"cds_start": 728,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944903.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.713_714delAT",
"hgvs_p": "p.His238fs",
"transcript": "NM_001321969.2",
"protein_id": "NP_001308898.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 242,
"cds_start": 713,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321969.2"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "XM_005270252.6",
"protein_id": "XP_005270309.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270252.6"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "XM_017016847.3",
"protein_id": "XP_016872336.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016847.3"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs",
"transcript": "XM_047425908.1",
"protein_id": "XP_047281864.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 361,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425908.1"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.980_981delAT",
"hgvs_p": "p.His327fs",
"transcript": "XM_017016848.2",
"protein_id": "XP_016872337.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 331,
"cds_start": 980,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016848.2"
},
{
"aa_ref": "H",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "c.896_897delAT",
"hgvs_p": "p.His299fs",
"transcript": "XM_011540302.2",
"protein_id": "XP_011538604.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 303,
"cds_start": 896,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540302.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "n.*359_*360delAT",
"hgvs_p": null,
"transcript": "ENST00000680388.1",
"protein_id": "ENSP00000505894.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000680388.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "n.*734_*735delAT",
"hgvs_p": null,
"transcript": "ENST00000681308.1",
"protein_id": "ENSP00000506112.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000681308.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "n.*687_*688delAT",
"hgvs_p": null,
"transcript": "ENST00000681602.1",
"protein_id": "ENSP00000505593.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000681602.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "n.*322_*323delAT",
"hgvs_p": null,
"transcript": "ENST00000681629.1",
"protein_id": "ENSP00000506152.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000681629.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "n.1230_1231delAT",
"hgvs_p": null,
"transcript": "NR_135914.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_135914.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "n.*359_*360delAT",
"hgvs_p": null,
"transcript": "ENST00000680388.1",
"protein_id": "ENSP00000505894.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000680388.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "n.*734_*735delAT",
"hgvs_p": null,
"transcript": "ENST00000681308.1",
"protein_id": "ENSP00000506112.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000681308.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "n.*687_*688delAT",
"hgvs_p": null,
"transcript": "ENST00000681602.1",
"protein_id": "ENSP00000505593.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000681602.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"hgvs_c": "n.*322_*323delAT",
"hgvs_p": null,
"transcript": "ENST00000681629.1",
"protein_id": "ENSP00000506152.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000681629.1"
}
],
"gene_symbol": "ATAD1",
"gene_hgnc_id": 25903,
"dbsnp": "rs751499706",
"frequency_reference_population": 0.000022938566,
"hom_count_reference_population": 0,
"allele_count_reference_population": 37,
"gnomad_exomes_af": 0.0000246435,
"gnomad_genomes_af": 0.00000657142,
"gnomad_exomes_ac": 36,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 6.81,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 14,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1_Moderate,PS3,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PVS1_Moderate",
"PS3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_032810.4",
"gene_symbol": "ATAD1",
"hgnc_id": 25903,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1070_1071delAT",
"hgvs_p": "p.His357fs"
}
],
"clinvar_disease": "Hyperekplexia 4,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 LP:1",
"phenotype_combined": "Hyperekplexia 4|not provided",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}