← 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: 3-98775816-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=98775816&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 98775816,
"ref": "C",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001271145.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "NM_001323368.2",
"protein_id": "NP_001310297.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000483910.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323368.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000483910.6",
"protein_id": "ENSP00000417376.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001323368.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000483910.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000394162.5",
"protein_id": "ENSP00000377717.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394162.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000613264.5",
"protein_id": "ENSP00000480884.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613264.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.*132+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000469105.5",
"protein_id": "ENSP00000419690.1",
"transcript_support_level": 1,
"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": "ENST00000469105.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.494+1833C>G",
"hgvs_p": null,
"transcript": "NM_001271145.2",
"protein_id": "NP_001258074.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 384,
"cds_start": null,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271145.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "NM_001271146.2",
"protein_id": "NP_001258075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271146.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "NM_001323352.2",
"protein_id": "NP_001310281.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323352.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "NM_001323365.2",
"protein_id": "NP_001310294.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323365.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "NM_001323367.4",
"protein_id": "NP_001310296.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323367.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "NM_006100.4",
"protein_id": "NP_006091.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006100.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000265261.11",
"protein_id": "ENSP00000265261.7",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265261.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881500.1",
"protein_id": "ENSP00000551559.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881500.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881501.1",
"protein_id": "ENSP00000551560.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881501.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881502.1",
"protein_id": "ENSP00000551561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881502.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881507.1",
"protein_id": "ENSP00000551566.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881507.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881508.1",
"protein_id": "ENSP00000551567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881508.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881509.1",
"protein_id": "ENSP00000551568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881509.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881510.1",
"protein_id": "ENSP00000551569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881510.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881511.1",
"protein_id": "ENSP00000551570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881511.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881512.1",
"protein_id": "ENSP00000551571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881512.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881513.1",
"protein_id": "ENSP00000551572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881513.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881514.1",
"protein_id": "ENSP00000551573.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881514.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881515.1",
"protein_id": "ENSP00000551574.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881515.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881516.1",
"protein_id": "ENSP00000551575.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881516.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881517.1",
"protein_id": "ENSP00000551576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881517.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881519.1",
"protein_id": "ENSP00000551578.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881519.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881520.1",
"protein_id": "ENSP00000551579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881520.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881522.1",
"protein_id": "ENSP00000551581.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881522.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881524.1",
"protein_id": "ENSP00000551583.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881524.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881525.1",
"protein_id": "ENSP00000551584.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881525.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881526.1",
"protein_id": "ENSP00000551585.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881526.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881527.1",
"protein_id": "ENSP00000551586.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881527.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881528.1",
"protein_id": "ENSP00000551587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881528.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946763.1",
"protein_id": "ENSP00000616822.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946763.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946766.1",
"protein_id": "ENSP00000616825.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946766.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946767.1",
"protein_id": "ENSP00000616826.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946767.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946768.1",
"protein_id": "ENSP00000616827.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946768.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946770.1",
"protein_id": "ENSP00000616829.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946770.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946771.1",
"protein_id": "ENSP00000616830.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946771.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946772.1",
"protein_id": "ENSP00000616831.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946772.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946773.1",
"protein_id": "ENSP00000616832.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946773.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.257+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881506.1",
"protein_id": "ENSP00000551565.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 305,
"cds_start": null,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881506.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.257+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881523.1",
"protein_id": "ENSP00000551582.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 305,
"cds_start": null,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881523.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881503.1",
"protein_id": "ENSP00000551562.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 299,
"cds_start": null,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881503.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881505.1",
"protein_id": "ENSP00000551564.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 299,
"cds_start": null,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881505.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881518.1",
"protein_id": "ENSP00000551577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 299,
"cds_start": null,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881518.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881521.1",
"protein_id": "ENSP00000551580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 299,
"cds_start": null,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881521.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946764.1",
"protein_id": "ENSP00000616823.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 299,
"cds_start": null,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946764.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946774.1",
"protein_id": "ENSP00000616833.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 299,
"cds_start": null,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946774.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000881504.1",
"protein_id": "ENSP00000551563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881504.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946769.1",
"protein_id": "ENSP00000616828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946769.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000946775.1",
"protein_id": "ENSP00000616834.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946775.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.167+4860C>G",
"hgvs_p": null,
"transcript": "ENST00000946765.1",
"protein_id": "ENSP00000616824.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 275,
"cds_start": null,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946765.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.77+1833C>G",
"hgvs_p": null,
"transcript": "NM_001271142.2",
"protein_id": "NP_001258071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": null,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271142.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.77+1833C>G",
"hgvs_p": null,
"transcript": "NM_001323360.2",
"protein_id": "NP_001310289.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": null,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323360.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.77+1833C>G",
"hgvs_p": null,
"transcript": "NM_001323366.2",
"protein_id": "NP_001310295.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": null,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323366.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000492254.6",
"protein_id": "ENSP00000417201.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 238,
"cds_start": null,
"cds_end": null,
"cds_length": 719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000492254.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000486334.6",
"protein_id": "ENSP00000418896.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 230,
"cds_start": null,
"cds_end": null,
"cds_length": 695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000486334.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.-101+1833C>G",
"hgvs_p": null,
"transcript": "NM_001323358.2",
"protein_id": "NP_001310287.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 223,
"cds_start": null,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323358.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.-101+1833C>G",
"hgvs_p": null,
"transcript": "NM_001323359.2",
"protein_id": "NP_001310288.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 223,
"cds_start": null,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323359.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000485391.5",
"protein_id": "ENSP00000418650.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 217,
"cds_start": null,
"cds_end": null,
"cds_length": 656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000485391.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.77+1833C>G",
"hgvs_p": null,
"transcript": "NM_001271147.2",
"protein_id": "NP_001258076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": null,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271147.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.-98+2900C>G",
"hgvs_p": null,
"transcript": "NM_001271148.2",
"protein_id": "NP_001258077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 187,
"cds_start": null,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271148.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.-98+2900C>G",
"hgvs_p": null,
"transcript": "NM_001323353.2",
"protein_id": "NP_001310282.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 187,
"cds_start": null,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323353.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.-98+2900C>G",
"hgvs_p": null,
"transcript": "NM_001323362.2",
"protein_id": "NP_001310291.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 187,
"cds_start": null,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323362.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.-98+2900C>G",
"hgvs_p": null,
"transcript": "NM_001323363.2",
"protein_id": "NP_001310292.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 187,
"cds_start": null,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323363.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.-98+2900C>G",
"hgvs_p": null,
"transcript": "NM_001323364.2",
"protein_id": "NP_001310293.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 187,
"cds_start": null,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323364.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000497008.5",
"protein_id": "ENSP00000417584.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 164,
"cds_start": null,
"cds_end": null,
"cds_length": 495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000497008.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.77+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000485145.1",
"protein_id": "ENSP00000419202.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": null,
"cds_end": null,
"cds_length": 473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000485145.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.335+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000468553.5",
"protein_id": "ENSP00000420474.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": null,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000468553.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.271+2900C>G",
"hgvs_p": null,
"transcript": "ENST00000460774.5",
"protein_id": "ENSP00000419209.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": null,
"cds_end": null,
"cds_length": 303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000460774.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298787",
"gene_hgnc_id": null,
"hgvs_c": "n.183G>C",
"hgvs_p": null,
"transcript": "ENST00000758006.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": "ENST00000758006.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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.258+2900C>G",
"hgvs_p": null,
"transcript": "ENST00000462152.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": "pseudogene",
"feature": "ENST00000462152.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.480+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000466482.5",
"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": "ENST00000466482.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.434+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000474595.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": "ENST00000474595.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.*132+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000476833.5",
"protein_id": "ENSP00000417109.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000476833.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.356+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000477574.5",
"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": "ENST00000477574.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.*132+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000486249.5",
"protein_id": "ENSP00000420047.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000486249.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.*132+1833C>G",
"hgvs_p": null,
"transcript": "ENST00000495376.5",
"protein_id": "ENSP00000420693.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000495376.5"
}
],
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"dbsnp": "rs3755574",
"frequency_reference_population": 0.3421828,
"hom_count_reference_population": 9085,
"allele_count_reference_population": 52033,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.342183,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 52033,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 9085,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8700000047683716,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.87,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.752,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001271145.2",
"gene_symbol": "ST3GAL6",
"hgnc_id": 18080,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.494+1833C>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000758006.1",
"gene_symbol": "ENSG00000298787",
"hgnc_id": null,
"effects": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.183G>C",
"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
}