← 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: 2-27335616-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=27335616&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 27335616,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001521.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001035521.3",
"protein_id": "NP_001030598.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264720.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001035521.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000264720.8",
"protein_id": "ENSP00000264720.3",
"transcript_support_level": 1,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001035521.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264720.8"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000359541.6",
"protein_id": "ENSP00000352536.2",
"transcript_support_level": 1,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359541.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1645C>G",
"hgvs_p": "p.Leu549Val",
"transcript": "ENST00000957129.1",
"protein_id": "ENSP00000627188.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 940,
"cds_start": 1645,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957129.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001318909.4",
"protein_id": "NP_001305838.2",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318909.4"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001388380.3",
"protein_id": "NP_001375309.2",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388380.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001394503.1",
"protein_id": "NP_001381432.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394503.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001394504.1",
"protein_id": "NP_001381433.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394504.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001394505.1",
"protein_id": "NP_001381434.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394505.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001394506.1",
"protein_id": "NP_001381435.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394506.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001394507.1",
"protein_id": "NP_001381436.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394507.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001394508.1",
"protein_id": "NP_001381437.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394508.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001394509.1",
"protein_id": "NP_001381438.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394509.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001394510.1",
"protein_id": "NP_001381439.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394510.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001394511.1",
"protein_id": "NP_001381440.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394511.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001521.4",
"protein_id": "NP_001512.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001521.4"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000872596.1",
"protein_id": "ENSP00000542655.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872596.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000872597.1",
"protein_id": "ENSP00000542656.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872597.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000872598.1",
"protein_id": "ENSP00000542657.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872598.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000872599.1",
"protein_id": "ENSP00000542658.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872599.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000872601.1",
"protein_id": "ENSP00000542660.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872601.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000872602.1",
"protein_id": "ENSP00000542661.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872602.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000872604.1",
"protein_id": "ENSP00000542663.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872604.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000872605.1",
"protein_id": "ENSP00000542664.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872605.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000872606.1",
"protein_id": "ENSP00000542665.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872606.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000912119.1",
"protein_id": "ENSP00000582178.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912119.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000912128.1",
"protein_id": "ENSP00000582187.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912128.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000957130.1",
"protein_id": "ENSP00000627189.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957130.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1552C>G",
"hgvs_p": "p.Leu518Val",
"transcript": "ENST00000872603.1",
"protein_id": "ENSP00000542662.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 909,
"cds_start": 1552,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872603.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1552C>G",
"hgvs_p": "p.Leu518Val",
"transcript": "ENST00000912124.1",
"protein_id": "ENSP00000582183.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 909,
"cds_start": 1552,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912124.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1552C>G",
"hgvs_p": "p.Leu518Val",
"transcript": "ENST00000957128.1",
"protein_id": "ENSP00000627187.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 909,
"cds_start": 1552,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957128.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1546C>G",
"hgvs_p": "p.Leu516Val",
"transcript": "NM_001394512.1",
"protein_id": "NP_001381441.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 907,
"cds_start": 1546,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394512.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1546C>G",
"hgvs_p": "p.Leu516Val",
"transcript": "ENST00000912121.1",
"protein_id": "ENSP00000582180.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 907,
"cds_start": 1546,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912121.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1480C>G",
"hgvs_p": "p.Leu494Val",
"transcript": "NM_001394514.1",
"protein_id": "NP_001381443.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 885,
"cds_start": 1480,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394514.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1480C>G",
"hgvs_p": "p.Leu494Val",
"transcript": "ENST00000912123.1",
"protein_id": "ENSP00000582182.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 885,
"cds_start": 1480,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912123.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1480C>G",
"hgvs_p": "p.Leu494Val",
"transcript": "ENST00000912127.1",
"protein_id": "ENSP00000582186.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 885,
"cds_start": 1480,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912127.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1426C>G",
"hgvs_p": "p.Leu476Val",
"transcript": "ENST00000912122.1",
"protein_id": "ENSP00000582181.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 867,
"cds_start": 1426,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912122.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "NM_001394515.1",
"protein_id": "NP_001381444.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 859,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394515.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val",
"transcript": "ENST00000912118.1",
"protein_id": "ENSP00000582177.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 857,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912118.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1354C>G",
"hgvs_p": "p.Leu452Val",
"transcript": "ENST00000912125.1",
"protein_id": "ENSP00000582184.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 843,
"cds_start": 1354,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912125.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1348C>G",
"hgvs_p": "p.Leu450Val",
"transcript": "ENST00000912126.1",
"protein_id": "ENSP00000582185.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 841,
"cds_start": 1348,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912126.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1330C>G",
"hgvs_p": "p.Leu444Val",
"transcript": "NM_001394516.1",
"protein_id": "NP_001381445.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 835,
"cds_start": 1330,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394516.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1330C>G",
"hgvs_p": "p.Leu444Val",
"transcript": "ENST00000872600.1",
"protein_id": "ENSP00000542659.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 835,
"cds_start": 1330,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872600.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1330C>G",
"hgvs_p": "p.Leu444Val",
"transcript": "ENST00000912120.1",
"protein_id": "ENSP00000582179.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 835,
"cds_start": 1330,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912120.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.1903C>G",
"hgvs_p": "p.Leu635Val",
"transcript": "XM_047444016.1",
"protein_id": "XP_047299972.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 1026,
"cds_start": 1903,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444016.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS1",
"gene_hgnc_id": 40269,
"hgvs_c": "n.92G>C",
"hgvs_p": null,
"transcript": "ENST00000416453.8",
"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": "ENST00000416453.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS1",
"gene_hgnc_id": 40269,
"hgvs_c": "n.92G>C",
"hgvs_p": null,
"transcript": "ENST00000585645.7",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000585645.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS1",
"gene_hgnc_id": 40269,
"hgvs_c": "n.84G>C",
"hgvs_p": null,
"transcript": "ENST00000590383.4",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000590383.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS1",
"gene_hgnc_id": 40269,
"hgvs_c": "n.82G>C",
"hgvs_p": null,
"transcript": "ENST00000608473.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000608473.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS1",
"gene_hgnc_id": 40269,
"hgvs_c": "n.97G>C",
"hgvs_p": null,
"transcript": "ENST00000655380.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": "ENST00000655380.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS1",
"gene_hgnc_id": 40269,
"hgvs_c": "n.84G>C",
"hgvs_p": null,
"transcript": "ENST00000662609.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": "ENST00000662609.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS1",
"gene_hgnc_id": 40269,
"hgvs_c": "n.68G>C",
"hgvs_p": null,
"transcript": "ENST00000732733.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": "ENST00000732733.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS1",
"gene_hgnc_id": 40269,
"hgvs_c": "n.38G>C",
"hgvs_p": null,
"transcript": "ENST00000732734.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": "ENST00000732734.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS1",
"gene_hgnc_id": 40269,
"hgvs_c": "n.75G>C",
"hgvs_p": null,
"transcript": "NR_038427.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_038427.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "c.-190C>G",
"hgvs_p": null,
"transcript": "ENST00000454704.5",
"protein_id": "ENSP00000393429.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454704.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2-AS1",
"gene_hgnc_id": 40269,
"hgvs_c": "n.-161G>C",
"hgvs_p": null,
"transcript": "ENST00000585326.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000585326.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"hgvs_c": "n.*12C>G",
"hgvs_p": null,
"transcript": "ENST00000470115.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000470115.1"
}
],
"gene_symbol": "GTF3C2",
"gene_hgnc_id": 4665,
"dbsnp": "rs771818393",
"frequency_reference_population": 0.000012902543,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.0000121606,
"gnomad_genomes_af": 0.0000197205,
"gnomad_exomes_ac": 17,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17471283674240112,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.258,
"revel_prediction": "Benign",
"alphamissense_score": 0.0892,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.08,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001521.4",
"gene_symbol": "GTF3C2",
"hgnc_id": 4665,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Leu520Val"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000416453.8",
"gene_symbol": "GTF3C2-AS1",
"hgnc_id": 40269,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.92G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}