← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 1-43736349-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=43736349&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 11,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "ST3GAL3",
"hgnc_id": 10866,
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"inheritance_mode": "AR,AD",
"pathogenic_score": 0,
"score": -11,
"transcript": "NM_001350619.2",
"verdict": "Benign"
},
{
"benign_score": 10,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Very_Strong"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000284989",
"hgnc_id": null,
"hgvs_c": "n.*1409G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": -8,
"transcript": "ENST00000645057.1",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7",
"acmg_score": -11,
"allele_count_reference_population": 10,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.38,
"chr": "1",
"clinvar_classification": "Likely benign",
"clinvar_disease": "Developmental and epileptic encephalopathy,Inborn genetic diseases",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.3799999952316284,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 375,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2254,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1128,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_006279.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000347631.8",
"protein_coding": true,
"protein_id": "NP_006270.1",
"strand": true,
"transcript": "NM_006279.5",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 375,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2254,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1128,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000347631.8",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_006279.5",
"protein_coding": true,
"protein_id": "ENSP00000317192.6",
"strand": true,
"transcript": "ENST00000347631.8",
"transcript_support_level": 5
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 413,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2109,
"cdna_start": 284,
"cds_end": null,
"cds_length": 1242,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000372372.7",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000361447.2",
"strand": true,
"transcript": "ENST00000372372.7",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 406,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2229,
"cdna_start": 164,
"cds_end": null,
"cds_length": 1221,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000361746.9",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000354657.5",
"strand": true,
"transcript": "ENST00000361746.9",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 390,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2297,
"cdna_start": 273,
"cds_end": null,
"cds_length": 1173,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000361392.9",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000355341.5",
"strand": true,
"transcript": "ENST00000361392.9",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 380,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2074,
"cdna_start": 117,
"cds_end": null,
"cds_length": 1143,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000372368.7",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000361443.3",
"strand": true,
"transcript": "ENST00000372368.7",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 359,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2212,
"cdna_start": 278,
"cds_end": null,
"cds_length": 1080,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000361400.9",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000354748.4",
"strand": true,
"transcript": "ENST00000361400.9",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 345,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1038,
"cdna_start": 87,
"cds_end": null,
"cds_length": 1038,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000372369.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000361444.1",
"strand": true,
"transcript": "ENST00000372369.5",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 307,
"aa_ref": "K",
"aa_start": 10,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1844,
"cdna_start": 30,
"cds_end": null,
"cds_length": 924,
"cds_start": 30,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000533933.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.30G>A",
"hgvs_p": "p.Lys10Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000432965.2",
"strand": true,
"transcript": "ENST00000533933.6",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 303,
"aa_ref": "K",
"aa_start": 4,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1681,
"cdna_start": 14,
"cds_end": null,
"cds_length": 912,
"cds_start": 12,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000332628.11",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.12G>A",
"hgvs_p": "p.Lys4Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000329755.7",
"strand": true,
"transcript": "ENST00000332628.11",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 230,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 693,
"cdna_start": 87,
"cds_end": null,
"cds_length": 693,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000531993.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000432682.2",
"strand": true,
"transcript": "ENST00000531993.6",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 201,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 644,
"cdna_start": 87,
"cds_end": null,
"cds_length": 606,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000372367.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000361442.1",
"strand": true,
"transcript": "ENST00000372367.5",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 186,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 673,
"cdna_start": 87,
"cds_end": null,
"cds_length": 561,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000372365.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000361440.1",
"strand": true,
"transcript": "ENST00000372365.5",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 186,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 599,
"cdna_start": 87,
"cds_end": null,
"cds_length": 561,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000528371.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000434876.1",
"strand": true,
"transcript": "ENST00000528371.5",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 185,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1421,
"cdna_start": 87,
"cds_end": null,
"cds_length": 558,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000372366.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000361441.1",
"strand": true,
"transcript": "ENST00000372366.6",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 170,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1020,
"cdna_start": 87,
"cds_end": null,
"cds_length": 513,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000361812.9",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000355201.4",
"strand": true,
"transcript": "ENST00000361812.9",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 155,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 468,
"cdna_start": 87,
"cds_end": null,
"cds_length": 468,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000372362.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000361437.2",
"strand": true,
"transcript": "ENST00000372362.6",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 139,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 420,
"cdna_start": 87,
"cds_end": null,
"cds_length": 420,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000531451.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000435603.1",
"strand": true,
"transcript": "ENST00000531451.5",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 101,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 344,
"cdna_start": 87,
"cds_end": null,
"cds_length": 306,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000531816.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000434378.1",
"strand": true,
"transcript": "ENST00000531816.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1277,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000469715.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000431700.2",
"strand": true,
"transcript": "ENST00000469715.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1037,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000490541.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435018.2",
"strand": true,
"transcript": "ENST00000490541.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 893,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000530581.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000437293.1",
"strand": true,
"transcript": "ENST00000530581.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 781,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000533212.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435621.1",
"strand": true,
"transcript": "ENST00000533212.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1191,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000533997.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000432071.1",
"strand": true,
"transcript": "ENST00000533997.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 4037,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 26,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000645057.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000284989",
"hgvs_c": "n.*1409G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494063.1",
"strand": true,
"transcript": "ENST00000645057.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 4037,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 26,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000645057.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000284989",
"hgvs_c": "n.*1409G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494063.1",
"strand": true,
"transcript": "ENST00000645057.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 459,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1877,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1380,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000857189.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000527248.1",
"strand": true,
"transcript": "ENST00000857189.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 453,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2256,
"cdna_start": 163,
"cds_end": null,
"cds_length": 1362,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000645034.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496350.1",
"strand": true,
"transcript": "ENST00000645034.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 449,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2495,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1350,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001350619.2",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001337548.1",
"strand": true,
"transcript": "NM_001350619.2",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 449,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2487,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1350,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000642331.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493823.1",
"strand": true,
"transcript": "ENST00000642331.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 444,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2461,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1335,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_174963.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_777623.2",
"strand": true,
"transcript": "NM_174963.5",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 444,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2412,
"cdna_start": 255,
"cds_end": null,
"cds_length": 1335,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000262915.8",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000262915.3",
"strand": true,
"transcript": "ENST00000262915.8",
"transcript_support_level": 5
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 434,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2450,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1305,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001350620.2",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001337549.1",
"strand": true,
"transcript": "NM_001350620.2",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 434,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2422,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1305,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000643252.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495333.1",
"strand": true,
"transcript": "ENST00000643252.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 429,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2416,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1290,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_174968.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_777628.2",
"strand": true,
"transcript": "NM_174968.5",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 429,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2388,
"cdna_start": 267,
"cds_end": null,
"cds_length": 1290,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000351035.8",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000316999.6",
"strand": true,
"transcript": "ENST00000351035.8",
"transcript_support_level": 5
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 429,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2525,
"cdna_start": 385,
"cds_end": null,
"cds_length": 1290,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000961661.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631720.1",
"strand": true,
"transcript": "ENST00000961661.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 428,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2394,
"cdna_start": 259,
"cds_end": null,
"cds_length": 1287,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000961663.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631722.1",
"strand": true,
"transcript": "ENST00000961663.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2402,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1257,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001410781.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001397710.1",
"strand": true,
"transcript": "NM_001410781.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2221,
"cdna_start": 113,
"cds_end": null,
"cds_length": 1257,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000646686.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495683.1",
"strand": true,
"transcript": "ENST00000646686.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 416,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2377,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1251,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000961660.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631719.1",
"strand": true,
"transcript": "ENST00000961660.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 413,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2368,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1242,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_174971.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_777631.2",
"strand": true,
"transcript": "NM_174971.5",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 411,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2354,
"cdna_start": 256,
"cds_end": null,
"cds_length": 1236,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000647148.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495939.1",
"strand": true,
"transcript": "ENST00000647148.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 405,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2337,
"cdna_start": 268,
"cds_end": null,
"cds_length": 1218,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000857185.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000527244.1",
"strand": true,
"transcript": "ENST00000857185.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 396,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2323,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1191,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000961658.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631717.1",
"strand": true,
"transcript": "ENST00000961658.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 390,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2299,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1173,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_174964.4",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_777624.1",
"strand": true,
"transcript": "NM_174964.4",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 390,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2290,
"cdna_start": 268,
"cds_end": null,
"cds_length": 1173,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000857187.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000527246.1",
"strand": true,
"transcript": "ENST00000857187.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 375,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2312,
"cdna_start": 363,
"cds_end": null,
"cds_length": 1128,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000644195.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000494201.1",
"strand": true,
"transcript": "ENST00000644195.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 375,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2343,
"cdna_start": 377,
"cds_end": null,
"cds_length": 1128,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000646971.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495887.1",
"strand": true,
"transcript": "ENST00000646971.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 375,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2255,
"cdna_start": 278,
"cds_end": null,
"cds_length": 1128,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000857183.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000527242.1",
"strand": true,
"transcript": "ENST00000857183.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 375,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2310,
"cdna_start": 333,
"cds_end": null,
"cds_length": 1128,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000857188.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000527247.1",
"strand": true,
"transcript": "ENST00000857188.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 375,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2430,
"cdna_start": 451,
"cds_end": null,
"cds_length": 1128,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000961664.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631723.1",
"strand": true,
"transcript": "ENST00000961664.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 374,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2251,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1125,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000857184.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000527243.1",
"strand": true,
"transcript": "ENST00000857184.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 359,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2206,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1080,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_174969.4",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_777629.1",
"strand": true,
"transcript": "NM_174969.4",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 359,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2188,
"cdna_start": 260,
"cds_end": null,
"cds_length": 1080,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000961665.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631724.1",
"strand": true,
"transcript": "ENST00000961665.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 351,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2174,
"cdna_start": 270,
"cds_end": null,
"cds_length": 1056,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000961662.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631721.1",
"strand": true,
"transcript": "ENST00000961662.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 345,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2164,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1038,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001270459.2",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001257388.1",
"strand": true,
"transcript": "NM_001270459.2",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 344,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2161,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1035,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001270460.2",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001257389.1",
"strand": true,
"transcript": "NM_001270460.2",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 344,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2124,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1035,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000372374.7",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000361449.2",
"strand": true,
"transcript": "ENST00000372374.7",
"transcript_support_level": 5
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 331,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2122,
"cdna_start": 275,
"cds_end": null,
"cds_length": 996,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001363573.2",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001350502.1",
"strand": true,
"transcript": "NM_001363573.2",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 331,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2103,
"cdna_start": 275,
"cds_end": null,
"cds_length": 996,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000647237.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495624.1",
"strand": true,
"transcript": "ENST00000647237.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 298,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2015,
"cdna_start": 270,
"cds_end": null,
"cds_length": 897,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000857186.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000527245.1",
"strand": true,
"transcript": "ENST00000857186.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 277,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1960,
"cdna_start": 275,
"cds_end": null,
"cds_length": 834,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_174966.4",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_777626.1",
"strand": true,
"transcript": "NM_174966.4",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 277,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1942,
"cdna_start": 270,
"cds_end": null,
"cds_length": 834,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000353126.8",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000330463.3",
"strand": true,
"transcript": "ENST00000353126.8",
"transcript_support_level": 5
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 277,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1952,
"cdna_start": 259,
"cds_end": null,
"cds_length": 834,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000961659.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631718.1",
"strand": true,
"transcript": "ENST00000961659.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 266,
"aa_ref": "K",
"aa_start": 3,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1719,
"cdna_start": 9,
"cds_end": null,
"cds_length": 801,
"cds_start": 9,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000644922.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.9G>A",
"hgvs_p": "p.Lys3Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496289.1",
"strand": true,
"transcript": "ENST00000644922.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 261,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1912,
"cdna_start": 275,
"cds_end": null,
"cds_length": 786,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001270461.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001257390.1",
"strand": true,
"transcript": "NM_001270461.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 261,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1885,
"cdna_start": 268,
"cds_end": null,
"cds_length": 786,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000642934.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000494146.1",
"strand": true,
"transcript": "ENST00000642934.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 230,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1819,
"cdna_start": 275,
"cds_end": null,
"cds_length": 693,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001270462.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001257391.1",
"strand": true,
"transcript": "NM_001270462.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 201,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1770,
"cdna_start": 275,
"cds_end": null,
"cds_length": 606,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001270463.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001257392.1",
"strand": true,
"transcript": "NM_001270463.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 186,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1725,
"cdna_start": 275,
"cds_end": null,
"cds_length": 561,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001270464.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001257393.1",
"strand": true,
"transcript": "NM_001270464.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 185,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1796,
"cdna_start": 275,
"cds_end": null,
"cds_length": 558,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001270465.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001257394.1",
"strand": true,
"transcript": "NM_001270465.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 185,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1805,
"cdna_start": 278,
"cds_end": null,
"cds_length": 558,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000335430.10",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000335633.7",
"strand": true,
"transcript": "ENST00000335430.10",
"transcript_support_level": 5
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 170,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1658,
"cdna_start": 275,
"cds_end": null,
"cds_length": 513,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_174965.4",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_777625.1",
"strand": true,
"transcript": "NM_174965.4",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 170,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1667,
"cdna_start": 278,
"cds_end": null,
"cds_length": 513,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000545417.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000439634.1",
"strand": true,
"transcript": "ENST00000545417.5",
"transcript_support_level": 5
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 164,
"aa_ref": "K",
"aa_start": 23,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1148,
"cdna_start": 71,
"cds_end": null,
"cds_length": 495,
"cds_start": 69,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000645117.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.69G>A",
"hgvs_p": "p.Lys23Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495252.1",
"strand": true,
"transcript": "ENST00000645117.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 155,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1613,
"cdna_start": 275,
"cds_end": null,
"cds_length": 468,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_174967.4",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_777627.1",
"strand": true,
"transcript": "NM_174967.4",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 139,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1565,
"cdna_start": 275,
"cds_end": null,
"cds_length": 420,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_174970.4",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_777630.1",
"strand": true,
"transcript": "NM_174970.4",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 102,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1053,
"cdna_start": 171,
"cds_end": null,
"cds_length": 309,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000484868.2",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496035.1",
"strand": true,
"transcript": "ENST00000484868.2",
"transcript_support_level": 3
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 101,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1470,
"cdna_start": 275,
"cds_end": null,
"cds_length": 306,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001270466.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001257395.1",
"strand": true,
"transcript": "NM_001270466.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 101,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1479,
"cdna_start": 278,
"cds_end": null,
"cds_length": 306,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000330208.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000333494.3",
"strand": true,
"transcript": "ENST00000330208.6",
"transcript_support_level": 5
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 74,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 524,
"cdna_start": 385,
"cds_end": null,
"cds_length": 226,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000646109.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493476.1",
"strand": true,
"transcript": "ENST00000646109.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 503,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2657,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1512,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047428184.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284140.1",
"strand": true,
"transcript": "XM_047428184.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 503,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2969,
"cdna_start": 587,
"cds_end": null,
"cds_length": 1512,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047428185.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284141.1",
"strand": true,
"transcript": "XM_047428185.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 502,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1736,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1509,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_011541973.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011540275.1",
"strand": true,
"transcript": "XM_011541973.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 488,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2612,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1467,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_011541974.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011540276.1",
"strand": true,
"transcript": "XM_011541974.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 472,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2564,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1419,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_011541976.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011540278.1",
"strand": true,
"transcript": "XM_011541976.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 434,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2716,
"cdna_start": 541,
"cds_end": null,
"cds_length": 1305,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047428199.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284155.1",
"strand": true,
"transcript": "XM_047428199.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 434,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2889,
"cdna_start": 714,
"cds_end": null,
"cds_length": 1305,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047428200.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284156.1",
"strand": true,
"transcript": "XM_047428200.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 375,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2520,
"cdna_start": 541,
"cds_end": null,
"cds_length": 1128,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_017002113.2",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016857602.1",
"strand": true,
"transcript": "XM_017002113.2",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 375,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2693,
"cdna_start": 714,
"cds_end": null,
"cds_length": 1128,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047428221.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284177.1",
"strand": true,
"transcript": "XM_047428221.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 359,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2518,
"cdna_start": 587,
"cds_end": null,
"cds_length": 1080,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047428232.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284188.1",
"strand": true,
"transcript": "XM_047428232.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 346,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2167,
"cdna_start": 275,
"cds_end": null,
"cds_length": 1041,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_011541981.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011540283.1",
"strand": true,
"transcript": "XM_011541981.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 331,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2048,
"cdna_start": 275,
"cds_end": null,
"cds_length": 996,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_011541984.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011540286.1",
"strand": true,
"transcript": "XM_011541984.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 331,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1690,
"cdna_start": 275,
"cds_end": null,
"cds_length": 996,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_011541985.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011540287.1",
"strand": true,
"transcript": "XM_011541985.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 331,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1292,
"cdna_start": 275,
"cds_end": null,
"cds_length": 996,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_011541986.4",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011540288.1",
"strand": true,
"transcript": "XM_011541986.4",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 292,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2005,
"cdna_start": 275,
"cds_end": null,
"cds_length": 879,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047428270.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284226.1",
"strand": true,
"transcript": "XM_047428270.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 292,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2317,
"cdna_start": 587,
"cds_end": null,
"cds_length": 879,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047428273.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284229.1",
"strand": true,
"transcript": "XM_047428273.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 277,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1479,
"cdna_start": 275,
"cds_end": null,
"cds_length": 834,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047428274.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284230.1",
"strand": true,
"transcript": "XM_047428274.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 262,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1434,
"cdna_start": 275,
"cds_end": null,
"cds_length": 789,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047428276.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284232.1",
"strand": true,
"transcript": "XM_047428276.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 258,
"aa_ref": "K",
"aa_start": 29,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1171,
"cdna_start": 275,
"cds_end": null,
"cds_length": 777,
"cds_start": 87,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047428280.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.87G>A",
"hgvs_p": "p.Lys29Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284236.1",
"strand": true,
"transcript": "XM_047428280.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 341,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2624,
"cdna_start": null,
"cds_end": null,
"cds_length": 1026,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001350621.2",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.-367G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001337550.1",
"strand": true,
"transcript": "NM_001350621.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 692,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000461066.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000433668.1",
"strand": true,
"transcript": "ENST00000461066.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 883,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000479383.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000432214.1",
"strand": true,
"transcript": "ENST00000479383.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1000,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000489897.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000437206.1",
"strand": true,
"transcript": "ENST00000489897.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1670,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000530154.5",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000434686.1",
"strand": true,
"transcript": "ENST00000530154.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 703,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000532911.6",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000431816.1",
"strand": true,
"transcript": "ENST00000532911.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1762,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000642194.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493708.1",
"strand": true,
"transcript": "ENST00000642194.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2098,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000642504.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494857.1",
"strand": true,
"transcript": "ENST00000642504.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2278,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000642949.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495709.1",
"strand": true,
"transcript": "ENST00000642949.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2242,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000643283.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494746.1",
"strand": true,
"transcript": "ENST00000643283.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2007,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000643597.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495977.1",
"strand": true,
"transcript": "ENST00000643597.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2098,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000643813.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.9G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496646.1",
"strand": true,
"transcript": "ENST00000643813.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 559,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000643886.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495313.1",
"strand": true,
"transcript": "ENST00000643886.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2458,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000645142.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496550.1",
"strand": true,
"transcript": "ENST00000645142.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2261,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000645165.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493660.1",
"strand": true,
"transcript": "ENST00000645165.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2007,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000645394.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495299.1",
"strand": true,
"transcript": "ENST00000645394.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2602,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000645640.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494852.1",
"strand": true,
"transcript": "ENST00000645640.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2266,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000645705.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496492.1",
"strand": true,
"transcript": "ENST00000645705.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2179,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000646027.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494396.1",
"strand": true,
"transcript": "ENST00000646027.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2106,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000646069.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496585.1",
"strand": true,
"transcript": "ENST00000646069.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 981,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000646096.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496444.1",
"strand": true,
"transcript": "ENST00000646096.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4776,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000646416.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000646416.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3218,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000646776.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.245G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000646776.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 708,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000647128.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494374.1",
"strand": true,
"transcript": "ENST00000647128.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2217,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000647134.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495797.1",
"strand": true,
"transcript": "ENST00000647134.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2210,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000647482.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.87G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495567.1",
"strand": true,
"transcript": "ENST00000647482.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2286,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_073016.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_073016.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2163,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_073017.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_073017.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2133,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_073018.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_073018.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2102,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_073019.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_073019.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2019,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_073020.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_073020.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1947,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_073021.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_073021.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1907,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_073023.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_073023.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2482,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_146867.2",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_146867.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 7704,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XR_007063036.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007063036.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 7599,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XR_007063037.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007063037.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 7497,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XR_007063040.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007063040.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 7449,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XR_007063042.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007063042.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2205,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XR_946742.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_946742.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1847,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XR_946743.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_946743.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2049,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XR_946744.3",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "n.275G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_946744.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 343,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1905,
"cdna_start": null,
"cds_end": null,
"cds_length": 1032,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000644287.1",
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"hgvs_c": "c.-22G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496054.1",
"strand": true,
"transcript": "ENST00000644287.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs138684243",
"effect": "synonymous_variant",
"frequency_reference_population": 0.000006195764,
"gene_hgnc_id": 10866,
"gene_symbol": "ST3GAL3",
"gnomad_exomes_ac": 9,
"gnomad_exomes_af": 0.00000615647,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000657333,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Likely benign",
"phenotype_combined": "Developmental and epileptic encephalopathy|Inborn genetic diseases",
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.487,
"pos": 43736349,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_001350619.2"
}
]
}