← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 5-36645930-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=36645930&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 36645930,
"ref": "C",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001438458.1",
"consequences": [
{
"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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "NM_004172.5",
"protein_id": "NP_004163.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265113.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004172.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000265113.9",
"protein_id": "ENSP00000265113.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004172.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265113.9"
},
{
"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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000381918.4",
"protein_id": "ENSP00000371343.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381918.4"
},
{
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "NM_001438458.1",
"protein_id": "NP_001425387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 589,
"cds_start": null,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438458.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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000680232.1",
"protein_id": "ENSP00000506207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 589,
"cds_start": null,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680232.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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000936089.1",
"protein_id": "ENSP00000606148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 549,
"cds_start": null,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936089.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": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "NM_001438454.1",
"protein_id": "NP_001425383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438454.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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "NM_001438455.1",
"protein_id": "NP_001425384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438455.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": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "NM_001438456.1",
"protein_id": "NP_001425385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438456.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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "NM_001438457.1",
"protein_id": "NP_001425386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438457.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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000679983.1",
"protein_id": "ENSP00000505238.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679983.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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000679992.1",
"protein_id": "ENSP00000506585.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679992.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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000680318.1",
"protein_id": "ENSP00000505057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680318.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": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000858306.1",
"protein_id": "ENSP00000528365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858306.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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000858307.1",
"protein_id": "ENSP00000528366.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858307.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": 2,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000858308.1",
"protein_id": "ENSP00000528367.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858308.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": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "NM_001166695.3",
"protein_id": "NP_001160167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 497,
"cds_start": null,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166695.3"
},
{
"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": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "NM_001438459.1",
"protein_id": "NP_001425388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 497,
"cds_start": null,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438459.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": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000680125.1",
"protein_id": "ENSP00000506424.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 497,
"cds_start": null,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680125.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": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000681926.1",
"protein_id": "ENSP00000505850.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 497,
"cds_start": null,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681926.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": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000936087.1",
"protein_id": "ENSP00000606146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 497,
"cds_start": null,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936087.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": 2,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.182-25099C>G",
"hgvs_p": null,
"transcript": "NM_001289939.2",
"protein_id": "NP_001276868.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": null,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289939.2"
},
{
"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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.182-25099C>G",
"hgvs_p": null,
"transcript": "ENST00000613445.5",
"protein_id": "ENSP00000477672.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": null,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613445.5"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.182-25099C>G",
"hgvs_p": null,
"transcript": "ENST00000681909.1",
"protein_id": "ENSP00000506599.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": null,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681909.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": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000963662.1",
"protein_id": "ENSP00000633721.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": null,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963662.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": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.37+15430C>G",
"hgvs_p": null,
"transcript": "NM_001438460.1",
"protein_id": "NP_001425389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 448,
"cds_start": null,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438460.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": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.19+15448C>G",
"hgvs_p": null,
"transcript": "NM_001438461.1",
"protein_id": "NP_001425390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438461.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": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.-3+15886C>G",
"hgvs_p": null,
"transcript": "NM_001438462.1",
"protein_id": "NP_001425391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": null,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438462.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": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "NM_001289940.2",
"protein_id": "NP_001276869.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 430,
"cds_start": null,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289940.2"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000612708.5",
"protein_id": "ENSP00000483657.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 430,
"cds_start": null,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000612708.5"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000936088.1",
"protein_id": "ENSP00000606147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 399,
"cds_start": null,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936088.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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000963663.1",
"protein_id": "ENSP00000633722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": null,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963663.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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000858305.1",
"protein_id": "ENSP00000528364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 352,
"cds_start": null,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858305.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000679958.1",
"protein_id": "ENSP00000505246.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 133,
"cds_start": null,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679958.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.339+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000509272.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": "pseudogene",
"feature": "ENST00000509272.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.384+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000514563.5",
"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": "pseudogene",
"feature": "ENST00000514563.5"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000274441",
"gene_hgnc_id": null,
"hgvs_c": "n.33+3385G>C",
"hgvs_p": null,
"transcript": "ENST00000618632.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000618632.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.362+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000679423.1",
"protein_id": "ENSP00000505306.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": "ENST00000679423.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.*99+15448C>G",
"hgvs_p": null,
"transcript": "ENST00000679784.1",
"protein_id": "ENSP00000506030.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": "ENST00000679784.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.86+15430C>G",
"hgvs_p": null,
"transcript": "ENST00000680016.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": "ENST00000680016.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.*812+15448C>G",
"hgvs_p": null,
"transcript": "ENST00000680048.1",
"protein_id": "ENSP00000505296.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": "ENST00000680048.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.685+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000680064.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000680064.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.685+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000680205.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000680205.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.*99+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000680527.1",
"protein_id": "ENSP00000504868.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": "ENST00000680527.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.*31+15886C>G",
"hgvs_p": null,
"transcript": "ENST00000680655.1",
"protein_id": "ENSP00000506436.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": "ENST00000680655.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.527+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000680711.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": "ENST00000680711.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.685+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000680876.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000680876.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.685+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000680878.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000680878.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.685+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000681633.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681633.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.*181+9630C>G",
"hgvs_p": null,
"transcript": "ENST00000681726.1",
"protein_id": "ENSP00000505982.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": "ENST00000681726.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"hgvs_c": "n.434+16343C>G",
"hgvs_p": null,
"transcript": "ENST00000681814.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681814.1"
}
],
"gene_symbol": "SLC1A3",
"gene_hgnc_id": 10941,
"dbsnp": "rs3776572",
"frequency_reference_population": 0.58909667,
"hom_count_reference_population": 27949,
"allele_count_reference_population": 89591,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.589097,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 89591,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 27949,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7799999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.78,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.002,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001438458.1",
"gene_symbol": "SLC1A3",
"hgnc_id": 10941,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.319+16343C>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000618632.1",
"gene_symbol": "ENSG00000274441",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.33+3385G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}