← 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: 16-30006262-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=30006262&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 30006262,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_003586.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "NM_003586.3",
"protein_id": "NP_003577.2",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000350119.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003586.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000350119.9",
"protein_id": "ENSP00000340017.4",
"transcript_support_level": 1,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003586.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000350119.9"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000564979.5",
"protein_id": "ENSP00000455624.1",
"transcript_support_level": 1,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564979.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000616445.4",
"protein_id": "ENSP00000482870.1",
"transcript_support_level": 1,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616445.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "NM_001282062.1",
"protein_id": "NP_001268991.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282062.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "NM_001282063.2",
"protein_id": "NP_001268992.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282063.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "NM_001282068.2",
"protein_id": "NP_001268997.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282068.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000564944.5",
"protein_id": "ENSP00000455196.1",
"transcript_support_level": 5,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564944.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000861623.1",
"protein_id": "ENSP00000531682.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861623.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000861624.1",
"protein_id": "ENSP00000531683.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861624.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000861625.1",
"protein_id": "ENSP00000531684.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861625.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000861626.1",
"protein_id": "ENSP00000531685.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861626.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000861627.1",
"protein_id": "ENSP00000531686.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861627.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000861629.1",
"protein_id": "ENSP00000531688.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861629.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000861630.1",
"protein_id": "ENSP00000531689.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861630.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000861631.1",
"protein_id": "ENSP00000531690.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861631.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000861632.1",
"protein_id": "ENSP00000531691.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861632.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000861633.1",
"protein_id": "ENSP00000531692.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861633.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934550.1",
"protein_id": "ENSP00000604609.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934550.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934551.1",
"protein_id": "ENSP00000604610.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934551.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934552.1",
"protein_id": "ENSP00000604611.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934552.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934553.1",
"protein_id": "ENSP00000604612.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934553.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934554.1",
"protein_id": "ENSP00000604613.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934554.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934555.1",
"protein_id": "ENSP00000604614.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934555.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934556.1",
"protein_id": "ENSP00000604615.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934556.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934557.1",
"protein_id": "ENSP00000604616.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934557.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934558.1",
"protein_id": "ENSP00000604617.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934558.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934559.1",
"protein_id": "ENSP00000604618.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934559.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934560.1",
"protein_id": "ENSP00000604619.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934560.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934561.1",
"protein_id": "ENSP00000604620.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934561.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000934562.1",
"protein_id": "ENSP00000604621.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934562.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000970451.1",
"protein_id": "ENSP00000640510.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970451.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000970452.1",
"protein_id": "ENSP00000640511.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970452.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000970453.1",
"protein_id": "ENSP00000640512.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970453.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000970455.1",
"protein_id": "ENSP00000640514.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970455.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000970456.1",
"protein_id": "ENSP00000640515.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970456.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000970458.1",
"protein_id": "ENSP00000640517.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970458.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000970459.1",
"protein_id": "ENSP00000640518.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970459.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000970460.1",
"protein_id": "ENSP00000640519.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970460.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000970461.1",
"protein_id": "ENSP00000640520.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970461.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "ENST00000970462.1",
"protein_id": "ENSP00000640521.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970462.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1121C>T",
"hgvs_p": "p.Pro374Leu",
"transcript": "ENST00000861628.1",
"protein_id": "ENSP00000531687.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 398,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861628.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1121C>T",
"hgvs_p": "p.Pro374Leu",
"transcript": "ENST00000970454.1",
"protein_id": "ENSP00000640513.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 398,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970454.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1121C>T",
"hgvs_p": "p.Pro374Leu",
"transcript": "ENST00000970457.1",
"protein_id": "ENSP00000640516.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 398,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970457.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "XM_047434802.1",
"protein_id": "XP_047290758.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434802.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "XM_047434803.1",
"protein_id": "XP_047290759.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434803.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "XM_047434804.1",
"protein_id": "XP_047290760.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434804.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "XM_047434805.1",
"protein_id": "XP_047290761.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434805.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "XM_047434806.1",
"protein_id": "XP_047290762.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434806.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu",
"transcript": "XM_047434807.1",
"protein_id": "XP_047290763.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 400,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434807.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "n.3003C>T",
"hgvs_p": null,
"transcript": "ENST00000564233.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "retained_intron",
"feature": "ENST00000564233.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "n.636C>T",
"hgvs_p": null,
"transcript": "ENST00000564357.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "retained_intron",
"feature": "ENST00000564357.5"
},
{
"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": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "n.*210C>T",
"hgvs_p": null,
"transcript": "ENST00000566310.5",
"protein_id": "ENSP00000454857.1",
"transcript_support_level": 2,
"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": "ENST00000566310.5"
},
{
"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": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "n.1048C>T",
"hgvs_p": null,
"transcript": "NR_104089.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_104089.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": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "n.985C>T",
"hgvs_p": null,
"transcript": "NR_104090.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_104090.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": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "n.*210C>T",
"hgvs_p": null,
"transcript": "ENST00000566310.5",
"protein_id": "ENSP00000454857.1",
"transcript_support_level": 2,
"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": "ENST00000566310.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"hgvs_c": "n.*666C>T",
"hgvs_p": null,
"transcript": "ENST00000561671.5",
"protein_id": "ENSP00000458670.1",
"transcript_support_level": 5,
"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": "ENST00000561671.5"
}
],
"gene_symbol": "DOC2A",
"gene_hgnc_id": 2985,
"dbsnp": "rs34246709",
"frequency_reference_population": 0.0010607376,
"hom_count_reference_population": 13,
"allele_count_reference_population": 1697,
"gnomad_exomes_af": 0.000752237,
"gnomad_genomes_af": 0.00399611,
"gnomad_exomes_ac": 1089,
"gnomad_genomes_ac": 608,
"gnomad_exomes_homalt": 6,
"gnomad_genomes_homalt": 7,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.006090044975280762,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.191,
"revel_prediction": "Benign",
"alphamissense_score": 0.16,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.002,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_003586.3",
"gene_symbol": "DOC2A",
"hgnc_id": 2985,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Pro376Leu"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}