← 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: 2-233274722-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=233274722&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 233274722,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001363742.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.898A>T",
"hgvs_p": "p.Thr300Ser",
"transcript": "NM_030803.7",
"protein_id": "NP_110430.5",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 607,
"cds_start": 898,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000392017.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030803.7"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.898A>T",
"hgvs_p": "p.Thr300Ser",
"transcript": "ENST00000392017.9",
"protein_id": "ENSP00000375872.4",
"transcript_support_level": 1,
"aa_start": 300,
"aa_end": null,
"aa_length": 607,
"cds_start": 898,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_030803.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392017.9"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.841A>T",
"hgvs_p": "p.Thr281Ser",
"transcript": "ENST00000392020.8",
"protein_id": "ENSP00000375875.4",
"transcript_support_level": 1,
"aa_start": 281,
"aa_end": null,
"aa_length": 588,
"cds_start": 841,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392020.8"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.409A>T",
"hgvs_p": "p.Thr137Ser",
"transcript": "ENST00000347464.9",
"protein_id": "ENSP00000318259.6",
"transcript_support_level": 1,
"aa_start": 137,
"aa_end": null,
"aa_length": 444,
"cds_start": 409,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000347464.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "n.*779A>T",
"hgvs_p": null,
"transcript": "ENST00000392021.7",
"protein_id": "ENSP00000375876.3",
"transcript_support_level": 1,
"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": "ENST00000392021.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "n.1044A>T",
"hgvs_p": null,
"transcript": "ENST00000479942.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000479942.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "n.*779A>T",
"hgvs_p": null,
"transcript": "ENST00000392021.7",
"protein_id": "ENSP00000375876.3",
"transcript_support_level": 1,
"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": "ENST00000392021.7"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.973A>T",
"hgvs_p": "p.Thr325Ser",
"transcript": "ENST00000962356.1",
"protein_id": "ENSP00000632415.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 632,
"cds_start": 973,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962356.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.949A>T",
"hgvs_p": "p.Thr317Ser",
"transcript": "NM_001363742.2",
"protein_id": "NP_001350671.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 624,
"cds_start": 949,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363742.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.949A>T",
"hgvs_p": "p.Thr317Ser",
"transcript": "ENST00000392018.1",
"protein_id": "ENSP00000375873.1",
"transcript_support_level": 5,
"aa_start": 317,
"aa_end": null,
"aa_length": 624,
"cds_start": 949,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392018.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.895A>T",
"hgvs_p": "p.Thr299Ser",
"transcript": "ENST00000962361.1",
"protein_id": "ENSP00000632420.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 606,
"cds_start": 895,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962361.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.892A>T",
"hgvs_p": "p.Thr298Ser",
"transcript": "ENST00000962354.1",
"protein_id": "ENSP00000632413.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 605,
"cds_start": 892,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962354.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.853A>T",
"hgvs_p": "p.Thr285Ser",
"transcript": "ENST00000905940.1",
"protein_id": "ENSP00000575999.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 592,
"cds_start": 853,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905940.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.841A>T",
"hgvs_p": "p.Thr281Ser",
"transcript": "NM_017974.4",
"protein_id": "NP_060444.3",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 588,
"cds_start": 841,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017974.4"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.898A>T",
"hgvs_p": "p.Thr300Ser",
"transcript": "ENST00000962355.1",
"protein_id": "ENSP00000632414.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 583,
"cds_start": 898,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962355.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.949A>T",
"hgvs_p": "p.Thr317Ser",
"transcript": "ENST00000962357.1",
"protein_id": "ENSP00000632416.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 565,
"cds_start": 949,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962357.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.646A>T",
"hgvs_p": "p.Thr216Ser",
"transcript": "NM_001190266.2",
"protein_id": "NP_001177195.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 523,
"cds_start": 646,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001190266.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.589A>T",
"hgvs_p": "p.Thr197Ser",
"transcript": "ENST00000905941.1",
"protein_id": "ENSP00000576000.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 504,
"cds_start": 589,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905941.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.550A>T",
"hgvs_p": "p.Thr184Ser",
"transcript": "NM_001190267.2",
"protein_id": "NP_001177196.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 491,
"cds_start": 550,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001190267.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.466A>T",
"hgvs_p": "p.Thr156Ser",
"transcript": "ENST00000905939.1",
"protein_id": "ENSP00000575998.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 463,
"cds_start": 466,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905939.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.460A>T",
"hgvs_p": "p.Thr154Ser",
"transcript": "ENST00000962358.1",
"protein_id": "ENSP00000632417.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 461,
"cds_start": 460,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962358.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.436A>T",
"hgvs_p": "p.Thr146Ser",
"transcript": "ENST00000962359.1",
"protein_id": "ENSP00000632418.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 453,
"cds_start": 436,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962359.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.421A>T",
"hgvs_p": "p.Thr141Ser",
"transcript": "ENST00000962360.1",
"protein_id": "ENSP00000632419.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 448,
"cds_start": 421,
"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": "ENST00000962360.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.409A>T",
"hgvs_p": "p.Thr137Ser",
"transcript": "NM_198890.3",
"protein_id": "NP_942593.2",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 444,
"cds_start": 409,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198890.3"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.466A>T",
"hgvs_p": "p.Thr156Ser",
"transcript": "ENST00000373525.9",
"protein_id": "ENSP00000362625.5",
"transcript_support_level": 5,
"aa_start": 156,
"aa_end": null,
"aa_length": 428,
"cds_start": 466,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373525.9"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.517A>T",
"hgvs_p": "p.Thr173Ser",
"transcript": "ENST00000444735.5",
"protein_id": "ENSP00000409215.1",
"transcript_support_level": 5,
"aa_start": 173,
"aa_end": null,
"aa_length": 176,
"cds_start": 517,
"cds_end": null,
"cds_length": 533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444735.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.409A>T",
"hgvs_p": "p.Thr137Ser",
"transcript": "ENST00000419681.5",
"protein_id": "ENSP00000398773.1",
"transcript_support_level": 5,
"aa_start": 137,
"aa_end": null,
"aa_length": 163,
"cds_start": 409,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419681.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.697A>T",
"hgvs_p": "p.Thr233Ser",
"transcript": "XM_006712608.4",
"protein_id": "XP_006712671.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 540,
"cds_start": 697,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006712608.4"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.646A>T",
"hgvs_p": "p.Thr216Ser",
"transcript": "XM_047444848.1",
"protein_id": "XP_047300804.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 523,
"cds_start": 646,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444848.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.589A>T",
"hgvs_p": "p.Thr197Ser",
"transcript": "XM_047444849.1",
"protein_id": "XP_047300805.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 504,
"cds_start": 589,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444849.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.517A>T",
"hgvs_p": "p.Thr173Ser",
"transcript": "XM_005246084.3",
"protein_id": "XP_005246141.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 480,
"cds_start": 517,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246084.3"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.466A>T",
"hgvs_p": "p.Thr156Ser",
"transcript": "XM_005246086.3",
"protein_id": "XP_005246143.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 463,
"cds_start": 466,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246086.3"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "c.949A>T",
"hgvs_p": "p.Thr317Ser",
"transcript": "XM_047444850.1",
"protein_id": "XP_047300806.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 458,
"cds_start": 949,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444850.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "n.1693A>T",
"hgvs_p": null,
"transcript": "ENST00000474148.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": "ENST00000474148.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "n.419A>T",
"hgvs_p": null,
"transcript": "ENST00000492298.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000492298.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"hgvs_c": "n.405A>T",
"hgvs_p": null,
"transcript": "ENST00000498620.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000498620.5"
}
],
"gene_symbol": "ATG16L1",
"gene_hgnc_id": 21498,
"dbsnp": "rs2241880",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.039399534463882446,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.038,
"revel_prediction": "Benign",
"alphamissense_score": 0.0655,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.448,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001363742.2",
"gene_symbol": "ATG16L1",
"hgnc_id": 21498,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.949A>T",
"hgvs_p": "p.Thr317Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}