← 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: 17-46513422-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=46513422&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 46513422,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001006607.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "NM_001006607.3",
"protein_id": "NP_001006608.2",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1700,
"cds_start": 710,
"cds_end": null,
"cds_length": 5103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000576629.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001006607.3"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "ENST00000576629.6",
"protein_id": "ENSP00000459551.1",
"transcript_support_level": 5,
"aa_start": 237,
"aa_end": null,
"aa_length": 1700,
"cds_start": 710,
"cds_end": null,
"cds_length": 5103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001006607.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000576629.6"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "NM_001385803.1",
"protein_id": "NP_001372732.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1698,
"cds_start": 710,
"cds_end": null,
"cds_length": 5097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385803.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "ENST00000706058.1",
"protein_id": "ENSP00000516210.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1541,
"cds_start": 710,
"cds_end": null,
"cds_length": 4626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706058.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "XM_011524841.4",
"protein_id": "XP_011523143.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1676,
"cds_start": 710,
"cds_end": null,
"cds_length": 5031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524841.4"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "XM_011524842.4",
"protein_id": "XP_011523144.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1665,
"cds_start": 710,
"cds_end": null,
"cds_length": 4998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524842.4"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "XM_011524843.4",
"protein_id": "XP_011523145.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1651,
"cds_start": 710,
"cds_end": null,
"cds_length": 4956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524843.4"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "XM_011524844.4",
"protein_id": "XP_011523146.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1649,
"cds_start": 710,
"cds_end": null,
"cds_length": 4950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524844.4"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "XM_047436141.1",
"protein_id": "XP_047292097.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1643,
"cds_start": 710,
"cds_end": null,
"cds_length": 4932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436141.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "XM_011524846.4",
"protein_id": "XP_011523148.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1625,
"cds_start": 710,
"cds_end": null,
"cds_length": 4878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524846.4"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "XM_047436142.1",
"protein_id": "XP_047292098.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1608,
"cds_start": 710,
"cds_end": null,
"cds_length": 4827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436142.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.428C>T",
"hgvs_p": "p.Ser143Leu",
"transcript": "XM_047436143.1",
"protein_id": "XP_047292099.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 1606,
"cds_start": 428,
"cds_end": null,
"cds_length": 4821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436143.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "XM_024450773.2",
"protein_id": "XP_024306541.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1604,
"cds_start": 710,
"cds_end": null,
"cds_length": 4815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450773.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "XM_011524848.4",
"protein_id": "XP_011523150.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1600,
"cds_start": 710,
"cds_end": null,
"cds_length": 4803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524848.4"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.428C>T",
"hgvs_p": "p.Ser143Leu",
"transcript": "XM_047436144.1",
"protein_id": "XP_047292100.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 1531,
"cds_start": 428,
"cds_end": null,
"cds_length": 4596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436144.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "XM_011524849.3",
"protein_id": "XP_011523151.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 1018,
"cds_start": 710,
"cds_end": null,
"cds_length": 3057,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524849.3"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu",
"transcript": "XM_011524850.4",
"protein_id": "XP_011523152.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 969,
"cds_start": 710,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524850.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.*454C>T",
"hgvs_p": null,
"transcript": "XM_047436147.1",
"protein_id": "XP_047292103.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 547,
"cds_start": null,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436147.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.-89+1814C>T",
"hgvs_p": null,
"transcript": "ENST00000705813.1",
"protein_id": "ENSP00000516171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 677,
"cds_start": null,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000705813.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "c.*21+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706251.1",
"protein_id": "ENSP00000516298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 239,
"cds_start": null,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706251.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "c.*21+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706304.1",
"protein_id": "ENSP00000516344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 239,
"cds_start": null,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706304.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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "c.*53+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706303.1",
"protein_id": "ENSP00000516343.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 203,
"cds_start": null,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706303.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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "c.*21+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706253.1",
"protein_id": "ENSP00000516300.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 157,
"cds_start": null,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706253.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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "c.*76+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706248.1",
"protein_id": "ENSP00000516295.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 132,
"cds_start": null,
"cds_end": null,
"cds_length": 399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706248.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "c.*21+3672G>A",
"hgvs_p": null,
"transcript": "NM_001288812.1",
"protein_id": "NP_001275741.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": null,
"cds_end": null,
"cds_length": 378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288812.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "c.*21+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706245.1",
"protein_id": "ENSP00000516292.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": null,
"cds_end": null,
"cds_length": 378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706245.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "c.*21+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706247.1",
"protein_id": "ENSP00000516294.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": null,
"cds_end": null,
"cds_length": 378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706247.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "c.*21+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706254.1",
"protein_id": "ENSP00000516301.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": null,
"cds_end": null,
"cds_length": 378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706254.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.15-3940C>T",
"hgvs_p": null,
"transcript": "XM_047436145.1",
"protein_id": "XP_047292101.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 835,
"cds_start": null,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436145.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"hgvs_c": "c.218+1814C>T",
"hgvs_p": null,
"transcript": "XM_047436146.1",
"protein_id": "XP_047292102.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 766,
"cds_start": null,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436146.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "c.*21+3672G>A",
"hgvs_p": null,
"transcript": "XM_005257439.6",
"protein_id": "XP_005257496.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": null,
"cds_end": null,
"cds_length": 378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257439.6"
},
{
"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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "n.*233+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706246.1",
"protein_id": "ENSP00000516293.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": "ENST00000706246.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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "n.*194+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706249.1",
"protein_id": "ENSP00000516296.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": "ENST00000706249.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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "n.*76+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706250.1",
"protein_id": "ENSP00000516297.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": "ENST00000706250.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "n.*233+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706252.1",
"protein_id": "ENSP00000516299.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": "ENST00000706252.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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "n.*21+3672G>A",
"hgvs_p": null,
"transcript": "ENST00000706302.1",
"protein_id": "ENSP00000516342.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": "ENST00000706302.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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "n.804+3672G>A",
"hgvs_p": null,
"transcript": "XR_934475.4",
"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_934475.4"
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "n.804+3672G>A",
"hgvs_p": null,
"transcript": "XR_934478.4",
"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_934478.4"
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "ARL17A",
"gene_hgnc_id": 24096,
"hgvs_c": "n.804+3672G>A",
"hgvs_p": null,
"transcript": "XR_934479.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_934479.3"
}
],
"gene_symbol": "LRRC37A2",
"gene_hgnc_id": 32404,
"dbsnp": "rs1195171075",
"frequency_reference_population": null,
"hom_count_reference_population": null,
"allele_count_reference_population": null,
"gnomad_exomes_af": 0.00687863,
"gnomad_genomes_af": 0.031098,
"gnomad_exomes_ac": 1546,
"gnomad_genomes_ac": 550,
"gnomad_exomes_homalt": 182,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0023373663425445557,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.014,
"revel_prediction": "Benign",
"alphamissense_score": 0.0817,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.731,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001006607.3",
"gene_symbol": "LRRC37A2",
"hgnc_id": 32404,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.710C>T",
"hgvs_p": "p.Ser237Leu"
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001288812.1",
"gene_symbol": "ARL17A",
"hgnc_id": 24096,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*21+3672G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}