← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 1-11022529-T-TA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=11022529&ref=T&alt=TA&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 11022529,
"ref": "T",
"alt": "TA",
"effect": "frameshift_variant,stop_gained",
"transcript": "ENST00000240185.8",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.1121dupA",
"hgvs_p": "p.Tyr374fs",
"transcript": "NM_007375.4",
"protein_id": "NP_031401.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 414,
"cds_start": 1122,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1224,
"cdna_end": null,
"cdna_length": 4185,
"mane_select": "ENST00000240185.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.1121dupA",
"hgvs_p": "p.Tyr374fs",
"transcript": "ENST00000240185.8",
"protein_id": "ENSP00000240185.4",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 414,
"cds_start": 1122,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1224,
"cdna_end": null,
"cdna_length": 4185,
"mane_select": "NM_007375.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.768+353dupA",
"hgvs_p": null,
"transcript": "ENST00000649624.1",
"protein_id": "ENSP00000497327.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 269,
"cds_start": -4,
"cds_end": null,
"cds_length": 810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant",
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.1121dupA",
"hgvs_p": "p.Tyr374fs",
"transcript": "ENST00000639083.1",
"protein_id": "ENSP00000491203.1",
"transcript_support_level": 5,
"aa_start": 374,
"aa_end": null,
"aa_length": 414,
"cds_start": 1122,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1191,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.*702dupA",
"hgvs_p": null,
"transcript": "ENST00000439080.6",
"protein_id": "ENSP00000404666.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.221dupA",
"hgvs_p": null,
"transcript": "ENST00000620505.1",
"protein_id": "ENSP00000479758.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.1223dupA",
"hgvs_p": null,
"transcript": "XR_007058558.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3451,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.1223dupA",
"hgvs_p": null,
"transcript": "XR_007058559.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.1223dupA",
"hgvs_p": null,
"transcript": "XR_007058560.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.1223dupA",
"hgvs_p": null,
"transcript": "XR_007058561.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.1223dupA",
"hgvs_p": null,
"transcript": "XR_007058562.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.1223dupA",
"hgvs_p": null,
"transcript": "XR_007058563.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.1223dupA",
"hgvs_p": null,
"transcript": "XR_007058564.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.*702dupA",
"hgvs_p": null,
"transcript": "ENST00000439080.6",
"protein_id": "ENSP00000404666.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank_end": null,
"gene_symbol": "MASP2",
"gene_hgnc_id": 6902,
"hgvs_c": "c.1397-337dupT",
"hgvs_p": null,
"transcript": "ENST00000700088.1",
"protein_id": "ENSP00000514787.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 471,
"cds_start": -4,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.859+262dupA",
"hgvs_p": null,
"transcript": "ENST00000621790.4",
"protein_id": "ENSP00000482191.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 304,
"cds_start": -4,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.841+280dupA",
"hgvs_p": null,
"transcript": "ENST00000616545.4",
"protein_id": "ENSP00000484722.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 301,
"cds_start": -4,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.841+280dupA",
"hgvs_p": null,
"transcript": "ENST00000629725.2",
"protein_id": "ENSP00000486989.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 298,
"cds_start": -4,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.832+289dupA",
"hgvs_p": null,
"transcript": "ENST00000315091.7",
"protein_id": "ENSP00000313129.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": -4,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.580+280dupA",
"hgvs_p": null,
"transcript": "ENST00000617172.4",
"protein_id": "ENSP00000479219.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": -4,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.577+289dupA",
"hgvs_p": null,
"transcript": "ENST00000622057.4",
"protein_id": "ENSP00000481206.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 199,
"cds_start": -4,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.319+280dupA",
"hgvs_p": null,
"transcript": "ENST00000610369.4",
"protein_id": "ENSP00000482559.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 127,
"cds_start": -4,
"cds_end": null,
"cds_length": 384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.106+280dupA",
"hgvs_p": null,
"transcript": "ENST00000612542.1",
"protein_id": "ENSP00000478249.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 60,
"cds_start": -4,
"cds_end": null,
"cds_length": 183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.841+280dupA",
"hgvs_p": null,
"transcript": "ENST00000473869.5",
"protein_id": "ENSP00000432132.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.139+280dupA",
"hgvs_p": null,
"transcript": "ENST00000477447.6",
"protein_id": "ENSP00000465888.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.211+289dupA",
"hgvs_p": null,
"transcript": "ENST00000611136.4",
"protein_id": "ENSP00000481737.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.472+289dupA",
"hgvs_p": null,
"transcript": "ENST00000611963.4",
"protein_id": "ENSP00000481330.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.219+353dupA",
"hgvs_p": null,
"transcript": "ENST00000614494.1",
"protein_id": "ENSP00000482754.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.841+280dupA",
"hgvs_p": null,
"transcript": "ENST00000614757.4",
"protein_id": "ENSP00000481867.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.391+280dupA",
"hgvs_p": null,
"transcript": "ENST00000619555.4",
"protein_id": "ENSP00000479978.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 682,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.391+280dupA",
"hgvs_p": null,
"transcript": "ENST00000620632.4",
"protein_id": "ENSP00000480771.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.832+289dupA",
"hgvs_p": null,
"transcript": "ENST00000639599.1",
"protein_id": "ENSP00000492196.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "n.-21_-20insA",
"hgvs_p": null,
"transcript": "ENST00000621573.1",
"protein_id": "ENSP00000477852.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 992,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"hgvs_c": "c.*219_*220insA",
"hgvs_p": null,
"transcript": "ENST00000621715.4",
"protein_id": "ENSP00000480690.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 242,
"cds_start": -4,
"cds_end": null,
"cds_length": 730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TARDBP",
"gene_hgnc_id": 11571,
"dbsnp": "rs80356737",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 8.504,
"phylop100way_prediction": "Pathogenic",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PVS1_Strong",
"PM2"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000240185.8",
"gene_symbol": "TARDBP",
"hgnc_id": 11571,
"effects": [
"frameshift_variant",
"stop_gained"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1121dupA",
"hgvs_p": "p.Tyr374fs"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000700088.1",
"gene_symbol": "MASP2",
"hgnc_id": 6902,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1397-337dupT",
"hgvs_p": null
}
],
"clinvar_disease": "Amyotrophic lateral sclerosis type 10,TARDBP-related disorder",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1 O:1",
"phenotype_combined": "Amyotrophic lateral sclerosis type 10|TARDBP-related disorder",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}