← 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-10361525-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=10361525&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 10361525,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000525621.6",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "NM_003331.5",
"protein_id": "NP_003322.3",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1187,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 2411,
"cdna_end": null,
"cdna_length": 4243,
"mane_select": "ENST00000525621.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "ENST00000525621.6",
"protein_id": "ENSP00000431885.1",
"transcript_support_level": 1,
"aa_start": 678,
"aa_end": null,
"aa_length": 1187,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 2411,
"cdna_end": null,
"cdna_length": 4243,
"mane_select": "NM_003331.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.1478T>C",
"hgvs_p": "p.Val493Ala",
"transcript": "ENST00000524462.5",
"protein_id": "ENSP00000433203.1",
"transcript_support_level": 1,
"aa_start": 493,
"aa_end": null,
"aa_length": 1002,
"cds_start": 1478,
"cds_end": null,
"cds_length": 3009,
"cdna_start": 1624,
"cdna_end": null,
"cdna_length": 3456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "NM_001385204.1",
"protein_id": "NP_001372133.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1257,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3774,
"cdna_start": 2411,
"cdna_end": null,
"cdna_length": 4453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "NM_001385203.1",
"protein_id": "NP_001372132.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1214,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3645,
"cdna_start": 2411,
"cdna_end": null,
"cdna_length": 4324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "NM_001406461.1",
"protein_id": "NP_001393390.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1187,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 2321,
"cdna_end": null,
"cdna_length": 4153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "ENST00000531836.7",
"protein_id": "ENSP00000436175.2",
"transcript_support_level": 4,
"aa_start": 678,
"aa_end": null,
"aa_length": 1187,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3564,
"cdna_start": 2321,
"cdna_end": null,
"cdna_length": 4158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "NM_001385200.1",
"protein_id": "NP_001372129.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1186,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3561,
"cdna_start": 2411,
"cdna_end": null,
"cdna_length": 4240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2015T>C",
"hgvs_p": "p.Val672Ala",
"transcript": "NM_001385207.1",
"protein_id": "NP_001372136.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 1181,
"cds_start": 2015,
"cds_end": null,
"cds_length": 3546,
"cdna_start": 2393,
"cdna_end": null,
"cdna_length": 4225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "ENST00000699360.1",
"protein_id": "ENSP00000514331.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1173,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3522,
"cdna_start": 2447,
"cdna_end": null,
"cdna_length": 4201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.1949T>C",
"hgvs_p": "p.Val650Ala",
"transcript": "NM_001385202.1",
"protein_id": "NP_001372131.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 1159,
"cds_start": 1949,
"cds_end": null,
"cds_length": 3480,
"cdna_start": 2327,
"cdna_end": null,
"cdna_length": 4159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.1943T>C",
"hgvs_p": "p.Val648Ala",
"transcript": "NM_001385205.1",
"protein_id": "NP_001372134.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 1157,
"cds_start": 1943,
"cds_end": null,
"cds_length": 3474,
"cdna_start": 2321,
"cdna_end": null,
"cdna_length": 4153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "NM_001385197.1",
"protein_id": "NP_001372126.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1150,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3453,
"cdna_start": 2411,
"cdna_end": null,
"cdna_length": 4132,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "ENST00000525976.6",
"protein_id": "ENSP00000434831.2",
"transcript_support_level": 3,
"aa_start": 678,
"aa_end": null,
"aa_length": 1150,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3453,
"cdna_start": 2447,
"cdna_end": null,
"cdna_length": 4168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.1907T>C",
"hgvs_p": "p.Val636Ala",
"transcript": "NM_001385206.1",
"protein_id": "NP_001372135.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 1145,
"cds_start": 1907,
"cds_end": null,
"cds_length": 3438,
"cdna_start": 2285,
"cdna_end": null,
"cdna_length": 4117,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "NM_001385198.1",
"protein_id": "NP_001372127.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1137,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3414,
"cdna_start": 2411,
"cdna_end": null,
"cdna_length": 4093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.1847T>C",
"hgvs_p": "p.Val616Ala",
"transcript": "NM_001385199.1",
"protein_id": "NP_001372128.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 1125,
"cds_start": 1847,
"cds_end": null,
"cds_length": 3378,
"cdna_start": 2135,
"cdna_end": null,
"cdna_length": 3967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.1835T>C",
"hgvs_p": "p.Val612Ala",
"transcript": "NM_001385201.1",
"protein_id": "NP_001372130.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 1121,
"cds_start": 1835,
"cds_end": null,
"cds_length": 3366,
"cdna_start": 2213,
"cdna_end": null,
"cdna_length": 4045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "XM_047439304.1",
"protein_id": "XP_047295260.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1142,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3429,
"cdna_start": 2411,
"cdna_end": null,
"cdna_length": 4129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.1736T>C",
"hgvs_p": "p.Val579Ala",
"transcript": "XM_011528246.4",
"protein_id": "XP_011526548.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 1088,
"cds_start": 1736,
"cds_end": null,
"cds_length": 3267,
"cdna_start": 2155,
"cdna_end": null,
"cdna_length": 3987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.1736T>C",
"hgvs_p": "p.Val579Ala",
"transcript": "XM_011528247.2",
"protein_id": "XP_011526549.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 1088,
"cds_start": 1736,
"cds_end": null,
"cds_length": 3267,
"cdna_start": 1862,
"cdna_end": null,
"cdna_length": 3694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "XM_047439305.1",
"protein_id": "XP_047295261.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1066,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3201,
"cdna_start": 2411,
"cdna_end": null,
"cdna_length": 3685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Val236Ala",
"transcript": "XM_011528249.3",
"protein_id": "XP_011526551.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 745,
"cds_start": 707,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 868,
"cdna_end": null,
"cdna_length": 2700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala",
"transcript": "XM_047439306.1",
"protein_id": "XP_047295262.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 689,
"cds_start": 2033,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 2411,
"cdna_end": null,
"cdna_length": 2537,
"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": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*382T>C",
"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": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2033T>C",
"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": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2364T>C",
"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": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2447T>C",
"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": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*1584T>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.366T>C",
"hgvs_p": null,
"transcript": "ENST00000531620.1",
"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": 586,
"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": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2033T>C",
"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": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2447T>C",
"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": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*93T>C",
"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": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2447T>C",
"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": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2447T>C",
"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": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.2033T>C",
"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": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*382T>C",
"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": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*1584T>C",
"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": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "n.*93T>C",
"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": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"hgvs_c": "c.*93T>C",
"hgvs_p": null,
"transcript": "XM_047439307.1",
"protein_id": "XP_047295263.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 606,
"cds_start": -4,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TYK2",
"gene_hgnc_id": 12440,
"dbsnp": "rs1555718506",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.83943110704422,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.546,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4957,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.94,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000525621.6",
"gene_symbol": "TYK2",
"hgnc_id": 12440,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2033T>C",
"hgvs_p": "p.Val678Ala"
}
],
"clinvar_disease": "Immunodeficiency 35,Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Immunodeficiency 35|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}