← 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: 19-10357877-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=10357877&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 10357877,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000525621.6",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "NM_003331.5",
"protein_id": "NP_003322.3",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 1187,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 2731,
"cdna_end": null,
"cdna_length": 4243,
"mane_select": "ENST00000525621.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "ENST00000525621.6",
"protein_id": "ENSP00000431885.1",
"transcript_support_level": 1,
"aa_start": 785,
"aa_end": null,
"aa_length": 1187,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 2731,
"cdna_end": null,
"cdna_length": 4243,
"mane_select": "NM_003331.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.1798C>T",
"hgvs_p": "p.Pro600Ser",
"transcript": "ENST00000524462.5",
"protein_id": "ENSP00000433203.1",
"transcript_support_level": 1,
"aa_start": 600,
"aa_end": null,
"aa_length": 1002,
"cds_start": 1798,
"cds_end": null,
"cds_length": 3009,
"cdna_start": 1944,
"cdna_end": null,
"cdna_length": 3456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "NM_001385204.1",
"protein_id": "NP_001372133.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 1257,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3774,
"cdna_start": 2731,
"cdna_end": null,
"cdna_length": 4453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "NM_001385203.1",
"protein_id": "NP_001372132.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 1214,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3645,
"cdna_start": 2731,
"cdna_end": null,
"cdna_length": 4324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "NM_001406461.1",
"protein_id": "NP_001393390.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 1187,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 2641,
"cdna_end": null,
"cdna_length": 4153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "ENST00000531836.7",
"protein_id": "ENSP00000436175.2",
"transcript_support_level": 4,
"aa_start": 785,
"aa_end": null,
"aa_length": 1187,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 2641,
"cdna_end": null,
"cdna_length": 4158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "NM_001385200.1",
"protein_id": "NP_001372129.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 1186,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3561,
"cdna_start": 2731,
"cdna_end": null,
"cdna_length": 4240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2335C>T",
"hgvs_p": "p.Pro779Ser",
"transcript": "NM_001385207.1",
"protein_id": "NP_001372136.1",
"transcript_support_level": null,
"aa_start": 779,
"aa_end": null,
"aa_length": 1181,
"cds_start": 2335,
"cds_end": null,
"cds_length": 3546,
"cdna_start": 2713,
"cdna_end": null,
"cdna_length": 4225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "ENST00000699360.1",
"protein_id": "ENSP00000514331.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 1173,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3522,
"cdna_start": 2767,
"cdna_end": null,
"cdna_length": 4201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2269C>T",
"hgvs_p": "p.Pro757Ser",
"transcript": "NM_001385202.1",
"protein_id": "NP_001372131.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 1159,
"cds_start": 2269,
"cds_end": null,
"cds_length": 3480,
"cdna_start": 2647,
"cdna_end": null,
"cdna_length": 4159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2263C>T",
"hgvs_p": "p.Pro755Ser",
"transcript": "NM_001385205.1",
"protein_id": "NP_001372134.1",
"transcript_support_level": null,
"aa_start": 755,
"aa_end": null,
"aa_length": 1157,
"cds_start": 2263,
"cds_end": null,
"cds_length": 3474,
"cdna_start": 2641,
"cdna_end": null,
"cdna_length": 4153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "NM_001385197.1",
"protein_id": "NP_001372126.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 1150,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3453,
"cdna_start": 2731,
"cdna_end": null,
"cdna_length": 4132,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "ENST00000525976.6",
"protein_id": "ENSP00000434831.2",
"transcript_support_level": 3,
"aa_start": 785,
"aa_end": null,
"aa_length": 1150,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3453,
"cdna_start": 2767,
"cdna_end": null,
"cdna_length": 4168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2227C>T",
"hgvs_p": "p.Pro743Ser",
"transcript": "NM_001385206.1",
"protein_id": "NP_001372135.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 1145,
"cds_start": 2227,
"cds_end": null,
"cds_length": 3438,
"cdna_start": 2605,
"cdna_end": null,
"cdna_length": 4117,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "NM_001385198.1",
"protein_id": "NP_001372127.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 1137,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3414,
"cdna_start": 2731,
"cdna_end": null,
"cdna_length": 4093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2167C>T",
"hgvs_p": "p.Pro723Ser",
"transcript": "NM_001385199.1",
"protein_id": "NP_001372128.1",
"transcript_support_level": null,
"aa_start": 723,
"aa_end": null,
"aa_length": 1125,
"cds_start": 2167,
"cds_end": null,
"cds_length": 3378,
"cdna_start": 2455,
"cdna_end": null,
"cdna_length": 3967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2155C>T",
"hgvs_p": "p.Pro719Ser",
"transcript": "NM_001385201.1",
"protein_id": "NP_001372130.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 1121,
"cds_start": 2155,
"cds_end": null,
"cds_length": 3366,
"cdna_start": 2533,
"cdna_end": null,
"cdna_length": 4045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "XM_047439304.1",
"protein_id": "XP_047295260.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 1142,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3429,
"cdna_start": 2731,
"cdna_end": null,
"cdna_length": 4129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2056C>T",
"hgvs_p": "p.Pro686Ser",
"transcript": "XM_011528246.4",
"protein_id": "XP_011526548.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 1088,
"cds_start": 2056,
"cds_end": null,
"cds_length": 3267,
"cdna_start": 2475,
"cdna_end": null,
"cdna_length": 3987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2056C>T",
"hgvs_p": "p.Pro686Ser",
"transcript": "XM_011528247.2",
"protein_id": "XP_011526549.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 1088,
"cds_start": 2056,
"cds_end": null,
"cds_length": 3267,
"cdna_start": 2182,
"cdna_end": null,
"cdna_length": 3694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser",
"transcript": "XM_047439305.1",
"protein_id": "XP_047295261.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 1066,
"cds_start": 2353,
"cds_end": null,
"cds_length": 3201,
"cdna_start": 2731,
"cdna_end": null,
"cdna_length": 3685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.1027C>T",
"hgvs_p": "p.Pro343Ser",
"transcript": "XM_011528249.3",
"protein_id": "XP_011526551.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 745,
"cds_start": 1027,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1188,
"cdna_end": null,
"cdna_length": 2700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*702C>T",
"hgvs_p": null,
"transcript": "ENST00000524470.2",
"protein_id": "ENSP00000514307.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2353C>T",
"hgvs_p": null,
"transcript": "ENST00000527481.3",
"protein_id": "ENSP00000466340.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2684C>T",
"hgvs_p": null,
"transcript": "ENST00000529370.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2767C>T",
"hgvs_p": null,
"transcript": "ENST00000529739.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*1904C>T",
"hgvs_p": null,
"transcript": "ENST00000530829.2",
"protein_id": "ENSP00000436826.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4300,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*395C>T",
"hgvs_p": null,
"transcript": "ENST00000533334.2",
"protein_id": "ENSP00000432320.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2767C>T",
"hgvs_p": null,
"transcript": "ENST00000534228.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.455C>T",
"hgvs_p": null,
"transcript": "ENST00000699354.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*413C>T",
"hgvs_p": null,
"transcript": "ENST00000699355.1",
"protein_id": "ENSP00000514328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2767C>T",
"hgvs_p": null,
"transcript": "ENST00000699356.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2767C>T",
"hgvs_p": null,
"transcript": "ENST00000699357.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2353C>T",
"hgvs_p": null,
"transcript": "ENST00000699358.1",
"protein_id": "ENSP00000514329.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*702C>T",
"hgvs_p": null,
"transcript": "ENST00000524470.2",
"protein_id": "ENSP00000514307.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*1904C>T",
"hgvs_p": null,
"transcript": "ENST00000530829.2",
"protein_id": "ENSP00000436826.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4300,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*395C>T",
"hgvs_p": null,
"transcript": "ENST00000533334.2",
"protein_id": "ENSP00000432320.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*413C>T",
"hgvs_p": null,
"transcript": "ENST00000699355.1",
"protein_id": "ENSP00000514328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"dbsnp": "rs972911609",
"frequency_reference_population": 0.0000065695253,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000656953,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.060190021991729736,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.084,
"revel_prediction": "Benign",
"alphamissense_score": 0.0647,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.371,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.07,
"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": "ENST00000525621.6",
"gene_symbol": "TYK2",
"hgnc_id": 12440,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2353C>T",
"hgvs_p": "p.Pro785Ser"
}
],
"clinvar_disease": "Immunodeficiency 35",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Immunodeficiency 35",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}