← 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: X-48516082-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=48516082&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 48516082,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001441333.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1109G>A",
"hgvs_p": "p.Arg370Gln",
"transcript": "NM_203475.3",
"protein_id": "NP_982301.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 461,
"cds_start": 1109,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000326194.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_203475.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1109G>A",
"hgvs_p": "p.Arg370Gln",
"transcript": "ENST00000326194.11",
"protein_id": "ENSP00000322304.6",
"transcript_support_level": 1,
"aa_start": 370,
"aa_end": null,
"aa_length": 461,
"cds_start": 1109,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_203475.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000326194.11"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1094G>A",
"hgvs_p": "p.Arg365Gln",
"transcript": "ENST00000355961.8",
"protein_id": "ENSP00000348233.4",
"transcript_support_level": 1,
"aa_start": 365,
"aa_end": null,
"aa_length": 456,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355961.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1076G>A",
"hgvs_p": "p.Arg359Gln",
"transcript": "ENST00000367574.9",
"protein_id": "ENSP00000356546.6",
"transcript_support_level": 1,
"aa_start": 359,
"aa_end": null,
"aa_length": 450,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367574.9"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1076G>A",
"hgvs_p": "p.Arg359Gln",
"transcript": "ENST00000537758.6",
"protein_id": "ENSP00000446401.3",
"transcript_support_level": 1,
"aa_start": 359,
"aa_end": null,
"aa_length": 450,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537758.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1433G>A",
"hgvs_p": "p.Arg478Gln",
"transcript": "NM_001441333.1",
"protein_id": "NP_001428262.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 569,
"cds_start": 1433,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441333.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1415G>A",
"hgvs_p": "p.Arg472Gln",
"transcript": "NM_001441334.1",
"protein_id": "NP_001428263.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 563,
"cds_start": 1415,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441334.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1268G>A",
"hgvs_p": "p.Arg423Gln",
"transcript": "NM_001441336.1",
"protein_id": "NP_001428265.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 514,
"cds_start": 1268,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441336.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1181G>A",
"hgvs_p": "p.Arg394Gln",
"transcript": "NM_001441335.1",
"protein_id": "NP_001428264.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 485,
"cds_start": 1181,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441335.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1109G>A",
"hgvs_p": "p.Arg370Gln",
"transcript": "ENST00000965635.1",
"protein_id": "ENSP00000635694.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 461,
"cds_start": 1109,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965635.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1109G>A",
"hgvs_p": "p.Arg370Gln",
"transcript": "ENST00000965636.1",
"protein_id": "ENSP00000635695.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 461,
"cds_start": 1109,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965636.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1109G>A",
"hgvs_p": "p.Arg370Gln",
"transcript": "ENST00000965639.1",
"protein_id": "ENSP00000635698.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 461,
"cds_start": 1109,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965639.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1109G>A",
"hgvs_p": "p.Arg370Gln",
"transcript": "ENST00000965640.1",
"protein_id": "ENSP00000635699.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 461,
"cds_start": 1109,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965640.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1109G>A",
"hgvs_p": "p.Arg370Gln",
"transcript": "ENST00000965643.1",
"protein_id": "ENSP00000635702.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 461,
"cds_start": 1109,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965643.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1109G>A",
"hgvs_p": "p.Arg370Gln",
"transcript": "ENST00000965644.1",
"protein_id": "ENSP00000635703.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 461,
"cds_start": 1109,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965644.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1109G>A",
"hgvs_p": "p.Arg370Gln",
"transcript": "ENST00000965647.1",
"protein_id": "ENSP00000635706.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 461,
"cds_start": 1109,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965647.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1094G>A",
"hgvs_p": "p.Arg365Gln",
"transcript": "NM_203473.3",
"protein_id": "NP_982299.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 456,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_203473.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1094G>A",
"hgvs_p": "p.Arg365Gln",
"transcript": "ENST00000916265.1",
"protein_id": "ENSP00000586324.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 456,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916265.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1094G>A",
"hgvs_p": "p.Arg365Gln",
"transcript": "ENST00000965641.1",
"protein_id": "ENSP00000635700.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 456,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965641.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1094G>A",
"hgvs_p": "p.Arg365Gln",
"transcript": "ENST00000965645.1",
"protein_id": "ENSP00000635704.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 456,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965645.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1091G>A",
"hgvs_p": "p.Arg364Gln",
"transcript": "NM_203474.1",
"protein_id": "NP_982300.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 455,
"cds_start": 1091,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_203474.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1091G>A",
"hgvs_p": "p.Arg364Gln",
"transcript": "ENST00000359882.8",
"protein_id": "ENSP00000352946.4",
"transcript_support_level": 5,
"aa_start": 364,
"aa_end": null,
"aa_length": 455,
"cds_start": 1091,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359882.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1076G>A",
"hgvs_p": "p.Arg359Gln",
"transcript": "NM_022825.4",
"protein_id": "NP_073736.2",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 450,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022825.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1076G>A",
"hgvs_p": "p.Arg359Gln",
"transcript": "ENST00000361988.7",
"protein_id": "ENSP00000354978.3",
"transcript_support_level": 5,
"aa_start": 359,
"aa_end": null,
"aa_length": 450,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361988.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1076G>A",
"hgvs_p": "p.Arg359Gln",
"transcript": "ENST00000683923.1",
"protein_id": "ENSP00000506737.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 450,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683923.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1076G>A",
"hgvs_p": "p.Arg359Gln",
"transcript": "ENST00000908862.1",
"protein_id": "ENSP00000578921.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 450,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908862.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1076G>A",
"hgvs_p": "p.Arg359Gln",
"transcript": "ENST00000908863.1",
"protein_id": "ENSP00000578922.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 450,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908863.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1076G>A",
"hgvs_p": "p.Arg359Gln",
"transcript": "ENST00000916266.1",
"protein_id": "ENSP00000586325.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 450,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916266.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1076G>A",
"hgvs_p": "p.Arg359Gln",
"transcript": "ENST00000916268.1",
"protein_id": "ENSP00000586327.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 450,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916268.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1052G>A",
"hgvs_p": "p.Arg351Gln",
"transcript": "ENST00000965642.1",
"protein_id": "ENSP00000635701.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 442,
"cds_start": 1052,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965642.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1094G>A",
"hgvs_p": "p.Arg365Gln",
"transcript": "ENST00000916267.1",
"protein_id": "ENSP00000586326.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 419,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916267.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.968G>A",
"hgvs_p": "p.Arg323Gln",
"transcript": "ENST00000965638.1",
"protein_id": "ENSP00000635697.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 414,
"cds_start": 968,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965638.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.968G>A",
"hgvs_p": "p.Arg323Gln",
"transcript": "ENST00000965646.1",
"protein_id": "ENSP00000635705.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 414,
"cds_start": 968,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965646.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.968G>A",
"hgvs_p": "p.Arg323Gln",
"transcript": "ENST00000965648.1",
"protein_id": "ENSP00000635707.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 414,
"cds_start": 968,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965648.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.956G>A",
"hgvs_p": "p.Arg319Gln",
"transcript": "ENST00000916269.1",
"protein_id": "ENSP00000586328.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 410,
"cds_start": 956,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916269.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288Gln",
"transcript": "NM_001282167.2",
"protein_id": "NP_001269096.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 379,
"cds_start": 863,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282167.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.665G>A",
"hgvs_p": "p.Arg222Gln",
"transcript": "ENST00000965637.1",
"protein_id": "ENSP00000635696.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 313,
"cds_start": 665,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965637.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1448G>A",
"hgvs_p": "p.Arg483Gln",
"transcript": "XM_047442357.1",
"protein_id": "XP_047298313.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 574,
"cds_start": 1448,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442357.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1361G>A",
"hgvs_p": "p.Arg454Gln",
"transcript": "XM_047442360.1",
"protein_id": "XP_047298316.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 545,
"cds_start": 1361,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442360.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1286G>A",
"hgvs_p": "p.Arg429Gln",
"transcript": "XM_047442367.1",
"protein_id": "XP_047298323.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 520,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442367.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1214G>A",
"hgvs_p": "p.Arg405Gln",
"transcript": "XM_047442362.1",
"protein_id": "XP_047298318.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 496,
"cds_start": 1214,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442362.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1160G>A",
"hgvs_p": "p.Arg387Gln",
"transcript": "XM_047442364.1",
"protein_id": "XP_047298320.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 478,
"cds_start": 1160,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442364.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1154G>A",
"hgvs_p": "p.Arg385Gln",
"transcript": "XM_047442365.1",
"protein_id": "XP_047298321.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 476,
"cds_start": 1154,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442365.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1145G>A",
"hgvs_p": "p.Arg382Gln",
"transcript": "XM_047442366.1",
"protein_id": "XP_047298322.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 473,
"cds_start": 1145,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442366.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1127G>A",
"hgvs_p": "p.Arg376Gln",
"transcript": "XM_047442368.1",
"protein_id": "XP_047298324.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 467,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442368.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.1109G>A",
"hgvs_p": "p.Arg370Gln",
"transcript": "XM_047442370.1",
"protein_id": "XP_047298326.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 461,
"cds_start": 1109,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442370.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "c.896G>A",
"hgvs_p": "p.Arg299Gln",
"transcript": "XM_047442371.1",
"protein_id": "XP_047298327.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 390,
"cds_start": 896,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442371.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "n.438G>A",
"hgvs_p": null,
"transcript": "ENST00000459953.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": "ENST00000459953.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "n.*417G>A",
"hgvs_p": null,
"transcript": "ENST00000472520.5",
"protein_id": "ENSP00000419858.1",
"transcript_support_level": 5,
"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": "ENST00000472520.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "n.*744G>A",
"hgvs_p": null,
"transcript": "ENST00000485288.7",
"protein_id": "ENSP00000420445.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000485288.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "n.1505G>A",
"hgvs_p": null,
"transcript": "ENST00000491243.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000491243.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "n.2701G>A",
"hgvs_p": null,
"transcript": "ENST00000682661.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": "retained_intron",
"feature": "ENST00000682661.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "n.350G>A",
"hgvs_p": null,
"transcript": "ENST00000683804.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": "retained_intron",
"feature": "ENST00000683804.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "n.2663G>A",
"hgvs_p": null,
"transcript": "ENST00000684722.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": "retained_intron",
"feature": "ENST00000684722.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "n.1509G>A",
"hgvs_p": null,
"transcript": "NR_199821.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_199821.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "n.1154G>A",
"hgvs_p": null,
"transcript": "NR_199822.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_199822.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "n.*417G>A",
"hgvs_p": null,
"transcript": "ENST00000472520.5",
"protein_id": "ENSP00000419858.1",
"transcript_support_level": 5,
"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": "ENST00000472520.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"hgvs_c": "n.*744G>A",
"hgvs_p": null,
"transcript": "ENST00000485288.7",
"protein_id": "ENSP00000420445.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000485288.7"
}
],
"gene_symbol": "PORCN",
"gene_hgnc_id": 17652,
"dbsnp": "rs387906723",
"frequency_reference_population": 0.000010744991,
"hom_count_reference_population": 3,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.0000109283,
"gnomad_genomes_af": 0.00000894478,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.061105430126190186,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.035,
"revel_prediction": "Benign",
"alphamissense_score": 0.0618,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.416,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM1,BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 8,
"pathogenic_score": 2,
"criteria": [
"PM1",
"BP4_Strong",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001441333.1",
"gene_symbol": "PORCN",
"hgnc_id": 17652,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.1433G>A",
"hgvs_p": "p.Arg478Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}