← 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-119690218-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=119690218&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 119690218,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001206999.2",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "S",
"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.6119T>C",
"hgvs_p": "p.Phe2040Ser",
"transcript": "NM_001206999.2",
"protein_id": "NP_001193928.1",
"transcript_support_level": null,
"aa_start": 2040,
"aa_end": null,
"aa_length": 2069,
"cds_start": 6119,
"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": "F",
"aa_alt": "S",
"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.6119T>C",
"hgvs_p": "p.Phe2040Ser",
"transcript": "ENST00000392521.7",
"protein_id": "ENSP00000376306.2",
"transcript_support_level": 1,
"aa_start": 2040,
"aa_end": null,
"aa_length": 2069,
"cds_start": 6119,
"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": "F",
"aa_alt": "S",
"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.5993T>C",
"hgvs_p": "p.Phe1998Ser",
"transcript": "ENST00000261833.11",
"protein_id": "ENSP00000261833.7",
"transcript_support_level": 1,
"aa_start": 1998,
"aa_end": null,
"aa_length": 2027,
"cds_start": 5993,
"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": "F",
"aa_alt": "S",
"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.6116T>C",
"hgvs_p": "p.Phe2039Ser",
"transcript": "ENST00000928243.1",
"protein_id": "ENSP00000598302.1",
"transcript_support_level": null,
"aa_start": 2039,
"aa_end": null,
"aa_length": 2068,
"cds_start": 6116,
"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": "F",
"aa_alt": "S",
"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.6116T>C",
"hgvs_p": "p.Phe2039Ser",
"transcript": "ENST00000928244.1",
"protein_id": "ENSP00000598303.1",
"transcript_support_level": null,
"aa_start": 2039,
"aa_end": null,
"aa_length": 2065,
"cds_start": 6116,
"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": "F",
"aa_alt": "S",
"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.5993T>C",
"hgvs_p": "p.Phe1998Ser",
"transcript": "NM_007174.3",
"protein_id": "NP_009105.1",
"transcript_support_level": null,
"aa_start": 1998,
"aa_end": null,
"aa_length": 2027,
"cds_start": 5993,
"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": "F",
"aa_alt": "S",
"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.5945T>C",
"hgvs_p": "p.Phe1982Ser",
"transcript": "ENST00000867920.1",
"protein_id": "ENSP00000537979.1",
"transcript_support_level": null,
"aa_start": 1982,
"aa_end": null,
"aa_length": 2011,
"cds_start": 5945,
"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": "F",
"aa_alt": "S",
"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.4829T>C",
"hgvs_p": "p.Phe1610Ser",
"transcript": "ENST00000392520.2",
"protein_id": "ENSP00000376305.2",
"transcript_support_level": 5,
"aa_start": 1610,
"aa_end": null,
"aa_length": 1639,
"cds_start": 4829,
"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": "F",
"aa_alt": "S",
"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.4763T>C",
"hgvs_p": "p.Phe1588Ser",
"transcript": "ENST00000679249.1",
"protein_id": "ENSP00000503976.1",
"transcript_support_level": null,
"aa_start": 1588,
"aa_end": null,
"aa_length": 1617,
"cds_start": 4763,
"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": "F",
"aa_alt": "S",
"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.4736T>C",
"hgvs_p": "p.Phe1579Ser",
"transcript": "ENST00000676849.1",
"protein_id": "ENSP00000503214.1",
"transcript_support_level": null,
"aa_start": 1579,
"aa_end": null,
"aa_length": 1608,
"cds_start": 4736,
"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": "F",
"aa_alt": "S",
"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.4736T>C",
"hgvs_p": "p.Phe1579Ser",
"transcript": "ENST00000678652.1",
"protein_id": "ENSP00000504849.1",
"transcript_support_level": null,
"aa_start": 1579,
"aa_end": null,
"aa_length": 1608,
"cds_start": 4736,
"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": "F",
"aa_alt": "S",
"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.4721T>C",
"hgvs_p": "p.Phe1574Ser",
"transcript": "ENST00000677993.1",
"protein_id": "ENSP00000503765.1",
"transcript_support_level": null,
"aa_start": 1574,
"aa_end": null,
"aa_length": 1603,
"cds_start": 4721,
"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": "F",
"aa_alt": "S",
"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.4610T>C",
"hgvs_p": "p.Phe1537Ser",
"transcript": "ENST00000678087.1",
"protein_id": "ENSP00000503863.1",
"transcript_support_level": null,
"aa_start": 1537,
"aa_end": null,
"aa_length": 1566,
"cds_start": 4610,
"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": "F",
"aa_alt": "S",
"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.4523T>C",
"hgvs_p": "p.Phe1508Ser",
"transcript": "ENST00000678677.1",
"protein_id": "ENSP00000503253.1",
"transcript_support_level": null,
"aa_start": 1508,
"aa_end": null,
"aa_length": 1537,
"cds_start": 4523,
"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": "F",
"aa_alt": "S",
"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.6164T>C",
"hgvs_p": "p.Phe2055Ser",
"transcript": "XM_011537783.2",
"protein_id": "XP_011536085.1",
"transcript_support_level": null,
"aa_start": 2055,
"aa_end": null,
"aa_length": 2084,
"cds_start": 6164,
"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": "F",
"aa_alt": "S",
"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.6161T>C",
"hgvs_p": "p.Phe2054Ser",
"transcript": "XM_011537784.2",
"protein_id": "XP_011536086.1",
"transcript_support_level": null,
"aa_start": 2054,
"aa_end": null,
"aa_length": 2083,
"cds_start": 6161,
"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": "F",
"aa_alt": "S",
"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.6119T>C",
"hgvs_p": "p.Phe2040Ser",
"transcript": "XM_011537785.2",
"protein_id": "XP_011536087.1",
"transcript_support_level": null,
"aa_start": 2040,
"aa_end": null,
"aa_length": 2069,
"cds_start": 6119,
"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": "F",
"aa_alt": "S",
"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.6116T>C",
"hgvs_p": "p.Phe2039Ser",
"transcript": "XM_017018735.2",
"protein_id": "XP_016874224.1",
"transcript_support_level": null,
"aa_start": 2039,
"aa_end": null,
"aa_length": 2068,
"cds_start": 6116,
"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": "F",
"aa_alt": "S",
"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.6116T>C",
"hgvs_p": "p.Phe2039Ser",
"transcript": "XM_017018736.2",
"protein_id": "XP_016874225.1",
"transcript_support_level": null,
"aa_start": 2039,
"aa_end": null,
"aa_length": 2068,
"cds_start": 6116,
"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": "F",
"aa_alt": "S",
"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.6074T>C",
"hgvs_p": "p.Phe2025Ser",
"transcript": "XM_006719206.3",
"protein_id": "XP_006719269.1",
"transcript_support_level": null,
"aa_start": 2025,
"aa_end": null,
"aa_length": 2054,
"cds_start": 6074,
"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": "F",
"aa_alt": "S",
"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.6071T>C",
"hgvs_p": "p.Phe2024Ser",
"transcript": "XM_017018737.2",
"protein_id": "XP_016874226.1",
"transcript_support_level": null,
"aa_start": 2024,
"aa_end": null,
"aa_length": 2053,
"cds_start": 6071,
"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": "F",
"aa_alt": "S",
"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.5990T>C",
"hgvs_p": "p.Phe1997Ser",
"transcript": "XM_047428134.1",
"protein_id": "XP_047284090.1",
"transcript_support_level": null,
"aa_start": 1997,
"aa_end": null,
"aa_length": 2026,
"cds_start": 5990,
"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": "F",
"aa_alt": "S",
"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.5948T>C",
"hgvs_p": "p.Phe1983Ser",
"transcript": "XM_011537787.2",
"protein_id": "XP_011536089.1",
"transcript_support_level": null,
"aa_start": 1983,
"aa_end": null,
"aa_length": 2012,
"cds_start": 5948,
"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": "F",
"aa_alt": "S",
"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.5945T>C",
"hgvs_p": "p.Phe1982Ser",
"transcript": "XM_011537788.2",
"protein_id": "XP_011536090.1",
"transcript_support_level": null,
"aa_start": 1982,
"aa_end": null,
"aa_length": 2011,
"cds_start": 5945,
"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": "F",
"aa_alt": "S",
"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.4826T>C",
"hgvs_p": "p.Phe1609Ser",
"transcript": "XM_011537789.2",
"protein_id": "XP_011536091.1",
"transcript_support_level": null,
"aa_start": 1609,
"aa_end": null,
"aa_length": 1638,
"cds_start": 4826,
"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": "F",
"aa_alt": "S",
"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.4826T>C",
"hgvs_p": "p.Phe1609Ser",
"transcript": "XM_011537790.2",
"protein_id": "XP_011536092.1",
"transcript_support_level": null,
"aa_start": 1609,
"aa_end": null,
"aa_length": 1638,
"cds_start": 4826,
"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": "F",
"aa_alt": "S",
"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.4766T>C",
"hgvs_p": "p.Phe1589Ser",
"transcript": "XM_011537791.3",
"protein_id": "XP_011536093.1",
"transcript_support_level": null,
"aa_start": 1589,
"aa_end": null,
"aa_length": 1618,
"cds_start": 4766,
"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-3184T>C",
"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.4846T>C",
"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.8279T>C",
"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.3445T>C",
"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.5479T>C",
"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.*5225T>C",
"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.3316T>C",
"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.1429T>C",
"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.*5339T>C",
"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.*5222T>C",
"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.7576T>C",
"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.848T>C",
"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.*4126T>C",
"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.3612T>C",
"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.*5225T>C",
"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.*5339T>C",
"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.*5222T>C",
"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.*4126T>C",
"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.*183T>C",
"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.*164T>C",
"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": "rs1955859327",
"frequency_reference_population": 0.0000019731106,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000146168,
"gnomad_genomes_af": 0.0000065722,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5538002252578735,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.233,
"revel_prediction": "Benign",
"alphamissense_score": 0.3544,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.01,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.731,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001206999.2",
"gene_symbol": "CIT",
"hgnc_id": 1985,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.6119T>C",
"hgvs_p": "p.Phe2040Ser"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}