← 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-31191419-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=31191419&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 31191419,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_004960.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1562G>A",
"hgvs_p": "p.Arg521His",
"transcript": "NM_004960.4",
"protein_id": "NP_004951.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 526,
"cds_start": 1562,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000254108.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004960.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1562G>A",
"hgvs_p": "p.Arg521His",
"transcript": "ENST00000254108.12",
"protein_id": "ENSP00000254108.8",
"transcript_support_level": 1,
"aa_start": 521,
"aa_end": null,
"aa_length": 526,
"cds_start": 1562,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004960.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000254108.12"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1559G>A",
"hgvs_p": "p.Arg520His",
"transcript": "ENST00000380244.8",
"protein_id": "ENSP00000369594.3",
"transcript_support_level": 1,
"aa_start": 520,
"aa_end": null,
"aa_length": 525,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380244.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*735G>A",
"hgvs_p": null,
"transcript": "ENST00000566605.5",
"protein_id": "ENSP00000455073.1",
"transcript_support_level": 1,
"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": "ENST00000566605.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*735G>A",
"hgvs_p": null,
"transcript": "ENST00000566605.5",
"protein_id": "ENSP00000455073.1",
"transcript_support_level": 1,
"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": "ENST00000566605.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1583G>A",
"hgvs_p": "p.Arg528His",
"transcript": "ENST00000925805.1",
"protein_id": "ENSP00000595863.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 533,
"cds_start": 1583,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925805.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1580G>A",
"hgvs_p": "p.Arg527His",
"transcript": "ENST00000948616.1",
"protein_id": "ENSP00000618675.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 532,
"cds_start": 1580,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948616.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1565G>A",
"hgvs_p": "p.Arg522His",
"transcript": "ENST00000568685.1",
"protein_id": "ENSP00000455282.1",
"transcript_support_level": 5,
"aa_start": 522,
"aa_end": null,
"aa_length": 527,
"cds_start": 1565,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568685.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1562G>A",
"hgvs_p": "p.Arg521His",
"transcript": "ENST00000875021.1",
"protein_id": "ENSP00000545080.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 526,
"cds_start": 1562,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875021.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1559G>A",
"hgvs_p": "p.Arg520His",
"transcript": "NM_001170634.1",
"protein_id": "NP_001164105.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 525,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001170634.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1556G>A",
"hgvs_p": "p.Arg519His",
"transcript": "ENST00000715542.1",
"protein_id": "ENSP00000520462.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 524,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000715542.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1556G>A",
"hgvs_p": "p.Arg519His",
"transcript": "ENST00000875027.1",
"protein_id": "ENSP00000545086.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 524,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875027.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1556G>A",
"hgvs_p": "p.Arg519His",
"transcript": "ENST00000948617.1",
"protein_id": "ENSP00000618676.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 524,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948617.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1553G>A",
"hgvs_p": "p.Arg518His",
"transcript": "ENST00000875023.1",
"protein_id": "ENSP00000545082.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 523,
"cds_start": 1553,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875023.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1553G>A",
"hgvs_p": "p.Arg518His",
"transcript": "ENST00000875028.1",
"protein_id": "ENSP00000545087.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 523,
"cds_start": 1553,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875028.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1553G>A",
"hgvs_p": "p.Arg518His",
"transcript": "ENST00000925796.1",
"protein_id": "ENSP00000595855.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 523,
"cds_start": 1553,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925796.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1553G>A",
"hgvs_p": "p.Arg518His",
"transcript": "ENST00000948618.1",
"protein_id": "ENSP00000618677.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 523,
"cds_start": 1553,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948618.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1550G>A",
"hgvs_p": "p.Arg517His",
"transcript": "NM_001170937.1",
"protein_id": "NP_001164408.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 522,
"cds_start": 1550,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001170937.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1544G>A",
"hgvs_p": "p.Arg515His",
"transcript": "ENST00000875024.1",
"protein_id": "ENSP00000545083.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 520,
"cds_start": 1544,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875024.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1544G>A",
"hgvs_p": "p.Arg515His",
"transcript": "ENST00000875033.1",
"protein_id": "ENSP00000545092.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 520,
"cds_start": 1544,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875033.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1529G>A",
"hgvs_p": "p.Arg510His",
"transcript": "ENST00000875030.1",
"protein_id": "ENSP00000545089.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 515,
"cds_start": 1529,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875030.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1505G>A",
"hgvs_p": "p.Arg502His",
"transcript": "ENST00000925800.1",
"protein_id": "ENSP00000595859.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 507,
"cds_start": 1505,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925800.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "ENST00000925797.1",
"protein_id": "ENSP00000595856.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 495,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925797.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1460G>A",
"hgvs_p": "p.Arg487His",
"transcript": "ENST00000875031.1",
"protein_id": "ENSP00000545090.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 492,
"cds_start": 1460,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875031.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1457G>A",
"hgvs_p": "p.Arg486His",
"transcript": "ENST00000875029.1",
"protein_id": "ENSP00000545088.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 491,
"cds_start": 1457,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875029.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1385G>A",
"hgvs_p": "p.Arg462His",
"transcript": "ENST00000875025.1",
"protein_id": "ENSP00000545084.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 467,
"cds_start": 1385,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875025.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1382G>A",
"hgvs_p": "p.Arg461His",
"transcript": "ENST00000948621.1",
"protein_id": "ENSP00000618680.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 466,
"cds_start": 1382,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948621.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1331G>A",
"hgvs_p": "p.Arg444His",
"transcript": "ENST00000925806.1",
"protein_id": "ENSP00000595865.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 449,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925806.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1328G>A",
"hgvs_p": "p.Arg443His",
"transcript": "ENST00000948620.1",
"protein_id": "ENSP00000618679.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 448,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948620.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1325G>A",
"hgvs_p": "p.Arg442His",
"transcript": "ENST00000925799.1",
"protein_id": "ENSP00000595858.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 447,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925799.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1253G>A",
"hgvs_p": "p.Arg418His",
"transcript": "ENST00000925801.1",
"protein_id": "ENSP00000595860.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925801.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1229G>A",
"hgvs_p": "p.Arg410His",
"transcript": "ENST00000925808.1",
"protein_id": "ENSP00000595867.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 415,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925808.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1052G>A",
"hgvs_p": "p.Arg351His",
"transcript": "ENST00000948619.1",
"protein_id": "ENSP00000618678.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 356,
"cds_start": 1052,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948619.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1031G>A",
"hgvs_p": "p.Arg344His",
"transcript": "ENST00000875026.1",
"protein_id": "ENSP00000545085.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 349,
"cds_start": 1031,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875026.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1028G>A",
"hgvs_p": "p.Arg343His",
"transcript": "ENST00000875032.1",
"protein_id": "ENSP00000545091.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 348,
"cds_start": 1028,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875032.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.983G>A",
"hgvs_p": "p.Arg328His",
"transcript": "ENST00000925807.1",
"protein_id": "ENSP00000595866.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 333,
"cds_start": 983,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925807.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318His",
"transcript": "ENST00000925795.1",
"protein_id": "ENSP00000595854.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 323,
"cds_start": 953,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925795.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.878G>A",
"hgvs_p": "p.Arg293His",
"transcript": "ENST00000875022.1",
"protein_id": "ENSP00000545081.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 298,
"cds_start": 878,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875022.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.806G>A",
"hgvs_p": "p.Arg269His",
"transcript": "ENST00000925798.1",
"protein_id": "ENSP00000595857.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 274,
"cds_start": 806,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925798.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.803G>A",
"hgvs_p": "p.Arg268His",
"transcript": "ENST00000925803.1",
"protein_id": "ENSP00000595862.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 273,
"cds_start": 803,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925803.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.692G>A",
"hgvs_p": "p.Arg231His",
"transcript": "ENST00000925802.1",
"protein_id": "ENSP00000595861.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 236,
"cds_start": 692,
"cds_end": null,
"cds_length": 711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925802.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1556G>A",
"hgvs_p": "p.Arg519His",
"transcript": "XM_011545781.2",
"protein_id": "XP_011544083.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 524,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545781.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1553G>A",
"hgvs_p": "p.Arg518His",
"transcript": "XM_024450221.2",
"protein_id": "XP_024305989.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 523,
"cds_start": 1553,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450221.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.947G>A",
"hgvs_p": "p.Arg316His",
"transcript": "XM_011545782.3",
"protein_id": "XP_011544084.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 321,
"cds_start": 947,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545782.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.639G>A",
"hgvs_p": null,
"transcript": "ENST00000483853.1",
"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": "ENST00000483853.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.4737G>A",
"hgvs_p": null,
"transcript": "ENST00000487509.6",
"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": "ENST00000487509.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.453G>A",
"hgvs_p": null,
"transcript": "ENST00000569760.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": "ENST00000569760.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*1311G>A",
"hgvs_p": null,
"transcript": "ENST00000715541.1",
"protein_id": "ENSP00000520461.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": "ENST00000715541.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.1632G>A",
"hgvs_p": null,
"transcript": "NR_028388.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_028388.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*1311G>A",
"hgvs_p": null,
"transcript": "ENST00000715541.1",
"protein_id": "ENSP00000520461.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": "ENST00000715541.1"
}
],
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"dbsnp": "rs121909671",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6937038898468018,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.608,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8116,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.2,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.309,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"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": "PM1,PM2,PM5,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_004960.4",
"gene_symbol": "FUS",
"hgnc_id": 4010,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,Unknown",
"hgvs_c": "c.1562G>A",
"hgvs_p": "p.Arg521His"
}
],
"clinvar_disease": " 4, hereditary essential,Amyotrophic lateral sclerosis type 6,Tremor,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4",
"phenotype_combined": "Amyotrophic lateral sclerosis type 6|Tremor, hereditary essential, 4;Amyotrophic lateral sclerosis type 6|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}