← 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: 13-110651040-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=110651040&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 110651040,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_024537.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.1048C>G",
"hgvs_p": "p.Arg350Gly",
"transcript": "NM_024537.4",
"protein_id": "NP_078813.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 564,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000257347.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024537.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.1048C>G",
"hgvs_p": "p.Arg350Gly",
"transcript": "ENST00000257347.9",
"protein_id": "ENSP00000257347.4",
"transcript_support_level": 1,
"aa_start": 350,
"aa_end": null,
"aa_length": 564,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024537.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000257347.9"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.1048C>G",
"hgvs_p": "p.Arg350Gly",
"transcript": "ENST00000939453.1",
"protein_id": "ENSP00000609512.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 612,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939453.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.1042C>G",
"hgvs_p": "p.Arg348Gly",
"transcript": "ENST00000890914.1",
"protein_id": "ENSP00000560973.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 562,
"cds_start": 1042,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890914.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.1048C>G",
"hgvs_p": "p.Arg350Gly",
"transcript": "ENST00000939450.1",
"protein_id": "ENSP00000609509.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 562,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939450.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.964C>G",
"hgvs_p": "p.Arg322Gly",
"transcript": "ENST00000939451.1",
"protein_id": "ENSP00000609510.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 536,
"cds_start": 964,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939451.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.1048C>G",
"hgvs_p": "p.Arg350Gly",
"transcript": "ENST00000890913.1",
"protein_id": "ENSP00000560972.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 531,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890913.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.454C>G",
"hgvs_p": "p.Arg152Gly",
"transcript": "ENST00000890915.1",
"protein_id": "ENSP00000560974.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 366,
"cds_start": 454,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890915.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.262C>G",
"hgvs_p": "p.Arg88Gly",
"transcript": "NM_001352252.2",
"protein_id": "NP_001339181.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 302,
"cds_start": 262,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352252.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.1048C>G",
"hgvs_p": "p.Arg350Gly",
"transcript": "XM_047430605.1",
"protein_id": "XP_047286561.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 487,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430605.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.709C>G",
"hgvs_p": "p.Arg237Gly",
"transcript": "XM_006719953.4",
"protein_id": "XP_006720016.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 451,
"cds_start": 709,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719953.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.703C>G",
"hgvs_p": "p.Arg235Gly",
"transcript": "XM_047430606.1",
"protein_id": "XP_047286562.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 449,
"cds_start": 703,
"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": "XM_047430606.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.1048C>G",
"hgvs_p": "p.Arg350Gly",
"transcript": "XM_047430607.1",
"protein_id": "XP_047286563.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 446,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430607.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.262C>G",
"hgvs_p": "p.Arg88Gly",
"transcript": "XM_047430609.1",
"protein_id": "XP_047286565.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 302,
"cds_start": 262,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430609.1"
},
{
"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": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.920-3801C>G",
"hgvs_p": null,
"transcript": "ENST00000939452.1",
"protein_id": "ENSP00000609511.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 519,
"cds_start": null,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939452.1"
},
{
"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": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.524-3801C>G",
"hgvs_p": null,
"transcript": "ENST00000960810.1",
"protein_id": "ENSP00000630869.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 387,
"cds_start": null,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960810.1"
},
{
"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": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.988-3801C>G",
"hgvs_p": null,
"transcript": "XM_017020742.3",
"protein_id": "XP_016876231.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 358,
"cds_start": null,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020742.3"
},
{
"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": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "c.988-3801C>G",
"hgvs_p": null,
"transcript": "XM_047430608.1",
"protein_id": "XP_047286564.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 358,
"cds_start": null,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430608.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.482C>G",
"hgvs_p": null,
"transcript": "ENST00000481787.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": "ENST00000481787.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.127C>G",
"hgvs_p": null,
"transcript": "ENST00000487253.6",
"protein_id": "ENSP00000438267.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": "ENST00000487253.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.1240C>G",
"hgvs_p": null,
"transcript": "ENST00000535398.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": "pseudogene",
"feature": "ENST00000535398.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.141C>G",
"hgvs_p": null,
"transcript": "ENST00000535516.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000535516.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.332C>G",
"hgvs_p": null,
"transcript": "ENST00000535615.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000535615.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.168C>G",
"hgvs_p": null,
"transcript": "ENST00000537404.1",
"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": "ENST00000537404.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.352C>G",
"hgvs_p": null,
"transcript": "ENST00000537802.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": "ENST00000537802.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": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.248C>G",
"hgvs_p": null,
"transcript": "ENST00000539405.1",
"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": "ENST00000539405.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.472C>G",
"hgvs_p": null,
"transcript": "ENST00000540006.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": "ENST00000540006.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.564C>G",
"hgvs_p": null,
"transcript": "ENST00000543487.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000543487.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.393C>G",
"hgvs_p": null,
"transcript": "ENST00000545506.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": "ENST00000545506.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.1019C>G",
"hgvs_p": null,
"transcript": "NR_147941.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": "NR_147941.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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.1229C>G",
"hgvs_p": null,
"transcript": "NR_147942.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_147942.2"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.1071C>G",
"hgvs_p": null,
"transcript": "XR_001749667.3",
"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": "XR_001749667.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.326-3801C>G",
"hgvs_p": null,
"transcript": "ENST00000375781.9",
"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": "ENST00000375781.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.179-3801C>G",
"hgvs_p": null,
"transcript": "ENST00000537386.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000537386.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"hgvs_c": "n.279-3801C>G",
"hgvs_p": null,
"transcript": "ENST00000541362.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": "ENST00000541362.5"
}
],
"gene_symbol": "CARS2",
"gene_hgnc_id": 25695,
"dbsnp": "rs773231493",
"frequency_reference_population": 0.0000095860605,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000958606,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8674754500389099,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.403,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3136,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 0.164,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_024537.4",
"gene_symbol": "CARS2",
"hgnc_id": 25695,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1048C>G",
"hgvs_p": "p.Arg350Gly"
}
],
"clinvar_disease": "Combined oxidative phosphorylation defect type 27,Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Combined oxidative phosphorylation defect type 27|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}