← 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: 12-119690188-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=119690188&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 119690188,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001206999.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6149C>T",
"hgvs_p": "p.Ala2050Val",
"transcript": "NM_001206999.2",
"protein_id": "NP_001193928.1",
"transcript_support_level": null,
"aa_start": 2050,
"aa_end": null,
"aa_length": 2069,
"cds_start": 6149,
"cds_end": null,
"cds_length": 6210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000392521.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206999.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6149C>T",
"hgvs_p": "p.Ala2050Val",
"transcript": "ENST00000392521.7",
"protein_id": "ENSP00000376306.2",
"transcript_support_level": 1,
"aa_start": 2050,
"aa_end": null,
"aa_length": 2069,
"cds_start": 6149,
"cds_end": null,
"cds_length": 6210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001206999.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392521.7"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6023C>T",
"hgvs_p": "p.Ala2008Val",
"transcript": "ENST00000261833.11",
"protein_id": "ENSP00000261833.7",
"transcript_support_level": 1,
"aa_start": 2008,
"aa_end": null,
"aa_length": 2027,
"cds_start": 6023,
"cds_end": null,
"cds_length": 6084,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261833.11"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6146C>T",
"hgvs_p": "p.Ala2049Val",
"transcript": "ENST00000928243.1",
"protein_id": "ENSP00000598302.1",
"transcript_support_level": null,
"aa_start": 2049,
"aa_end": null,
"aa_length": 2068,
"cds_start": 6146,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928243.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6146C>T",
"hgvs_p": "p.Ala2049Val",
"transcript": "ENST00000928244.1",
"protein_id": "ENSP00000598303.1",
"transcript_support_level": null,
"aa_start": 2049,
"aa_end": null,
"aa_length": 2065,
"cds_start": 6146,
"cds_end": null,
"cds_length": 6198,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928244.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6023C>T",
"hgvs_p": "p.Ala2008Val",
"transcript": "NM_007174.3",
"protein_id": "NP_009105.1",
"transcript_support_level": null,
"aa_start": 2008,
"aa_end": null,
"aa_length": 2027,
"cds_start": 6023,
"cds_end": null,
"cds_length": 6084,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007174.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.5975C>T",
"hgvs_p": "p.Ala1992Val",
"transcript": "ENST00000867920.1",
"protein_id": "ENSP00000537979.1",
"transcript_support_level": null,
"aa_start": 1992,
"aa_end": null,
"aa_length": 2011,
"cds_start": 5975,
"cds_end": null,
"cds_length": 6036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867920.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.4859C>T",
"hgvs_p": "p.Ala1620Val",
"transcript": "ENST00000392520.2",
"protein_id": "ENSP00000376305.2",
"transcript_support_level": 5,
"aa_start": 1620,
"aa_end": null,
"aa_length": 1639,
"cds_start": 4859,
"cds_end": null,
"cds_length": 4920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392520.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.4793C>T",
"hgvs_p": "p.Ala1598Val",
"transcript": "ENST00000679249.1",
"protein_id": "ENSP00000503976.1",
"transcript_support_level": null,
"aa_start": 1598,
"aa_end": null,
"aa_length": 1617,
"cds_start": 4793,
"cds_end": null,
"cds_length": 4854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679249.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.4766C>T",
"hgvs_p": "p.Ala1589Val",
"transcript": "ENST00000676849.1",
"protein_id": "ENSP00000503214.1",
"transcript_support_level": null,
"aa_start": 1589,
"aa_end": null,
"aa_length": 1608,
"cds_start": 4766,
"cds_end": null,
"cds_length": 4827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676849.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.4766C>T",
"hgvs_p": "p.Ala1589Val",
"transcript": "ENST00000678652.1",
"protein_id": "ENSP00000504849.1",
"transcript_support_level": null,
"aa_start": 1589,
"aa_end": null,
"aa_length": 1608,
"cds_start": 4766,
"cds_end": null,
"cds_length": 4827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678652.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.4751C>T",
"hgvs_p": "p.Ala1584Val",
"transcript": "ENST00000677993.1",
"protein_id": "ENSP00000503765.1",
"transcript_support_level": null,
"aa_start": 1584,
"aa_end": null,
"aa_length": 1603,
"cds_start": 4751,
"cds_end": null,
"cds_length": 4812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677993.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.4640C>T",
"hgvs_p": "p.Ala1547Val",
"transcript": "ENST00000678087.1",
"protein_id": "ENSP00000503863.1",
"transcript_support_level": null,
"aa_start": 1547,
"aa_end": null,
"aa_length": 1566,
"cds_start": 4640,
"cds_end": null,
"cds_length": 4701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678087.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.4553C>T",
"hgvs_p": "p.Ala1518Val",
"transcript": "ENST00000678677.1",
"protein_id": "ENSP00000503253.1",
"transcript_support_level": null,
"aa_start": 1518,
"aa_end": null,
"aa_length": 1537,
"cds_start": 4553,
"cds_end": null,
"cds_length": 4614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678677.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6194C>T",
"hgvs_p": "p.Ala2065Val",
"transcript": "XM_011537783.2",
"protein_id": "XP_011536085.1",
"transcript_support_level": null,
"aa_start": 2065,
"aa_end": null,
"aa_length": 2084,
"cds_start": 6194,
"cds_end": null,
"cds_length": 6255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537783.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6191C>T",
"hgvs_p": "p.Ala2064Val",
"transcript": "XM_011537784.2",
"protein_id": "XP_011536086.1",
"transcript_support_level": null,
"aa_start": 2064,
"aa_end": null,
"aa_length": 2083,
"cds_start": 6191,
"cds_end": null,
"cds_length": 6252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537784.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6149C>T",
"hgvs_p": "p.Ala2050Val",
"transcript": "XM_011537785.2",
"protein_id": "XP_011536087.1",
"transcript_support_level": null,
"aa_start": 2050,
"aa_end": null,
"aa_length": 2069,
"cds_start": 6149,
"cds_end": null,
"cds_length": 6210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537785.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6146C>T",
"hgvs_p": "p.Ala2049Val",
"transcript": "XM_017018735.2",
"protein_id": "XP_016874224.1",
"transcript_support_level": null,
"aa_start": 2049,
"aa_end": null,
"aa_length": 2068,
"cds_start": 6146,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018735.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6146C>T",
"hgvs_p": "p.Ala2049Val",
"transcript": "XM_017018736.2",
"protein_id": "XP_016874225.1",
"transcript_support_level": null,
"aa_start": 2049,
"aa_end": null,
"aa_length": 2068,
"cds_start": 6146,
"cds_end": null,
"cds_length": 6207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018736.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6104C>T",
"hgvs_p": "p.Ala2035Val",
"transcript": "XM_006719206.3",
"protein_id": "XP_006719269.1",
"transcript_support_level": null,
"aa_start": 2035,
"aa_end": null,
"aa_length": 2054,
"cds_start": 6104,
"cds_end": null,
"cds_length": 6165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719206.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6101C>T",
"hgvs_p": "p.Ala2034Val",
"transcript": "XM_017018737.2",
"protein_id": "XP_016874226.1",
"transcript_support_level": null,
"aa_start": 2034,
"aa_end": null,
"aa_length": 2053,
"cds_start": 6101,
"cds_end": null,
"cds_length": 6162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018737.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.6020C>T",
"hgvs_p": "p.Ala2007Val",
"transcript": "XM_047428134.1",
"protein_id": "XP_047284090.1",
"transcript_support_level": null,
"aa_start": 2007,
"aa_end": null,
"aa_length": 2026,
"cds_start": 6020,
"cds_end": null,
"cds_length": 6081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428134.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.5978C>T",
"hgvs_p": "p.Ala1993Val",
"transcript": "XM_011537787.2",
"protein_id": "XP_011536089.1",
"transcript_support_level": null,
"aa_start": 1993,
"aa_end": null,
"aa_length": 2012,
"cds_start": 5978,
"cds_end": null,
"cds_length": 6039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537787.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.5975C>T",
"hgvs_p": "p.Ala1992Val",
"transcript": "XM_011537788.2",
"protein_id": "XP_011536090.1",
"transcript_support_level": null,
"aa_start": 1992,
"aa_end": null,
"aa_length": 2011,
"cds_start": 5975,
"cds_end": null,
"cds_length": 6036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537788.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.4856C>T",
"hgvs_p": "p.Ala1619Val",
"transcript": "XM_011537789.2",
"protein_id": "XP_011536091.1",
"transcript_support_level": null,
"aa_start": 1619,
"aa_end": null,
"aa_length": 1638,
"cds_start": 4856,
"cds_end": null,
"cds_length": 4917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537789.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.4856C>T",
"hgvs_p": "p.Ala1619Val",
"transcript": "XM_011537790.2",
"protein_id": "XP_011536092.1",
"transcript_support_level": null,
"aa_start": 1619,
"aa_end": null,
"aa_length": 1638,
"cds_start": 4856,
"cds_end": null,
"cds_length": 4917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537790.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.4796C>T",
"hgvs_p": "p.Ala1599Val",
"transcript": "XM_011537791.3",
"protein_id": "XP_011536093.1",
"transcript_support_level": null,
"aa_start": 1599,
"aa_end": null,
"aa_length": 1618,
"cds_start": 4796,
"cds_end": null,
"cds_length": 4857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537791.3"
},
{
"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": 14,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "c.1227-3154C>T",
"hgvs_p": null,
"transcript": "ENST00000678494.1",
"protein_id": "ENSP00000503854.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 507,
"cds_start": null,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678494.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.4876C>T",
"hgvs_p": null,
"transcript": "ENST00000537607.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": "ENST00000537607.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.8309C>T",
"hgvs_p": null,
"transcript": "ENST00000545913.6",
"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": "ENST00000545913.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.3475C>T",
"hgvs_p": null,
"transcript": "ENST00000676693.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": "ENST00000676693.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.5509C>T",
"hgvs_p": null,
"transcript": "ENST00000676833.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": "ENST00000676833.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.*5255C>T",
"hgvs_p": null,
"transcript": "ENST00000677438.1",
"protein_id": "ENSP00000504095.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": "ENST00000677438.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.3346C>T",
"hgvs_p": null,
"transcript": "ENST00000677738.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": "ENST00000677738.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.1459C>T",
"hgvs_p": null,
"transcript": "ENST00000677742.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": "ENST00000677742.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.*5369C>T",
"hgvs_p": null,
"transcript": "ENST00000677812.1",
"protein_id": "ENSP00000504400.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": "ENST00000677812.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.*5252C>T",
"hgvs_p": null,
"transcript": "ENST00000677849.1",
"protein_id": "ENSP00000503820.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": "ENST00000677849.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.7606C>T",
"hgvs_p": null,
"transcript": "ENST00000678236.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": "ENST00000678236.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.878C>T",
"hgvs_p": null,
"transcript": "ENST00000678708.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": "ENST00000678708.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.*4156C>T",
"hgvs_p": null,
"transcript": "ENST00000679120.1",
"protein_id": "ENSP00000502891.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": "ENST00000679120.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.3642C>T",
"hgvs_p": null,
"transcript": "ENST00000679285.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": "ENST00000679285.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.*5255C>T",
"hgvs_p": null,
"transcript": "ENST00000677438.1",
"protein_id": "ENSP00000504095.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": "ENST00000677438.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.*5369C>T",
"hgvs_p": null,
"transcript": "ENST00000677812.1",
"protein_id": "ENSP00000504400.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": "ENST00000677812.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.*5252C>T",
"hgvs_p": null,
"transcript": "ENST00000677849.1",
"protein_id": "ENSP00000503820.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": "ENST00000677849.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.*4156C>T",
"hgvs_p": null,
"transcript": "ENST00000679120.1",
"protein_id": "ENSP00000502891.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": "ENST00000679120.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.*213C>T",
"hgvs_p": null,
"transcript": "ENST00000469414.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000469414.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"hgvs_c": "n.*194C>T",
"hgvs_p": null,
"transcript": "ENST00000544872.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": "retained_intron",
"feature": "ENST00000544872.1"
}
],
"gene_symbol": "CIT",
"gene_hgnc_id": 1985,
"dbsnp": "rs11547118",
"frequency_reference_population": 0.0000044951566,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000449516,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04372939467430115,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.1,
"revel_prediction": "Benign",
"alphamissense_score": 0.0622,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.414,
"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_001206999.2",
"gene_symbol": "CIT",
"hgnc_id": 1985,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.6149C>T",
"hgvs_p": "p.Ala2050Val"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}