← 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: 19-19024693-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=19024693&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 19024693,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001321698.1",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "NM_001017392.5",
"protein_id": "NP_001017392.2",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000452918.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001017392.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000452918.7",
"protein_id": "ENSP00000389380.1",
"transcript_support_level": 1,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001017392.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452918.7"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000337018.10",
"protein_id": "ENSP00000337926.5",
"transcript_support_level": 1,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000337018.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1655T>C",
"hgvs_p": null,
"transcript": "ENST00000330854.15",
"protein_id": "ENSP00000332373.10",
"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": "ENST00000330854.15"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000953719.1",
"protein_id": "ENSP00000623778.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1114,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953719.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000953720.1",
"protein_id": "ENSP00000623779.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1114,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953720.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000953723.1",
"protein_id": "ENSP00000623782.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1114,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953723.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000928453.1",
"protein_id": "ENSP00000598512.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1098,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928453.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1697T>C",
"hgvs_p": "p.Met566Thr",
"transcript": "NM_001321698.1",
"protein_id": "NP_001308627.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 1096,
"cds_start": 1697,
"cds_end": null,
"cds_length": 3291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321698.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1697T>C",
"hgvs_p": "p.Met566Thr",
"transcript": "NM_001321699.1",
"protein_id": "NP_001308628.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 1096,
"cds_start": 1697,
"cds_end": null,
"cds_length": 3291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321699.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1697T>C",
"hgvs_p": "p.Met566Thr",
"transcript": "ENST00000600377.1",
"protein_id": "ENSP00000472914.1",
"transcript_support_level": 2,
"aa_start": 566,
"aa_end": null,
"aa_length": 1096,
"cds_start": 1697,
"cds_end": null,
"cds_length": 3291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000600377.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "NM_001321697.2",
"protein_id": "NP_001308626.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321697.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "NM_001352071.2",
"protein_id": "NP_001339000.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352071.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "NM_014884.5",
"protein_id": "NP_055699.2",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014884.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000601879.5",
"protein_id": "ENSP00000472286.1",
"transcript_support_level": 2,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000601879.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000867061.1",
"protein_id": "ENSP00000537120.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867061.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000867062.1",
"protein_id": "ENSP00000537121.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867062.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000867063.1",
"protein_id": "ENSP00000537122.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867063.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000867064.1",
"protein_id": "ENSP00000537123.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867064.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000867065.1",
"protein_id": "ENSP00000537124.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867065.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000867066.1",
"protein_id": "ENSP00000537125.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867066.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000867067.1",
"protein_id": "ENSP00000537126.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867067.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000867068.1",
"protein_id": "ENSP00000537127.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867068.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000867069.1",
"protein_id": "ENSP00000537128.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867069.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000867070.1",
"protein_id": "ENSP00000537129.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867070.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000928454.1",
"protein_id": "ENSP00000598513.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928454.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000928456.1",
"protein_id": "ENSP00000598515.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928456.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000928457.1",
"protein_id": "ENSP00000598516.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928457.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000953721.1",
"protein_id": "ENSP00000623780.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953721.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000953724.1",
"protein_id": "ENSP00000623783.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953724.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000953725.1",
"protein_id": "ENSP00000623784.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953725.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000953726.1",
"protein_id": "ENSP00000623785.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1082,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953726.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000953722.1",
"protein_id": "ENSP00000623781.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1081,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953722.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "ENST00000928455.1",
"protein_id": "ENSP00000598514.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 882,
"cds_start": 1655,
"cds_end": null,
"cds_length": 2649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928455.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1697T>C",
"hgvs_p": "p.Met566Thr",
"transcript": "XM_024451307.2",
"protein_id": "XP_024307075.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 1106,
"cds_start": 1697,
"cds_end": null,
"cds_length": 3321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451307.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1697T>C",
"hgvs_p": "p.Met566Thr",
"transcript": "XM_024451308.2",
"protein_id": "XP_024307076.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 1096,
"cds_start": 1697,
"cds_end": null,
"cds_length": 3291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451308.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "XM_047438022.1",
"protein_id": "XP_047293978.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1092,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438022.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "XM_047438023.1",
"protein_id": "XP_047293979.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1092,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438023.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "XM_047438027.1",
"protein_id": "XP_047293983.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1092,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438027.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1697T>C",
"hgvs_p": "p.Met566Thr",
"transcript": "XM_047438025.1",
"protein_id": "XP_047293981.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 1021,
"cds_start": 1697,
"cds_end": null,
"cds_length": 3066,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438025.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "c.1655T>C",
"hgvs_p": "p.Met552Thr",
"transcript": "XM_047438026.1",
"protein_id": "XP_047293982.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1007,
"cds_start": 1655,
"cds_end": null,
"cds_length": 3024,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438026.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1655T>C",
"hgvs_p": null,
"transcript": "ENST00000594773.5",
"protein_id": "ENSP00000470915.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": "ENST00000594773.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.*705T>C",
"hgvs_p": null,
"transcript": "ENST00000598240.1",
"protein_id": "ENSP00000472244.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": "ENST00000598240.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1655T>C",
"hgvs_p": null,
"transcript": "ENST00000600239.5",
"protein_id": "ENSP00000473187.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": "ENST00000600239.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "NR_147913.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147913.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "NR_147914.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147914.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "NR_147915.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147915.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_001753576.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001753576.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_002958236.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_002958236.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_007066512.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066512.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_007066513.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066513.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_007066514.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066514.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_007066515.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066515.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_007066516.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066516.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_007066517.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066517.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_007066518.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066518.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_007066519.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066519.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "XR_007066520.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066520.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "XR_007066521.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066521.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "XR_007066522.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066522.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "XR_007066523.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066523.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "XR_007066524.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066524.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "XR_007066525.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066525.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "XR_007066526.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066526.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "XR_007066527.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066527.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "XR_007066528.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066528.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "XR_007066529.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066529.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_007066530.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066530.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1747T>C",
"hgvs_p": null,
"transcript": "XR_007066531.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066531.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_430122.5",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_430122.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.1749T>C",
"hgvs_p": null,
"transcript": "XR_430124.5",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_430124.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"hgvs_c": "n.*705T>C",
"hgvs_p": null,
"transcript": "ENST00000598240.1",
"protein_id": "ENSP00000472244.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": "ENST00000598240.1"
}
],
"gene_symbol": "SUGP2",
"gene_hgnc_id": 18641,
"dbsnp": "rs10404860",
"frequency_reference_population": 0.007154141,
"hom_count_reference_population": 628,
"allele_count_reference_population": 11548,
"gnomad_exomes_af": 0.00400577,
"gnomad_genomes_af": 0.0373785,
"gnomad_exomes_ac": 5856,
"gnomad_genomes_ac": 5692,
"gnomad_exomes_homalt": 306,
"gnomad_genomes_homalt": 322,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0020294785499572754,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.023,
"revel_prediction": "Benign",
"alphamissense_score": 0.0525,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.83,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.886,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001321698.1",
"gene_symbol": "SUGP2",
"hgnc_id": 18641,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1697T>C",
"hgvs_p": "p.Met566Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}