← 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: 8-17543422-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=17543422&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 17543422,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001164771.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "NM_001370338.1",
"protein_id": "NP_001357267.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000494857.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370338.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000494857.6",
"protein_id": "ENSP00000419140.2",
"transcript_support_level": 5,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001370338.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000494857.6"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.203C>A",
"hgvs_p": "p.Thr68Asn",
"transcript": "ENST00000004531.14",
"protein_id": "ENSP00000004531.10",
"transcript_support_level": 1,
"aa_start": 68,
"aa_end": null,
"aa_length": 698,
"cds_start": 203,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000004531.14"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.203C>A",
"hgvs_p": "p.Thr68Asn",
"transcript": "ENST00000398090.3",
"protein_id": "ENSP00000381164.3",
"transcript_support_level": 1,
"aa_start": 68,
"aa_end": null,
"aa_length": 697,
"cds_start": 203,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398090.3"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000522656.5",
"protein_id": "ENSP00000430464.1",
"transcript_support_level": 1,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522656.5"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000640220.1",
"protein_id": "ENSP00000492016.2",
"transcript_support_level": 1,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640220.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.203C>A",
"hgvs_p": "p.Thr68Asn",
"transcript": "NM_001164771.2",
"protein_id": "NP_001158243.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 698,
"cds_start": 203,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164771.2"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.203C>A",
"hgvs_p": "p.Thr68Asn",
"transcript": "NM_003046.6",
"protein_id": "NP_003037.4",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 697,
"cds_start": 203,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003046.6"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000915127.1",
"protein_id": "ENSP00000585186.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 679,
"cds_start": 83,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915127.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "NM_001008539.4",
"protein_id": "NP_001008539.3",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001008539.4"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000908542.1",
"protein_id": "ENSP00000578601.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908542.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000915126.1",
"protein_id": "ENSP00000585185.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915126.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000915128.1",
"protein_id": "ENSP00000585187.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915128.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000965690.1",
"protein_id": "ENSP00000635749.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965690.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000965692.1",
"protein_id": "ENSP00000635751.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965692.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "NM_001370337.1",
"protein_id": "NP_001357266.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 657,
"cds_start": 83,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370337.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000470360.5",
"protein_id": "ENSP00000419873.2",
"transcript_support_level": 5,
"aa_start": 28,
"aa_end": null,
"aa_length": 657,
"cds_start": 83,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000470360.5"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000908539.1",
"protein_id": "ENSP00000578598.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 657,
"cds_start": 83,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908539.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000908540.1",
"protein_id": "ENSP00000578599.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 657,
"cds_start": 83,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908540.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000908541.1",
"protein_id": "ENSP00000578600.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 657,
"cds_start": 83,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908541.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000908543.1",
"protein_id": "ENSP00000578602.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 657,
"cds_start": 83,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908543.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000908544.1",
"protein_id": "ENSP00000578603.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 657,
"cds_start": 83,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908544.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "ENST00000965691.1",
"protein_id": "ENSP00000635750.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 558,
"cds_start": 83,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965691.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "XM_005273611.5",
"protein_id": "XP_005273668.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005273611.5"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "XM_005273612.5",
"protein_id": "XP_005273669.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005273612.5"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "XM_017013746.2",
"protein_id": "XP_016869235.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017013746.2"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "XM_047422113.1",
"protein_id": "XP_047278069.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422113.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "XM_047422114.1",
"protein_id": "XP_047278070.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 658,
"cds_start": 83,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422114.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "XM_047422115.1",
"protein_id": "XP_047278071.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 657,
"cds_start": 83,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422115.1"
},
{
"aa_ref": "T",
"aa_alt": "N",
"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": "SLC7A2",
"gene_hgnc_id": 11060,
"hgvs_c": "c.83C>A",
"hgvs_p": "p.Thr28Asn",
"transcript": "XM_047422116.1",
"protein_id": "XP_047278072.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 657,
"cds_start": 83,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422116.1"
}
],
"gene_symbol": "SLC7A2",
"gene_hgnc_id": 11060,
"dbsnp": "rs1327292229",
"frequency_reference_population": 0.0000012391067,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84044e-7,
"gnomad_genomes_af": 0.00000657151,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3060249090194702,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.416,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1467,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.131,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001164771.2",
"gene_symbol": "SLC7A2",
"hgnc_id": 11060,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.203C>A",
"hgvs_p": "p.Thr68Asn"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}