← 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: 5-140675067-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=140675067&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 140675067,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_002109.6",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1261C>G",
"hgvs_p": "p.Leu421Val",
"transcript": "NM_002109.6",
"protein_id": "NP_002100.2",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 509,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000504156.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002109.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1261C>G",
"hgvs_p": "p.Leu421Val",
"transcript": "ENST00000504156.7",
"protein_id": "ENSP00000425634.1",
"transcript_support_level": 1,
"aa_start": 421,
"aa_end": null,
"aa_length": 509,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002109.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000504156.7"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1201C>G",
"hgvs_p": "p.Leu401Val",
"transcript": "ENST00000457527.6",
"protein_id": "ENSP00000387893.2",
"transcript_support_level": 1,
"aa_start": 401,
"aa_end": null,
"aa_length": 489,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457527.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1378C>G",
"hgvs_p": "p.Leu460Val",
"transcript": "ENST00000942727.1",
"protein_id": "ENSP00000612786.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 548,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942727.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1273C>G",
"hgvs_p": "p.Leu425Val",
"transcript": "ENST00000942728.1",
"protein_id": "ENSP00000612787.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 513,
"cds_start": 1273,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942728.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1261C>G",
"hgvs_p": "p.Leu421Val",
"transcript": "ENST00000507746.7",
"protein_id": "ENSP00000425889.2",
"transcript_support_level": 5,
"aa_start": 421,
"aa_end": null,
"aa_length": 512,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507746.7"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1261C>G",
"hgvs_p": "p.Leu421Val",
"transcript": "ENST00000675204.1",
"protein_id": "ENSP00000501643.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 511,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675204.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1255C>G",
"hgvs_p": "p.Leu419Val",
"transcript": "ENST00000937417.1",
"protein_id": "ENSP00000607476.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 507,
"cds_start": 1255,
"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": "ENST00000937417.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1201C>G",
"hgvs_p": "p.Leu401Val",
"transcript": "ENST00000937418.1",
"protein_id": "ENSP00000607477.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 492,
"cds_start": 1201,
"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": "ENST00000937418.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1201C>G",
"hgvs_p": "p.Leu401Val",
"transcript": "NM_001258041.3",
"protein_id": "NP_001244970.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 489,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258041.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1201C>G",
"hgvs_p": "p.Leu401Val",
"transcript": "ENST00000942725.1",
"protein_id": "ENSP00000612784.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 489,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942725.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1174C>G",
"hgvs_p": "p.Leu392Val",
"transcript": "NM_001289094.2",
"protein_id": "NP_001276023.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 480,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289094.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1153C>G",
"hgvs_p": "p.Leu385Val",
"transcript": "ENST00000676327.1",
"protein_id": "ENSP00000502594.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 473,
"cds_start": 1153,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676327.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1141C>G",
"hgvs_p": "p.Leu381Val",
"transcript": "NM_001258040.3",
"protein_id": "NP_001244969.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 469,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258040.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1141C>G",
"hgvs_p": "p.Leu381Val",
"transcript": "ENST00000438307.6",
"protein_id": "ENSP00000411511.2",
"transcript_support_level": 2,
"aa_start": 381,
"aa_end": null,
"aa_length": 469,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438307.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1135C>G",
"hgvs_p": "p.Leu379Val",
"transcript": "ENST00000937419.1",
"protein_id": "ENSP00000607478.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 467,
"cds_start": 1135,
"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": "ENST00000937419.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1081C>G",
"hgvs_p": "p.Leu361Val",
"transcript": "NM_001258042.3",
"protein_id": "NP_001244971.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 449,
"cds_start": 1081,
"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": "NM_001258042.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1081C>G",
"hgvs_p": "p.Leu361Val",
"transcript": "ENST00000307633.7",
"protein_id": "ENSP00000304668.3",
"transcript_support_level": 2,
"aa_start": 361,
"aa_end": null,
"aa_length": 449,
"cds_start": 1081,
"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": "ENST00000307633.7"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1054C>G",
"hgvs_p": "p.Leu352Val",
"transcript": "ENST00000675698.1",
"protein_id": "ENSP00000501581.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 440,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675698.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1039C>G",
"hgvs_p": "p.Leu347Val",
"transcript": "ENST00000937415.1",
"protein_id": "ENSP00000607474.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 438,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937415.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1039C>G",
"hgvs_p": "p.Leu347Val",
"transcript": "NM_001289092.2",
"protein_id": "NP_001276021.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 435,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289092.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1039C>G",
"hgvs_p": "p.Leu347Val",
"transcript": "ENST00000415192.6",
"protein_id": "ENSP00000411085.2",
"transcript_support_level": 2,
"aa_start": 347,
"aa_end": null,
"aa_length": 435,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415192.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1033C>G",
"hgvs_p": "p.Leu345Val",
"transcript": "ENST00000942726.1",
"protein_id": "ENSP00000612785.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 433,
"cds_start": 1033,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942726.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.931C>G",
"hgvs_p": "p.Leu311Val",
"transcript": "ENST00000675851.1",
"protein_id": "ENSP00000502624.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 399,
"cds_start": 931,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675851.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.919C>G",
"hgvs_p": "p.Leu307Val",
"transcript": "NM_001289093.2",
"protein_id": "NP_001276022.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 395,
"cds_start": 919,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289093.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.919C>G",
"hgvs_p": "p.Leu307Val",
"transcript": "ENST00000431330.7",
"protein_id": "ENSP00000393244.2",
"transcript_support_level": 2,
"aa_start": 307,
"aa_end": null,
"aa_length": 395,
"cds_start": 919,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431330.7"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.811C>G",
"hgvs_p": "p.Leu271Val",
"transcript": "ENST00000937416.1",
"protein_id": "ENSP00000607475.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 359,
"cds_start": 811,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937416.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.247C>G",
"hgvs_p": "p.Leu83Val",
"transcript": "ENST00000509087.2",
"protein_id": "ENSP00000502781.1",
"transcript_support_level": 2,
"aa_start": 83,
"aa_end": null,
"aa_length": 171,
"cds_start": 247,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509087.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "c.1195-242C>G",
"hgvs_p": null,
"transcript": "ENST00000675366.1",
"protein_id": "ENSP00000501747.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": null,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675366.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.2874C>G",
"hgvs_p": null,
"transcript": "ENST00000504366.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": "ENST00000504366.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.4006C>G",
"hgvs_p": null,
"transcript": "ENST00000506579.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": "ENST00000506579.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*1200C>G",
"hgvs_p": null,
"transcript": "ENST00000512396.6",
"protein_id": "ENSP00000421576.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": "ENST00000512396.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*1316C>G",
"hgvs_p": null,
"transcript": "ENST00000643686.1",
"protein_id": "ENSP00000493611.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": "ENST00000643686.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*1194C>G",
"hgvs_p": null,
"transcript": "ENST00000645491.1",
"protein_id": "ENSP00000494297.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": "ENST00000645491.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*1155C>G",
"hgvs_p": null,
"transcript": "ENST00000646229.1",
"protein_id": "ENSP00000495358.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": "ENST00000646229.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*551C>G",
"hgvs_p": null,
"transcript": "ENST00000674523.1",
"protein_id": "ENSP00000501816.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": "ENST00000674523.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.2358C>G",
"hgvs_p": null,
"transcript": "ENST00000675094.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000675094.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.1046C>G",
"hgvs_p": null,
"transcript": "ENST00000675355.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000675355.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.3168C>G",
"hgvs_p": null,
"transcript": "ENST00000675763.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000675763.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*354C>G",
"hgvs_p": null,
"transcript": "ENST00000675827.1",
"protein_id": "ENSP00000501900.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": "ENST00000675827.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.3079C>G",
"hgvs_p": null,
"transcript": "ENST00000675898.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000675898.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.2875C>G",
"hgvs_p": null,
"transcript": "ENST00000675967.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000675967.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*1200C>G",
"hgvs_p": null,
"transcript": "ENST00000512396.6",
"protein_id": "ENSP00000421576.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": "ENST00000512396.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*1316C>G",
"hgvs_p": null,
"transcript": "ENST00000643686.1",
"protein_id": "ENSP00000493611.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": "ENST00000643686.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*1194C>G",
"hgvs_p": null,
"transcript": "ENST00000645491.1",
"protein_id": "ENSP00000494297.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": "ENST00000645491.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*1155C>G",
"hgvs_p": null,
"transcript": "ENST00000646229.1",
"protein_id": "ENSP00000495358.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": "ENST00000646229.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*551C>G",
"hgvs_p": null,
"transcript": "ENST00000674523.1",
"protein_id": "ENSP00000501816.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": "ENST00000674523.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"hgvs_c": "n.*354C>G",
"hgvs_p": null,
"transcript": "ENST00000675827.1",
"protein_id": "ENSP00000501900.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": "ENST00000675827.1"
}
],
"gene_symbol": "HARS1",
"gene_hgnc_id": 4816,
"dbsnp": "rs34790864",
"frequency_reference_population": 0.0006173023,
"hom_count_reference_population": 5,
"allele_count_reference_population": 996,
"gnomad_exomes_af": 0.000314802,
"gnomad_genomes_af": 0.00352085,
"gnomad_exomes_ac": 460,
"gnomad_genomes_ac": 536,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 3,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.00903269648551941,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.436,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1283,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.674,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_002109.6",
"gene_symbol": "HARS1",
"hgnc_id": 4816,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1261C>G",
"hgvs_p": "p.Leu421Val"
}
],
"clinvar_disease": "Usher syndrome type 3B,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:3",
"phenotype_combined": "Usher syndrome type 3B|not provided|not specified",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}