← 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: 17-42223478-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=42223478&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 42223478,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000293328.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "NM_012448.4",
"protein_id": "NP_036580.2",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 787,
"cds_start": 454,
"cds_end": null,
"cds_length": 2364,
"cdna_start": 608,
"cdna_end": null,
"cdna_length": 5079,
"mane_select": "ENST00000293328.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "ENST00000293328.8",
"protein_id": "ENSP00000293328.3",
"transcript_support_level": 1,
"aa_start": 152,
"aa_end": null,
"aa_length": 787,
"cds_start": 454,
"cds_end": null,
"cds_length": 2364,
"cdna_start": 608,
"cdna_end": null,
"cdna_length": 5079,
"mane_select": "NM_012448.4",
"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": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.623C>T",
"hgvs_p": null,
"transcript": "ENST00000468312.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 1799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "ENST00000415845.2",
"protein_id": "ENSP00000398379.2",
"transcript_support_level": 4,
"aa_start": 152,
"aa_end": null,
"aa_length": 787,
"cds_start": 454,
"cds_end": null,
"cds_length": 2364,
"cdna_start": 544,
"cdna_end": null,
"cdna_length": 5015,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "ENST00000698776.1",
"protein_id": "ENSP00000513923.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 787,
"cds_start": 454,
"cds_end": null,
"cds_length": 2364,
"cdna_start": 1009,
"cdna_end": null,
"cdna_length": 5481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "ENST00000698777.1",
"protein_id": "ENSP00000513924.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 787,
"cds_start": 454,
"cds_end": null,
"cds_length": 2364,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 5110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "ENST00000698808.1",
"protein_id": "ENSP00000513947.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 786,
"cds_start": 454,
"cds_end": null,
"cds_length": 2361,
"cdna_start": 614,
"cdna_end": null,
"cdna_length": 5083,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "ENST00000698778.1",
"protein_id": "ENSP00000513925.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 766,
"cds_start": 454,
"cds_end": null,
"cds_length": 2301,
"cdna_start": 614,
"cdna_end": null,
"cdna_length": 5018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "ENST00000698809.1",
"protein_id": "ENSP00000513948.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 756,
"cds_start": 454,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 614,
"cdna_end": null,
"cdna_length": 4993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "ENST00000698779.1",
"protein_id": "ENSP00000513926.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 746,
"cds_start": 454,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 614,
"cdna_end": null,
"cdna_length": 5547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "XM_024450897.2",
"protein_id": "XP_024306665.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 787,
"cds_start": 454,
"cds_end": null,
"cds_length": 2364,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 5519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "XM_024450898.2",
"protein_id": "XP_024306666.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 787,
"cds_start": 454,
"cds_end": null,
"cds_length": 2364,
"cdna_start": 7812,
"cdna_end": null,
"cdna_length": 12283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.172C>T",
"hgvs_p": "p.Arg58*",
"transcript": "XM_017024977.2",
"protein_id": "XP_016880466.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 693,
"cds_start": 172,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 451,
"cdna_end": null,
"cdna_length": 4922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.172C>T",
"hgvs_p": "p.Arg58*",
"transcript": "XM_047436593.1",
"protein_id": "XP_047292549.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 693,
"cds_start": 172,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 891,
"cdna_end": null,
"cdna_length": 5362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*",
"transcript": "XM_005257626.5",
"protein_id": "XP_005257683.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 497,
"cds_start": 454,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 608,
"cdna_end": null,
"cdna_length": 1698,
"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": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.628C>T",
"hgvs_p": null,
"transcript": "ENST00000698774.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": 5786,
"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": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*460C>T",
"hgvs_p": null,
"transcript": "ENST00000698775.1",
"protein_id": "ENSP00000513922.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": 5236,
"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": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.330C>T",
"hgvs_p": null,
"transcript": "ENST00000698801.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": 4797,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*168C>T",
"hgvs_p": null,
"transcript": "ENST00000698802.1",
"protein_id": "ENSP00000513944.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": 4613,
"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": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*204C>T",
"hgvs_p": null,
"transcript": "ENST00000698803.1",
"protein_id": "ENSP00000513945.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": 5008,
"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": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.1795C>T",
"hgvs_p": null,
"transcript": "ENST00000698804.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": 7345,
"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": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.1797C>T",
"hgvs_p": null,
"transcript": "ENST00000698805.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": 6269,
"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": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*168C>T",
"hgvs_p": null,
"transcript": "ENST00000698806.1",
"protein_id": "ENSP00000513946.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": 4903,
"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": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.1830C>T",
"hgvs_p": null,
"transcript": "ENST00000698807.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": 6988,
"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": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*204C>T",
"hgvs_p": null,
"transcript": "ENST00000698810.1",
"protein_id": "ENSP00000513949.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": 5074,
"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": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*460C>T",
"hgvs_p": null,
"transcript": "ENST00000698812.1",
"protein_id": "ENSP00000513950.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": 5066,
"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": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.454C>T",
"hgvs_p": null,
"transcript": "ENST00000698813.1",
"protein_id": "ENSP00000513951.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": 5041,
"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": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.454C>T",
"hgvs_p": null,
"transcript": "ENST00000698814.1",
"protein_id": "ENSP00000513952.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": 5089,
"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": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.454C>T",
"hgvs_p": null,
"transcript": "ENST00000698815.1",
"protein_id": "ENSP00000513953.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": 5008,
"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": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.542C>T",
"hgvs_p": null,
"transcript": "ENST00000698816.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": 1891,
"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": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.1688C>T",
"hgvs_p": null,
"transcript": "ENST00000698817.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": 2282,
"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": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*460C>T",
"hgvs_p": null,
"transcript": "ENST00000698775.1",
"protein_id": "ENSP00000513922.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": 5236,
"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": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*168C>T",
"hgvs_p": null,
"transcript": "ENST00000698802.1",
"protein_id": "ENSP00000513944.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": 4613,
"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": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*204C>T",
"hgvs_p": null,
"transcript": "ENST00000698803.1",
"protein_id": "ENSP00000513945.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": 5008,
"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": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*168C>T",
"hgvs_p": null,
"transcript": "ENST00000698806.1",
"protein_id": "ENSP00000513946.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": 4903,
"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": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*204C>T",
"hgvs_p": null,
"transcript": "ENST00000698810.1",
"protein_id": "ENSP00000513949.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": 5074,
"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": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"hgvs_c": "n.*460C>T",
"hgvs_p": null,
"transcript": "ENST00000698812.1",
"protein_id": "ENSP00000513950.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": 5066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "STAT5B",
"gene_hgnc_id": 11367,
"dbsnp": "rs121908502",
"frequency_reference_population": 6.8404506e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84045e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6299999952316284,
"computational_prediction_selected": "Pathogenic",
"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.63,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.605,
"phylop100way_prediction": "Uncertain_significance",
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000293328.8",
"gene_symbol": "STAT5B",
"hgnc_id": 11367,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,SD,AD",
"hgvs_c": "c.454C>T",
"hgvs_p": "p.Arg152*"
}
],
"clinvar_disease": " autosomal recessive,Growth hormone insensitivity with immune dysregulation 1",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Growth hormone insensitivity with immune dysregulation 1, autosomal recessive",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}