← 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-64884134-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=64884134&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 64884134,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_002227.4",
"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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "NM_002227.4",
"protein_id": "NP_002218.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000342505.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002227.4"
},
{
"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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000342505.5",
"protein_id": "ENSP00000343204.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002227.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342505.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "NM_001320923.2",
"protein_id": "NP_001307852.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320923.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "NM_001321852.2",
"protein_id": "NP_001308781.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321852.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": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "NM_001321853.2",
"protein_id": "NP_001308782.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321853.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "NM_001321854.2",
"protein_id": "NP_001308783.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321854.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "NM_001321855.2",
"protein_id": "NP_001308784.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321855.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "NM_001321856.2",
"protein_id": "NP_001308785.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321856.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000671929.2",
"protein_id": "ENSP00000500485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671929.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000671954.2",
"protein_id": "ENSP00000500841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671954.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000672179.2",
"protein_id": "ENSP00000500296.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672179.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000672247.2",
"protein_id": "ENSP00000499884.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672247.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": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000672434.2",
"protein_id": "ENSP00000499900.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672434.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000672751.2",
"protein_id": "ENSP00000500745.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672751.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000699262.1",
"protein_id": "ENSP00000514243.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699262.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000699312.1",
"protein_id": "ENSP00000514291.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699312.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000893440.1",
"protein_id": "ENSP00000563499.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893440.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000893442.1",
"protein_id": "ENSP00000563501.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893442.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000970944.1",
"protein_id": "ENSP00000641003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970944.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000970946.1",
"protein_id": "ENSP00000641005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970946.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000970947.1",
"protein_id": "ENSP00000641006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970947.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "NM_001321857.2",
"protein_id": "NP_001308786.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1153,
"cds_start": null,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321857.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000699259.1",
"protein_id": "ENSP00000514240.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1153,
"cds_start": null,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699259.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000699260.1",
"protein_id": "ENSP00000514241.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1153,
"cds_start": null,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699260.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000893445.1",
"protein_id": "ENSP00000563504.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1153,
"cds_start": null,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893445.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000970943.1",
"protein_id": "ENSP00000641002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1153,
"cds_start": null,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970943.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000673046.1",
"protein_id": "ENSP00000500878.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": null,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673046.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000699310.1",
"protein_id": "ENSP00000514289.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": null,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699310.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000893443.1",
"protein_id": "ENSP00000563502.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1148,
"cds_start": null,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893443.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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000970945.1",
"protein_id": "ENSP00000641004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1148,
"cds_start": null,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970945.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000930721.1",
"protein_id": "ENSP00000600780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1139,
"cds_start": null,
"cds_end": null,
"cds_length": 3420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930721.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000893441.1",
"protein_id": "ENSP00000563500.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1132,
"cds_start": null,
"cds_end": null,
"cds_length": 3399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893441.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000672574.2",
"protein_id": "ENSP00000500714.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1119,
"cds_start": null,
"cds_end": null,
"cds_length": 3360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672574.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000673246.2",
"protein_id": "ENSP00000499942.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1111,
"cds_start": null,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673246.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000673254.1",
"protein_id": "ENSP00000500476.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1110,
"cds_start": null,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673254.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000893439.1",
"protein_id": "ENSP00000563498.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1110,
"cds_start": null,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893439.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000893444.1",
"protein_id": "ENSP00000563503.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1110,
"cds_start": null,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893444.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000930718.1",
"protein_id": "ENSP00000600777.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1109,
"cds_start": null,
"cds_end": null,
"cds_length": 3330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930718.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": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000699263.1",
"protein_id": "ENSP00000514244.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": null,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699263.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000699314.1",
"protein_id": "ENSP00000514294.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 140,
"cds_start": null,
"cds_end": null,
"cds_length": 425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699314.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": 5,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000672099.1",
"protein_id": "ENSP00000500328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 130,
"cds_start": null,
"cds_end": null,
"cds_length": 395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672099.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "XM_047419674.1",
"protein_id": "XP_047275630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419674.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "XM_047419675.1",
"protein_id": "XP_047275631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419675.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "XM_047419676.1",
"protein_id": "XP_047275632.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1153,
"cds_start": null,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419676.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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "c.7-659G>A",
"hgvs_p": null,
"transcript": "XM_047419677.1",
"protein_id": "XP_047275633.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1153,
"cds_start": null,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419677.1"
},
{
"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": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "n.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000671746.2",
"protein_id": "ENSP00000500065.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": "ENST00000671746.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "n.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000673220.1",
"protein_id": "ENSP00000500422.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": "ENST00000673220.1"
},
{
"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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "n.316-659G>A",
"hgvs_p": null,
"transcript": "ENST00000673314.2",
"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": "ENST00000673314.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": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "n.458-659G>A",
"hgvs_p": null,
"transcript": "ENST00000673502.2",
"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": "ENST00000673502.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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "n.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000699261.1",
"protein_id": "ENSP00000514242.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": "ENST00000699261.1"
},
{
"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": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "n.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000699311.1",
"protein_id": "ENSP00000514290.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": "ENST00000699311.1"
},
{
"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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"hgvs_c": "n.7-659G>A",
"hgvs_p": null,
"transcript": "ENST00000699313.1",
"protein_id": "ENSP00000514292.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": "ENST00000699313.1"
}
],
"gene_symbol": "JAK1",
"gene_hgnc_id": 6190,
"dbsnp": "rs310200",
"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.8700000047683716,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.87,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.27,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_002227.4",
"gene_symbol": "JAK1",
"hgnc_id": 6190,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.7-659G>A",
"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
}