← 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: 11-9027451-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=9027451&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 9027451,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001367977.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2614C>A",
"hgvs_p": "p.Pro872Thr",
"transcript": "NM_001367977.2",
"protein_id": "NP_001354906.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 1028,
"cds_start": 2614,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000649792.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367977.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2614C>A",
"hgvs_p": "p.Pro872Thr",
"transcript": "ENST00000649792.2",
"protein_id": "ENSP00000497523.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 1028,
"cds_start": 2614,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001367977.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649792.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": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2039-1597C>A",
"hgvs_p": null,
"transcript": "ENST00000450649.6",
"protein_id": "ENSP00000415187.2",
"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": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450649.6"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2527C>A",
"hgvs_p": "p.Pro843Thr",
"transcript": "NM_001330199.3",
"protein_id": "NP_001317128.1",
"transcript_support_level": null,
"aa_start": 843,
"aa_end": null,
"aa_length": 999,
"cds_start": 2527,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330199.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2527C>A",
"hgvs_p": "p.Pro843Thr",
"transcript": "ENST00000309263.7",
"protein_id": "ENSP00000310658.3",
"transcript_support_level": 5,
"aa_start": 843,
"aa_end": null,
"aa_length": 999,
"cds_start": 2527,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000309263.7"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2521C>A",
"hgvs_p": "p.Pro841Thr",
"transcript": "ENST00000936074.1",
"protein_id": "ENSP00000606133.1",
"transcript_support_level": null,
"aa_start": 841,
"aa_end": null,
"aa_length": 997,
"cds_start": 2521,
"cds_end": null,
"cds_length": 2994,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936074.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2509C>A",
"hgvs_p": "p.Pro837Thr",
"transcript": "ENST00000950246.1",
"protein_id": "ENSP00000620305.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 993,
"cds_start": 2509,
"cds_end": null,
"cds_length": 2982,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950246.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2497C>A",
"hgvs_p": "p.Pro833Thr",
"transcript": "ENST00000950245.1",
"protein_id": "ENSP00000620304.1",
"transcript_support_level": null,
"aa_start": 833,
"aa_end": null,
"aa_length": 989,
"cds_start": 2497,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950245.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2443C>A",
"hgvs_p": "p.Pro815Thr",
"transcript": "NM_020974.4",
"protein_id": "NP_066025.2",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 971,
"cds_start": 2443,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020974.4"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2443C>A",
"hgvs_p": "p.Pro815Thr",
"transcript": "ENST00000520467.5",
"protein_id": "ENSP00000429969.1",
"transcript_support_level": 2,
"aa_start": 815,
"aa_end": null,
"aa_length": 971,
"cds_start": 2443,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520467.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2410C>A",
"hgvs_p": "p.Pro804Thr",
"transcript": "ENST00000899097.1",
"protein_id": "ENSP00000569156.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 960,
"cds_start": 2410,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899097.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2368C>A",
"hgvs_p": "p.Pro790Thr",
"transcript": "ENST00000936075.1",
"protein_id": "ENSP00000606134.1",
"transcript_support_level": null,
"aa_start": 790,
"aa_end": null,
"aa_length": 946,
"cds_start": 2368,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936075.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2356C>A",
"hgvs_p": "p.Pro786Thr",
"transcript": "ENST00000950248.1",
"protein_id": "ENSP00000620307.1",
"transcript_support_level": null,
"aa_start": 786,
"aa_end": null,
"aa_length": 942,
"cds_start": 2356,
"cds_end": null,
"cds_length": 2829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950248.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2287C>A",
"hgvs_p": "p.Pro763Thr",
"transcript": "ENST00000899094.1",
"protein_id": "ENSP00000569153.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 919,
"cds_start": 2287,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899094.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2149C>A",
"hgvs_p": "p.Pro717Thr",
"transcript": "ENST00000950244.1",
"protein_id": "ENSP00000620303.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 914,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950244.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2239C>A",
"hgvs_p": "p.Pro747Thr",
"transcript": "ENST00000950247.1",
"protein_id": "ENSP00000620306.1",
"transcript_support_level": null,
"aa_start": 747,
"aa_end": null,
"aa_length": 903,
"cds_start": 2239,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950247.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2230C>A",
"hgvs_p": "p.Pro744Thr",
"transcript": "ENST00000950243.1",
"protein_id": "ENSP00000620302.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 900,
"cds_start": 2230,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950243.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2170C>A",
"hgvs_p": "p.Pro724Thr",
"transcript": "ENST00000899096.1",
"protein_id": "ENSP00000569155.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 880,
"cds_start": 2170,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899096.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2149C>A",
"hgvs_p": "p.Pro717Thr",
"transcript": "ENST00000899093.1",
"protein_id": "ENSP00000569152.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 873,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899093.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2026C>A",
"hgvs_p": "p.Pro676Thr",
"transcript": "ENST00000950241.1",
"protein_id": "ENSP00000620300.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 832,
"cds_start": 2026,
"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": "ENST00000950241.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.1978C>A",
"hgvs_p": "p.Pro660Thr",
"transcript": "ENST00000899098.1",
"protein_id": "ENSP00000569157.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 816,
"cds_start": 1978,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899098.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.1924C>A",
"hgvs_p": "p.Pro642Thr",
"transcript": "ENST00000899095.1",
"protein_id": "ENSP00000569154.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 798,
"cds_start": 1924,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899095.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.904C>A",
"hgvs_p": "p.Pro302Thr",
"transcript": "ENST00000950249.1",
"protein_id": "ENSP00000620308.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 458,
"cds_start": 904,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950249.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.73C>A",
"hgvs_p": "p.Pro25Thr",
"transcript": "ENST00000519202.1",
"protein_id": "ENSP00000432828.1",
"transcript_support_level": 2,
"aa_start": 25,
"aa_end": null,
"aa_length": 118,
"cds_start": 73,
"cds_end": null,
"cds_length": 357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519202.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.88C>A",
"hgvs_p": "p.Pro30Thr",
"transcript": "ENST00000528651.1",
"protein_id": "ENSP00000435902.1",
"transcript_support_level": 5,
"aa_start": 30,
"aa_end": null,
"aa_length": 111,
"cds_start": 88,
"cds_end": null,
"cds_length": 336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528651.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2491C>A",
"hgvs_p": "p.Pro831Thr",
"transcript": "XM_005253034.5",
"protein_id": "XP_005253091.2",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 987,
"cds_start": 2491,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005253034.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2410C>A",
"hgvs_p": "p.Pro804Thr",
"transcript": "XM_011520247.3",
"protein_id": "XP_011518549.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 960,
"cds_start": 2410,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520247.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Pro802Thr",
"transcript": "XM_017018080.2",
"protein_id": "XP_016873569.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 958,
"cds_start": 2404,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018080.2"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2614C>A",
"hgvs_p": "p.Pro872Thr",
"transcript": "XM_005253035.5",
"protein_id": "XP_005253092.2",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 953,
"cds_start": 2614,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005253035.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2356C>A",
"hgvs_p": "p.Pro786Thr",
"transcript": "XM_047427353.1",
"protein_id": "XP_047283309.1",
"transcript_support_level": null,
"aa_start": 786,
"aa_end": null,
"aa_length": 942,
"cds_start": 2356,
"cds_end": null,
"cds_length": 2829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427353.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2527C>A",
"hgvs_p": "p.Pro843Thr",
"transcript": "XM_047427355.1",
"protein_id": "XP_047283311.1",
"transcript_support_level": null,
"aa_start": 843,
"aa_end": null,
"aa_length": 924,
"cds_start": 2527,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427355.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2287C>A",
"hgvs_p": "p.Pro763Thr",
"transcript": "XM_005253036.5",
"protein_id": "XP_005253093.2",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 919,
"cds_start": 2287,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005253036.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2491C>A",
"hgvs_p": "p.Pro831Thr",
"transcript": "XM_047427358.1",
"protein_id": "XP_047283314.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 912,
"cds_start": 2491,
"cds_end": null,
"cds_length": 2739,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427358.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2239C>A",
"hgvs_p": "p.Pro747Thr",
"transcript": "XM_047427359.1",
"protein_id": "XP_047283315.1",
"transcript_support_level": null,
"aa_start": 747,
"aa_end": null,
"aa_length": 903,
"cds_start": 2239,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427359.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2443C>A",
"hgvs_p": "p.Pro815Thr",
"transcript": "XM_047427360.1",
"protein_id": "XP_047283316.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 896,
"cds_start": 2443,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427360.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2410C>A",
"hgvs_p": "p.Pro804Thr",
"transcript": "XM_047427363.1",
"protein_id": "XP_047283319.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 885,
"cds_start": 2410,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427363.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2149C>A",
"hgvs_p": "p.Pro717Thr",
"transcript": "XM_005253037.5",
"protein_id": "XP_005253094.2",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 873,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005253037.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2116C>A",
"hgvs_p": "p.Pro706Thr",
"transcript": "XM_047427364.1",
"protein_id": "XP_047283320.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 862,
"cds_start": 2116,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427364.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2287C>A",
"hgvs_p": "p.Pro763Thr",
"transcript": "XM_017018082.3",
"protein_id": "XP_016873571.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 844,
"cds_start": 2287,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018082.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.1978C>A",
"hgvs_p": "p.Pro660Thr",
"transcript": "XM_047427367.1",
"protein_id": "XP_047283323.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 816,
"cds_start": 1978,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427367.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2149C>A",
"hgvs_p": "p.Pro717Thr",
"transcript": "XM_047427368.1",
"protein_id": "XP_047283324.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 798,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427368.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": 16,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2177-1597C>A",
"hgvs_p": null,
"transcript": "ENST00000950242.1",
"protein_id": "ENSP00000620301.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 853,
"cds_start": null,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950242.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": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2039-1597C>A",
"hgvs_p": null,
"transcript": "NM_001170690.3",
"protein_id": "NP_001164161.1",
"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": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001170690.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": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2504-1597C>A",
"hgvs_p": null,
"transcript": "XM_011520246.3",
"protein_id": "XP_011518548.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 962,
"cds_start": null,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520246.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": 18,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2417-1597C>A",
"hgvs_p": null,
"transcript": "XM_047427354.1",
"protein_id": "XP_047283310.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 933,
"cds_start": null,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427354.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": 18,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2381-1597C>A",
"hgvs_p": null,
"transcript": "XM_047427356.1",
"protein_id": "XP_047283312.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 921,
"cds_start": null,
"cds_end": null,
"cds_length": 2766,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427356.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": 17,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2300-1597C>A",
"hgvs_p": null,
"transcript": "XM_047427361.1",
"protein_id": "XP_047283317.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 894,
"cds_start": null,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427361.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": 17,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2294-1597C>A",
"hgvs_p": null,
"transcript": "XM_017018081.2",
"protein_id": "XP_016873570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 892,
"cds_start": null,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018081.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": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2504-1597C>A",
"hgvs_p": null,
"transcript": "XM_047427362.1",
"protein_id": "XP_047283318.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 887,
"cds_start": null,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427362.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": 16,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2177-1597C>A",
"hgvs_p": null,
"transcript": "XM_047427365.1",
"protein_id": "XP_047283321.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 853,
"cds_start": null,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427365.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": 17,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2300-1597C>A",
"hgvs_p": null,
"transcript": "XM_047427366.1",
"protein_id": "XP_047283322.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 819,
"cds_start": null,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427366.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2177-1597C>A",
"hgvs_p": null,
"transcript": "XM_047427369.1",
"protein_id": "XP_047283325.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": "XM_047427369.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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "c.2039-1597C>A",
"hgvs_p": null,
"transcript": "XM_047427370.1",
"protein_id": "XP_047283326.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 732,
"cds_start": null,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427370.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": 1,
"intron_rank_end": null,
"gene_symbol": "NRIP3-DT",
"gene_hgnc_id": 55524,
"hgvs_c": "n.401+22908G>T",
"hgvs_p": null,
"transcript": "ENST00000521394.4",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000521394.4"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NRIP3-DT",
"gene_hgnc_id": 55524,
"hgvs_c": "n.383-2756G>T",
"hgvs_p": null,
"transcript": "ENST00000531592.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000531592.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": 1,
"intron_rank_end": null,
"gene_symbol": "NRIP3-DT",
"gene_hgnc_id": 55524,
"hgvs_c": "n.370+22908G>T",
"hgvs_p": null,
"transcript": "ENST00000661716.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": "ENST00000661716.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NRIP3-DT",
"gene_hgnc_id": 55524,
"hgvs_c": "n.451+22908G>T",
"hgvs_p": null,
"transcript": "ENST00000670061.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": "ENST00000670061.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NRIP3-DT",
"gene_hgnc_id": 55524,
"hgvs_c": "n.405-11463G>T",
"hgvs_p": null,
"transcript": "ENST00000782976.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": "ENST00000782976.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NRIP3-DT",
"gene_hgnc_id": 55524,
"hgvs_c": "n.456+22908G>T",
"hgvs_p": null,
"transcript": "NR_183663.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_183663.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"hgvs_c": "n.*38C>A",
"hgvs_p": null,
"transcript": "ENST00000519535.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000519535.1"
}
],
"gene_symbol": "SCUBE2",
"gene_hgnc_id": 30425,
"dbsnp": "rs141854880",
"frequency_reference_population": 0.000004788342,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000478834,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7478281259536743,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.46,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1328,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.884,
"phylop100way_prediction": "Pathogenic",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001367977.2",
"gene_symbol": "SCUBE2",
"hgnc_id": 30425,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2614C>A",
"hgvs_p": "p.Pro872Thr"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000531592.1",
"gene_symbol": "NRIP3-DT",
"hgnc_id": 55524,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.383-2756G>T",
"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
}