← 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-81251525-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=81251525&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 81251525,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001037984.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "NM_001037984.3",
"protein_id": "NP_001033073.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1119,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000374759.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001037984.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "ENST00000374759.8",
"protein_id": "ENSP00000363891.3",
"transcript_support_level": 5,
"aa_start": 678,
"aa_end": null,
"aa_length": 1119,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001037984.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374759.8"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "ENST00000288439.9",
"protein_id": "ENSP00000288439.5",
"transcript_support_level": 1,
"aa_start": 678,
"aa_end": null,
"aa_length": 780,
"cds_start": 2033,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000288439.9"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "ENST00000947966.1",
"protein_id": "ENSP00000618025.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1176,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947966.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "ENST00000947971.1",
"protein_id": "ENSP00000618030.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947971.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2171C>T",
"hgvs_p": "p.Ala724Val",
"transcript": "ENST00000918313.1",
"protein_id": "ENSP00000588372.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 1165,
"cds_start": 2171,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918313.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2153C>T",
"hgvs_p": "p.Ala718Val",
"transcript": "ENST00000947968.1",
"protein_id": "ENSP00000618027.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 1159,
"cds_start": 2153,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947968.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2135C>T",
"hgvs_p": "p.Ala712Val",
"transcript": "ENST00000899482.1",
"protein_id": "ENSP00000569541.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 1153,
"cds_start": 2135,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899482.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2102C>T",
"hgvs_p": "p.Ala701Val",
"transcript": "ENST00000947963.1",
"protein_id": "ENSP00000618022.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1142,
"cds_start": 2102,
"cds_end": null,
"cds_length": 3429,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947963.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2054C>T",
"hgvs_p": "p.Ala685Val",
"transcript": "ENST00000947967.1",
"protein_id": "ENSP00000618026.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 1133,
"cds_start": 2054,
"cds_end": null,
"cds_length": 3402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947967.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "ENST00000947959.1",
"protein_id": "ENSP00000618018.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1128,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947959.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2054C>T",
"hgvs_p": "p.Ala685Val",
"transcript": "ENST00000899487.1",
"protein_id": "ENSP00000569546.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 1126,
"cds_start": 2054,
"cds_end": null,
"cds_length": 3381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899487.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "ENST00000899490.1",
"protein_id": "ENSP00000569549.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1126,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899490.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2009C>T",
"hgvs_p": "p.Ala670Val",
"transcript": "ENST00000899495.1",
"protein_id": "ENSP00000569554.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 1111,
"cds_start": 2009,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899495.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1997C>T",
"hgvs_p": "p.Ala666Val",
"transcript": "ENST00000899485.1",
"protein_id": "ENSP00000569544.1",
"transcript_support_level": null,
"aa_start": 666,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1997,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899485.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1916C>T",
"hgvs_p": "p.Ala639Val",
"transcript": "ENST00000899488.1",
"protein_id": "ENSP00000569547.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 1080,
"cds_start": 1916,
"cds_end": null,
"cds_length": 3243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899488.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1871C>T",
"hgvs_p": "p.Ala624Val",
"transcript": "ENST00000947960.1",
"protein_id": "ENSP00000618019.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 1065,
"cds_start": 1871,
"cds_end": null,
"cds_length": 3198,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947960.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1850C>T",
"hgvs_p": "p.Ala617Val",
"transcript": "ENST00000947969.1",
"protein_id": "ENSP00000618028.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 1058,
"cds_start": 1850,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947969.1"
},
{
"aa_ref": "A",
"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": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1835C>T",
"hgvs_p": "p.Ala612Val",
"transcript": "ENST00000947964.1",
"protein_id": "ENSP00000618023.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 1053,
"cds_start": 1835,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947964.1"
},
{
"aa_ref": "A",
"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": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1814C>T",
"hgvs_p": "p.Ala605Val",
"transcript": "ENST00000899483.1",
"protein_id": "ENSP00000569542.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 1046,
"cds_start": 1814,
"cds_end": null,
"cds_length": 3141,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899483.1"
},
{
"aa_ref": "A",
"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": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1745C>T",
"hgvs_p": "p.Ala582Val",
"transcript": "ENST00000947970.1",
"protein_id": "ENSP00000618029.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 1023,
"cds_start": 1745,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947970.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "ENST00000899484.1",
"protein_id": "ENSP00000569543.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 984,
"cds_start": 2033,
"cds_end": null,
"cds_length": 2955,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899484.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "ENST00000899481.1",
"protein_id": "ENSP00000569540.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 976,
"cds_start": 2033,
"cds_end": null,
"cds_length": 2931,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899481.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "ENST00000899494.1",
"protein_id": "ENSP00000569553.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 975,
"cds_start": 2033,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899494.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "ENST00000899492.1",
"protein_id": "ENSP00000569551.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 959,
"cds_start": 2033,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899492.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2054C>T",
"hgvs_p": "p.Ala685Val",
"transcript": "ENST00000947962.1",
"protein_id": "ENSP00000618021.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 958,
"cds_start": 2054,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947962.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "ENST00000899486.1",
"protein_id": "ENSP00000569545.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 951,
"cds_start": 2033,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899486.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1376C>T",
"hgvs_p": "p.Ala459Val",
"transcript": "ENST00000947961.1",
"protein_id": "ENSP00000618020.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 908,
"cds_start": 1376,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947961.1"
},
{
"aa_ref": "A",
"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": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1376C>T",
"hgvs_p": "p.Ala459Val",
"transcript": "ENST00000899493.1",
"protein_id": "ENSP00000569552.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 900,
"cds_start": 1376,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899493.1"
},
{
"aa_ref": "A",
"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": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1226C>T",
"hgvs_p": "p.Ala409Val",
"transcript": "ENST00000918314.1",
"protein_id": "ENSP00000588373.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 850,
"cds_start": 1226,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918314.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "NM_138570.4",
"protein_id": "NP_612637.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 780,
"cds_start": 2033,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138570.4"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1001C>T",
"hgvs_p": "p.Ala334Val",
"transcript": "ENST00000918315.1",
"protein_id": "ENSP00000588374.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 775,
"cds_start": 1001,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918315.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.962C>T",
"hgvs_p": "p.Ala321Val",
"transcript": "ENST00000918316.1",
"protein_id": "ENSP00000588375.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 762,
"cds_start": 962,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918316.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.167C>T",
"hgvs_p": "p.Ala56Val",
"transcript": "ENST00000540966.5",
"protein_id": "ENSP00000437601.1",
"transcript_support_level": 3,
"aa_start": 56,
"aa_end": null,
"aa_length": 297,
"cds_start": 167,
"cds_end": null,
"cds_length": 896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540966.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.164C>T",
"hgvs_p": "p.Ala55Val",
"transcript": "ENST00000576151.1",
"protein_id": "ENSP00000458273.1",
"transcript_support_level": 2,
"aa_start": 55,
"aa_end": null,
"aa_length": 256,
"cds_start": 164,
"cds_end": null,
"cds_length": 772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000576151.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2054C>T",
"hgvs_p": "p.Ala685Val",
"transcript": "XM_011524288.2",
"protein_id": "XP_011522590.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 1134,
"cds_start": 2054,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524288.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val",
"transcript": "XM_005257019.2",
"protein_id": "XP_005257076.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1127,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257019.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.2054C>T",
"hgvs_p": "p.Ala685Val",
"transcript": "XM_011524289.2",
"protein_id": "XP_011522591.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 1126,
"cds_start": 2054,
"cds_end": null,
"cds_length": 3381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524289.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1787C>T",
"hgvs_p": "p.Ala596Val",
"transcript": "XM_011524290.2",
"protein_id": "XP_011522592.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 1045,
"cds_start": 1787,
"cds_end": null,
"cds_length": 3138,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524290.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": 16,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1945+670C>T",
"hgvs_p": null,
"transcript": "ENST00000947965.1",
"protein_id": "ENSP00000618024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1087,
"cds_start": null,
"cds_end": null,
"cds_length": 3264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947965.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": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1945+670C>T",
"hgvs_p": null,
"transcript": "ENST00000899491.1",
"protein_id": "ENSP00000569550.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1079,
"cds_start": null,
"cds_end": null,
"cds_length": 3240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899491.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": 11,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1289-4464C>T",
"hgvs_p": null,
"transcript": "ENST00000899489.1",
"protein_id": "ENSP00000569548.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 860,
"cds_start": null,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899489.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": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "c.1070-4464C>T",
"hgvs_p": null,
"transcript": "ENST00000918317.1",
"protein_id": "ENSP00000588376.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 787,
"cds_start": null,
"cds_end": null,
"cds_length": 2364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918317.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": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "n.2635C>T",
"hgvs_p": null,
"transcript": "ENST00000542075.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": "ENST00000542075.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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"hgvs_c": "n.979C>T",
"hgvs_p": null,
"transcript": "ENST00000573058.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "ENST00000573058.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000276101",
"gene_hgnc_id": null,
"hgvs_c": "n.332G>A",
"hgvs_p": null,
"transcript": "ENST00000611259.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "ENST00000611259.1"
}
],
"gene_symbol": "SLC38A10",
"gene_hgnc_id": 28237,
"dbsnp": "rs770439555",
"frequency_reference_population": 0.00002443459,
"hom_count_reference_population": 0,
"allele_count_reference_population": 39,
"gnomad_exomes_af": 0.0000193933,
"gnomad_genomes_af": 0.000072224,
"gnomad_exomes_ac": 28,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.025537461042404175,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.042,
"revel_prediction": "Benign",
"alphamissense_score": 0.0817,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.993,
"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_001037984.3",
"gene_symbol": "SLC38A10",
"hgnc_id": 28237,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2033C>T",
"hgvs_p": "p.Ala678Val"
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000611259.1",
"gene_symbol": "ENSG00000276101",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.332G>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
}