← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 3-98793733-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=98793733&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 98793733,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001271145.2",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "NM_001323368.2",
"protein_id": "NP_001310297.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000483910.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323368.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000483910.6",
"protein_id": "ENSP00000417376.1",
"transcript_support_level": 1,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001323368.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000483910.6"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000394162.5",
"protein_id": "ENSP00000377717.1",
"transcript_support_level": 1,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394162.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000613264.5",
"protein_id": "ENSP00000480884.2",
"transcript_support_level": 1,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613264.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.*765A>G",
"hgvs_p": null,
"transcript": "ENST00000469105.5",
"protein_id": "ENSP00000419690.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000469105.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.*765A>G",
"hgvs_p": null,
"transcript": "ENST00000469105.5",
"protein_id": "ENSP00000419690.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000469105.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.1127A>G",
"hgvs_p": "p.Asn376Ser",
"transcript": "NM_001271145.2",
"protein_id": "NP_001258074.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 384,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271145.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "NM_001271146.2",
"protein_id": "NP_001258075.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271146.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "NM_001323352.2",
"protein_id": "NP_001310281.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323352.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "NM_001323365.2",
"protein_id": "NP_001310294.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323365.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "NM_001323367.4",
"protein_id": "NP_001310296.2",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323367.4"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "NM_006100.4",
"protein_id": "NP_006091.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006100.4"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000265261.11",
"protein_id": "ENSP00000265261.7",
"transcript_support_level": 2,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265261.11"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881500.1",
"protein_id": "ENSP00000551559.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881500.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881501.1",
"protein_id": "ENSP00000551560.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881501.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881502.1",
"protein_id": "ENSP00000551561.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881502.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881507.1",
"protein_id": "ENSP00000551566.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881507.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881508.1",
"protein_id": "ENSP00000551567.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881508.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881509.1",
"protein_id": "ENSP00000551568.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881509.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881510.1",
"protein_id": "ENSP00000551569.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881510.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881511.1",
"protein_id": "ENSP00000551570.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881511.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881512.1",
"protein_id": "ENSP00000551571.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881512.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881513.1",
"protein_id": "ENSP00000551572.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881513.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881514.1",
"protein_id": "ENSP00000551573.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881514.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881515.1",
"protein_id": "ENSP00000551574.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881515.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881516.1",
"protein_id": "ENSP00000551575.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881516.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881517.1",
"protein_id": "ENSP00000551576.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881517.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881519.1",
"protein_id": "ENSP00000551578.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881519.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881520.1",
"protein_id": "ENSP00000551579.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881520.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881522.1",
"protein_id": "ENSP00000551581.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881522.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881524.1",
"protein_id": "ENSP00000551583.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881524.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881525.1",
"protein_id": "ENSP00000551584.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881525.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881526.1",
"protein_id": "ENSP00000551585.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881526.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881527.1",
"protein_id": "ENSP00000551586.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881527.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000881528.1",
"protein_id": "ENSP00000551587.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881528.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000946763.1",
"protein_id": "ENSP00000616822.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946763.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000946766.1",
"protein_id": "ENSP00000616825.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946766.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000946767.1",
"protein_id": "ENSP00000616826.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946767.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000946768.1",
"protein_id": "ENSP00000616827.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946768.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000946770.1",
"protein_id": "ENSP00000616829.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946770.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000946771.1",
"protein_id": "ENSP00000616830.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946771.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000946772.1",
"protein_id": "ENSP00000616831.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946772.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.968A>G",
"hgvs_p": "p.Asn323Ser",
"transcript": "ENST00000946773.1",
"protein_id": "ENSP00000616832.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 331,
"cds_start": 968,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946773.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.890A>G",
"hgvs_p": "p.Asn297Ser",
"transcript": "ENST00000881506.1",
"protein_id": "ENSP00000551565.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 305,
"cds_start": 890,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881506.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.890A>G",
"hgvs_p": "p.Asn297Ser",
"transcript": "ENST00000881523.1",
"protein_id": "ENSP00000551582.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 305,
"cds_start": 890,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881523.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.872A>G",
"hgvs_p": "p.Asn291Ser",
"transcript": "ENST00000881503.1",
"protein_id": "ENSP00000551562.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 299,
"cds_start": 872,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881503.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.872A>G",
"hgvs_p": "p.Asn291Ser",
"transcript": "ENST00000881505.1",
"protein_id": "ENSP00000551564.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 299,
"cds_start": 872,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881505.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.872A>G",
"hgvs_p": "p.Asn291Ser",
"transcript": "ENST00000881518.1",
"protein_id": "ENSP00000551577.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 299,
"cds_start": 872,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881518.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.872A>G",
"hgvs_p": "p.Asn291Ser",
"transcript": "ENST00000881521.1",
"protein_id": "ENSP00000551580.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 299,
"cds_start": 872,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881521.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.872A>G",
"hgvs_p": "p.Asn291Ser",
"transcript": "ENST00000946764.1",
"protein_id": "ENSP00000616823.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 299,
"cds_start": 872,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946764.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.872A>G",
"hgvs_p": "p.Asn291Ser",
"transcript": "ENST00000946774.1",
"protein_id": "ENSP00000616833.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 299,
"cds_start": 872,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946774.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.815A>G",
"hgvs_p": "p.Asn272Ser",
"transcript": "ENST00000881504.1",
"protein_id": "ENSP00000551563.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 280,
"cds_start": 815,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881504.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.815A>G",
"hgvs_p": "p.Asn272Ser",
"transcript": "ENST00000946769.1",
"protein_id": "ENSP00000616828.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 280,
"cds_start": 815,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946769.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.815A>G",
"hgvs_p": "p.Asn272Ser",
"transcript": "ENST00000946775.1",
"protein_id": "ENSP00000616834.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 280,
"cds_start": 815,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946775.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.800A>G",
"hgvs_p": "p.Asn267Ser",
"transcript": "ENST00000946765.1",
"protein_id": "ENSP00000616824.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 275,
"cds_start": 800,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946765.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.710A>G",
"hgvs_p": "p.Asn237Ser",
"transcript": "NM_001271142.2",
"protein_id": "NP_001258071.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 245,
"cds_start": 710,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271142.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.710A>G",
"hgvs_p": "p.Asn237Ser",
"transcript": "NM_001323360.2",
"protein_id": "NP_001310289.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 245,
"cds_start": 710,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323360.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.710A>G",
"hgvs_p": "p.Asn237Ser",
"transcript": "NM_001323366.2",
"protein_id": "NP_001310295.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 245,
"cds_start": 710,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323366.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.644A>G",
"hgvs_p": "p.Asn215Ser",
"transcript": "NM_001323358.2",
"protein_id": "NP_001310287.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 223,
"cds_start": 644,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323358.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.644A>G",
"hgvs_p": "p.Asn215Ser",
"transcript": "NM_001323359.2",
"protein_id": "NP_001310288.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 223,
"cds_start": 644,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323359.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.614A>G",
"hgvs_p": "p.Asn205Ser",
"transcript": "NM_001271147.2",
"protein_id": "NP_001258076.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 213,
"cds_start": 614,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271147.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.536A>G",
"hgvs_p": "p.Asn179Ser",
"transcript": "NM_001271148.2",
"protein_id": "NP_001258077.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 187,
"cds_start": 536,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271148.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.536A>G",
"hgvs_p": "p.Asn179Ser",
"transcript": "NM_001323353.2",
"protein_id": "NP_001310282.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 187,
"cds_start": 536,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323353.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.536A>G",
"hgvs_p": "p.Asn179Ser",
"transcript": "NM_001323362.2",
"protein_id": "NP_001310291.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 187,
"cds_start": 536,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323362.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.536A>G",
"hgvs_p": "p.Asn179Ser",
"transcript": "NM_001323363.2",
"protein_id": "NP_001310292.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 187,
"cds_start": 536,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323363.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "c.536A>G",
"hgvs_p": "p.Asn179Ser",
"transcript": "NM_001323364.2",
"protein_id": "NP_001310293.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 187,
"cds_start": 536,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323364.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.891A>G",
"hgvs_p": null,
"transcript": "ENST00000462152.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000462152.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.493A>G",
"hgvs_p": null,
"transcript": "ENST00000474595.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000474595.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.*669A>G",
"hgvs_p": null,
"transcript": "ENST00000486249.5",
"protein_id": "ENSP00000420047.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000486249.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.194A>G",
"hgvs_p": null,
"transcript": "ENST00000491912.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000491912.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"hgvs_c": "n.*669A>G",
"hgvs_p": null,
"transcript": "ENST00000486249.5",
"protein_id": "ENSP00000420047.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000486249.5"
}
],
"gene_symbol": "ST3GAL6",
"gene_hgnc_id": 18080,
"dbsnp": "rs141801266",
"frequency_reference_population": 0.000022444561,
"hom_count_reference_population": 0,
"allele_count_reference_population": 36,
"gnomad_exomes_af": 0.00000895444,
"gnomad_genomes_af": 0.000151159,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": 23,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.12341868877410889,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.111,
"revel_prediction": "Benign",
"alphamissense_score": 0.1172,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.612,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001271145.2",
"gene_symbol": "ST3GAL6",
"hgnc_id": 18080,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1127A>G",
"hgvs_p": "p.Asn376Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}