← 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: 1-113843461-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=113843461&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 113843461,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_015967.8",
"consequences": [
{
"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": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.916-4841T>C",
"hgvs_p": null,
"transcript": "NM_015967.8",
"protein_id": "NP_057051.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 807,
"cds_start": null,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000359785.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015967.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.916-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000359785.10",
"protein_id": "ENSP00000352833.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 807,
"cds_start": null,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015967.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359785.10"
},
{
"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": 20,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.916-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000420377.6",
"protein_id": "ENSP00000388229.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 795,
"cds_start": null,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420377.6"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.844-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000538253.5",
"protein_id": "ENSP00000439372.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 783,
"cds_start": null,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538253.5"
},
{
"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": 19,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.751-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000528414.5",
"protein_id": "ENSP00000435176.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 752,
"cds_start": null,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528414.5"
},
{
"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": 6,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.535-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000525799.1",
"protein_id": "ENSP00000432674.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": null,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525799.1"
},
{
"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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.468+12921T>C",
"hgvs_p": null,
"transcript": "ENST00000460620.5",
"protein_id": "ENSP00000433141.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": null,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000460620.5"
},
{
"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": 22,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.916-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000910047.1",
"protein_id": "ENSP00000580106.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 832,
"cds_start": null,
"cds_end": null,
"cds_length": 2499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910047.1"
},
{
"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": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.916-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000941803.1",
"protein_id": "ENSP00000611862.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 806,
"cds_start": null,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941803.1"
},
{
"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": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.895-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000910051.1",
"protein_id": "ENSP00000580110.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 800,
"cds_start": null,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910051.1"
},
{
"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": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.916-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000910052.1",
"protein_id": "ENSP00000580111.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 794,
"cds_start": null,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910052.1"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.844-4841T>C",
"hgvs_p": null,
"transcript": "NM_001308297.2",
"protein_id": "NP_001295226.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 783,
"cds_start": null,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308297.2"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.838-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000910049.1",
"protein_id": "ENSP00000580108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 781,
"cds_start": null,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910049.1"
},
{
"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": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.916-4841T>C",
"hgvs_p": null,
"transcript": "NM_001193431.3",
"protein_id": "NP_001180360.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 779,
"cds_start": null,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193431.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": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.916-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000910046.1",
"protein_id": "ENSP00000580105.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 779,
"cds_start": null,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910046.1"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.829-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000910048.1",
"protein_id": "ENSP00000580107.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 778,
"cds_start": null,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910048.1"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.817-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000941804.1",
"protein_id": "ENSP00000611863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 774,
"cds_start": null,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941804.1"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.844-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000910050.1",
"protein_id": "ENSP00000580109.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 755,
"cds_start": null,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910050.1"
},
{
"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": 19,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.751-4841T>C",
"hgvs_p": null,
"transcript": "NM_012411.6",
"protein_id": "NP_036543.5",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 752,
"cds_start": null,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012411.6"
},
{
"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": 19,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.706-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000910053.1",
"protein_id": "ENSP00000580112.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 737,
"cds_start": null,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910053.1"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.838-4841T>C",
"hgvs_p": null,
"transcript": "XM_011541221.2",
"protein_id": "XP_011539523.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 781,
"cds_start": null,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541221.2"
},
{
"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": 20,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.916-4841T>C",
"hgvs_p": null,
"transcript": "XM_011541222.2",
"protein_id": "XP_011539524.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 773,
"cds_start": null,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541222.2"
},
{
"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": 19,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.766-4841T>C",
"hgvs_p": null,
"transcript": "XM_047417630.1",
"protein_id": "XP_047273586.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 757,
"cds_start": null,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417630.1"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.844-4841T>C",
"hgvs_p": null,
"transcript": "XM_047417631.1",
"protein_id": "XP_047273587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 755,
"cds_start": null,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417631.1"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.838-4841T>C",
"hgvs_p": null,
"transcript": "XM_047417632.1",
"protein_id": "XP_047273588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 753,
"cds_start": null,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417632.1"
},
{
"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": 19,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.844-4841T>C",
"hgvs_p": null,
"transcript": "XM_011541225.3",
"protein_id": "XP_011539527.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": null,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541225.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.916-4841T>C",
"hgvs_p": null,
"transcript": "XM_011541223.3",
"protein_id": "XP_011539525.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 715,
"cds_start": null,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541223.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": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.571-4841T>C",
"hgvs_p": null,
"transcript": "XM_017001005.3",
"protein_id": "XP_016856494.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 692,
"cds_start": null,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001005.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": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.916-4818T>C",
"hgvs_p": null,
"transcript": "XM_017001006.2",
"protein_id": "XP_016856495.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": null,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001006.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "n.957-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000484147.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000484147.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "n.*194-4841T>C",
"hgvs_p": null,
"transcript": "ENST00000532224.5",
"protein_id": "ENSP00000431249.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000532224.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.470+11648A>G",
"hgvs_p": null,
"transcript": "ENST00000664434.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": "ENST00000664434.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.440+27989A>G",
"hgvs_p": null,
"transcript": "ENST00000717022.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": "ENST00000717022.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.384-26401A>G",
"hgvs_p": null,
"transcript": "ENST00000836797.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": "ENST00000836797.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.414+27989A>G",
"hgvs_p": null,
"transcript": "NR_125965.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": "NR_125965.1"
}
],
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"dbsnp": "rs2185827",
"frequency_reference_population": 0.3187361,
"hom_count_reference_population": 9357,
"allele_count_reference_population": 48460,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.318736,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 48460,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 9357,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6700000166893005,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.67,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.118,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_015967.8",
"gene_symbol": "PTPN22",
"hgnc_id": 9652,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown,AR",
"hgvs_c": "c.916-4841T>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NR_125965.1",
"gene_symbol": "AP4B1-AS1",
"hgnc_id": 44114,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.414+27989A>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}