← 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: 3-49096067-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=49096067&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 49096067,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_005051.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2290C>T",
"hgvs_p": "p.Arg764*",
"transcript": "NM_005051.3",
"protein_id": "NP_005042.1",
"transcript_support_level": null,
"aa_start": 764,
"aa_end": null,
"aa_length": 775,
"cds_start": 2290,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000306125.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005051.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2290C>T",
"hgvs_p": "p.Arg764*",
"transcript": "ENST00000306125.12",
"protein_id": "ENSP00000307567.6",
"transcript_support_level": 1,
"aa_start": 764,
"aa_end": null,
"aa_length": 775,
"cds_start": 2290,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005051.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000306125.12"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.1855C>T",
"hgvs_p": "p.Arg619*",
"transcript": "ENST00000464962.6",
"protein_id": "ENSP00000489011.1",
"transcript_support_level": 1,
"aa_start": 619,
"aa_end": null,
"aa_length": 630,
"cds_start": 1855,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464962.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2413C>T",
"hgvs_p": "p.Arg805*",
"transcript": "ENST00000965966.1",
"protein_id": "ENSP00000636025.1",
"transcript_support_level": null,
"aa_start": 805,
"aa_end": null,
"aa_length": 816,
"cds_start": 2413,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965966.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2320C>T",
"hgvs_p": "p.Arg774*",
"transcript": "ENST00000965963.1",
"protein_id": "ENSP00000636022.1",
"transcript_support_level": null,
"aa_start": 774,
"aa_end": null,
"aa_length": 785,
"cds_start": 2320,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965963.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2287C>T",
"hgvs_p": "p.Arg763*",
"transcript": "ENST00000870701.1",
"protein_id": "ENSP00000540760.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 774,
"cds_start": 2287,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870701.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2287C>T",
"hgvs_p": "p.Arg763*",
"transcript": "ENST00000965961.1",
"protein_id": "ENSP00000636020.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 774,
"cds_start": 2287,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965961.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2257C>T",
"hgvs_p": "p.Arg753*",
"transcript": "NM_001272073.2",
"protein_id": "NP_001259002.1",
"transcript_support_level": null,
"aa_start": 753,
"aa_end": null,
"aa_length": 764,
"cds_start": 2257,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001272073.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2257C>T",
"hgvs_p": "p.Arg753*",
"transcript": "ENST00000414533.5",
"protein_id": "ENSP00000390015.1",
"transcript_support_level": 2,
"aa_start": 753,
"aa_end": null,
"aa_length": 764,
"cds_start": 2257,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414533.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2239C>T",
"hgvs_p": "p.Arg747*",
"transcript": "ENST00000965960.1",
"protein_id": "ENSP00000636019.1",
"transcript_support_level": null,
"aa_start": 747,
"aa_end": null,
"aa_length": 758,
"cds_start": 2239,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965960.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2236C>T",
"hgvs_p": "p.Arg746*",
"transcript": "ENST00000965967.1",
"protein_id": "ENSP00000636026.1",
"transcript_support_level": null,
"aa_start": 746,
"aa_end": null,
"aa_length": 757,
"cds_start": 2236,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965967.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2218C>T",
"hgvs_p": "p.Arg740*",
"transcript": "ENST00000965965.1",
"protein_id": "ENSP00000636024.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 751,
"cds_start": 2218,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965965.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2164C>T",
"hgvs_p": "p.Arg722*",
"transcript": "ENST00000965968.1",
"protein_id": "ENSP00000636027.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 733,
"cds_start": 2164,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965968.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2104C>T",
"hgvs_p": "p.Arg702*",
"transcript": "ENST00000965962.1",
"protein_id": "ENSP00000636021.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 713,
"cds_start": 2104,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965962.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693*",
"transcript": "ENST00000913518.1",
"protein_id": "ENSP00000583577.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 704,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913518.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.889C>T",
"hgvs_p": "p.Arg297*",
"transcript": "ENST00000965964.1",
"protein_id": "ENSP00000636023.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 308,
"cds_start": 889,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965964.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.724C>T",
"hgvs_p": "p.Arg242*",
"transcript": "ENST00000453392.5",
"protein_id": "ENSP00000396326.1",
"transcript_support_level": 5,
"aa_start": 242,
"aa_end": null,
"aa_length": 253,
"cds_start": 724,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453392.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.2164C>T",
"hgvs_p": "p.Arg722*",
"transcript": "XM_017006965.3",
"protein_id": "XP_016862454.2",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 733,
"cds_start": 2164,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006965.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Thr87Thr",
"transcript": "ENST00000466179.2",
"protein_id": "ENSP00000489462.1",
"transcript_support_level": 3,
"aa_start": 87,
"aa_end": null,
"aa_length": 91,
"cds_start": 261,
"cds_end": null,
"cds_length": 276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000466179.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*1938C>T",
"hgvs_p": null,
"transcript": "ENST00000430182.5",
"protein_id": "ENSP00000389823.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000430182.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.1198C>T",
"hgvs_p": null,
"transcript": "ENST00000459870.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000459870.6"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.848C>T",
"hgvs_p": null,
"transcript": "ENST00000470113.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000470113.2"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.752C>T",
"hgvs_p": null,
"transcript": "ENST00000482248.7",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000482248.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*89C>T",
"hgvs_p": null,
"transcript": "ENST00000487495.5",
"protein_id": "ENSP00000489384.1",
"transcript_support_level": 3,
"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": "ENST00000487495.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.546C>T",
"hgvs_p": null,
"transcript": "ENST00000494984.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": "ENST00000494984.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.252C>T",
"hgvs_p": null,
"transcript": "ENST00000497635.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000497635.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*108C>T",
"hgvs_p": null,
"transcript": "ENST00000634336.1",
"protein_id": "ENSP00000489223.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": "ENST00000634336.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*108C>T",
"hgvs_p": null,
"transcript": "ENST00000634473.1",
"protein_id": "ENSP00000489214.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": "ENST00000634473.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*1923C>T",
"hgvs_p": null,
"transcript": "ENST00000636018.1",
"protein_id": "ENSP00000489930.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": "ENST00000636018.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*65C>T",
"hgvs_p": null,
"transcript": "ENST00000636669.1",
"protein_id": "ENSP00000490664.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": "ENST00000636669.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.1243C>T",
"hgvs_p": null,
"transcript": "ENST00000637113.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000637113.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*684C>T",
"hgvs_p": null,
"transcript": "ENST00000637281.1",
"protein_id": "ENSP00000489828.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": "ENST00000637281.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.2265C>T",
"hgvs_p": null,
"transcript": "NR_073590.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_073590.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*1938C>T",
"hgvs_p": null,
"transcript": "ENST00000430182.5",
"protein_id": "ENSP00000389823.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000430182.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*89C>T",
"hgvs_p": null,
"transcript": "ENST00000487495.5",
"protein_id": "ENSP00000489384.1",
"transcript_support_level": 3,
"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": "ENST00000487495.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*108C>T",
"hgvs_p": null,
"transcript": "ENST00000634336.1",
"protein_id": "ENSP00000489223.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": "ENST00000634336.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*108C>T",
"hgvs_p": null,
"transcript": "ENST00000634473.1",
"protein_id": "ENSP00000489214.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": "ENST00000634473.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*1923C>T",
"hgvs_p": null,
"transcript": "ENST00000636018.1",
"protein_id": "ENSP00000489930.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": "ENST00000636018.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*65C>T",
"hgvs_p": null,
"transcript": "ENST00000636669.1",
"protein_id": "ENSP00000490664.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": "ENST00000636669.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"hgvs_c": "n.*684C>T",
"hgvs_p": null,
"transcript": "ENST00000637281.1",
"protein_id": "ENSP00000489828.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": "ENST00000637281.1"
}
],
"gene_symbol": "QARS1",
"gene_hgnc_id": 9751,
"dbsnp": "rs746327492",
"frequency_reference_population": 0.0000086751015,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000889458,
"gnomad_genomes_af": 0.00000656814,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6200000047683716,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.62,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.399,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.07,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PVS1_Moderate,PM2",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PVS1_Moderate",
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005051.3",
"gene_symbol": "QARS1",
"hgnc_id": 9751,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2290C>T",
"hgvs_p": "p.Arg764*"
}
],
"clinvar_disease": "Diffuse cerebral and cerebellar atrophy - intractable seizures - progressive microcephaly syndrome",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Diffuse cerebral and cerebellar atrophy - intractable seizures - progressive microcephaly syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}