← 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-46941553-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=46941553&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 46941553,
"ref": "G",
"alt": "T",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "NM_001288955.2",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "NM_020458.4",
"protein_id": "NP_065191.2",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 858,
"cds_start": 12,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000319190.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020458.4"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000319190.11",
"protein_id": "ENSP00000316699.5",
"transcript_support_level": 2,
"aa_start": 4,
"aa_end": null,
"aa_length": 858,
"cds_start": 12,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020458.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319190.11"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000394850.6",
"protein_id": "ENSP00000378320.2",
"transcript_support_level": 1,
"aa_start": 4,
"aa_end": null,
"aa_length": 882,
"cds_start": 12,
"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": "ENST00000394850.6"
},
{
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "n.9G>T",
"hgvs_p": null,
"transcript": "ENST00000441914.5",
"protein_id": "ENSP00000393022.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000441914.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.-893G>T",
"hgvs_p": null,
"transcript": "NM_001288955.2",
"protein_id": "NP_001275884.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": null,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288955.2"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000956434.1",
"protein_id": "ENSP00000626493.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 901,
"cds_start": 12,
"cds_end": null,
"cds_length": 2706,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956434.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "NM_001288951.2",
"protein_id": "NP_001275880.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 882,
"cds_start": 12,
"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": "NM_001288951.2"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000956433.1",
"protein_id": "ENSP00000626492.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 882,
"cds_start": 12,
"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": "ENST00000956433.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000895463.1",
"protein_id": "ENSP00000565522.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 850,
"cds_start": 12,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895463.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000895461.1",
"protein_id": "ENSP00000565520.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 840,
"cds_start": 12,
"cds_end": null,
"cds_length": 2523,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895461.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000895460.1",
"protein_id": "ENSP00000565519.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 819,
"cds_start": 12,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895460.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000895464.1",
"protein_id": "ENSP00000565523.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 813,
"cds_start": 12,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895464.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000937410.1",
"protein_id": "ENSP00000607469.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 784,
"cds_start": 12,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937410.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000895465.1",
"protein_id": "ENSP00000565524.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 775,
"cds_start": 12,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895465.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000895466.1",
"protein_id": "ENSP00000565525.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 774,
"cds_start": 12,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895466.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000895462.1",
"protein_id": "ENSP00000565521.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 758,
"cds_start": 12,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895462.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000937409.1",
"protein_id": "ENSP00000607468.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 730,
"cds_start": 12,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937409.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "ENST00000937411.1",
"protein_id": "ENSP00000607470.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 701,
"cds_start": 12,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937411.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "XM_017004524.2",
"protein_id": "XP_016860013.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 819,
"cds_start": 12,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004524.2"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "XM_017004526.2",
"protein_id": "XP_016860015.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 775,
"cds_start": 12,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004526.2"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "XM_047445146.1",
"protein_id": "XP_047301102.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 736,
"cds_start": 12,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445146.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "XM_011532999.3",
"protein_id": "XP_011531301.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 681,
"cds_start": 12,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532999.3"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "XM_047445147.1",
"protein_id": "XP_047301103.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 632,
"cds_start": 12,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445147.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "XM_047445149.1",
"protein_id": "XP_047301105.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 620,
"cds_start": 12,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445149.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.12G>T",
"hgvs_p": "p.Lys4Asn",
"transcript": "XM_047445150.1",
"protein_id": "XP_047301106.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 466,
"cds_start": 12,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445150.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.-893G>T",
"hgvs_p": null,
"transcript": "NM_001288955.2",
"protein_id": "NP_001275884.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": null,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288955.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.83-8810G>T",
"hgvs_p": null,
"transcript": "NM_001288953.2",
"protein_id": "NP_001275882.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 824,
"cds_start": null,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288953.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.83-8810G>T",
"hgvs_p": null,
"transcript": "ENST00000409245.5",
"protein_id": "ENSP00000386307.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 824,
"cds_start": null,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409245.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MCFD2",
"gene_hgnc_id": 18451,
"hgvs_c": "c.-7+19C>A",
"hgvs_p": null,
"transcript": "NM_001171508.2",
"protein_id": "NP_001164979.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": null,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001171508.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MCFD2",
"gene_hgnc_id": 18451,
"hgvs_c": "c.-7+19C>A",
"hgvs_p": null,
"transcript": "ENST00000409207.5",
"protein_id": "ENSP00000386386.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": null,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409207.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MCFD2",
"gene_hgnc_id": 18451,
"hgvs_c": "c.-101+19C>A",
"hgvs_p": null,
"transcript": "ENST00000895741.1",
"protein_id": "ENSP00000565800.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": null,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895741.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MCFD2",
"gene_hgnc_id": 18451,
"hgvs_c": "c.92+19C>A",
"hgvs_p": null,
"transcript": "NM_001171511.3",
"protein_id": "NP_001164982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 127,
"cds_start": null,
"cds_end": null,
"cds_length": 384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001171511.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MCFD2",
"gene_hgnc_id": 18451,
"hgvs_c": "c.92+19C>A",
"hgvs_p": null,
"transcript": "ENST00000444761.6",
"protein_id": "ENSP00000394647.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 127,
"cds_start": null,
"cds_end": null,
"cds_length": 384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444761.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MCFD2",
"gene_hgnc_id": 18451,
"hgvs_c": "c.-8+19C>A",
"hgvs_p": null,
"transcript": "ENST00000409147.1",
"protein_id": "ENSP00000387082.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 94,
"cds_start": null,
"cds_end": null,
"cds_length": 285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409147.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "c.-80-8810G>T",
"hgvs_p": null,
"transcript": "XM_047445148.1",
"protein_id": "XP_047301104.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 770,
"cds_start": null,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445148.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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "n.12G>T",
"hgvs_p": null,
"transcript": "ENST00000461601.5",
"protein_id": "ENSP00000513496.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": "ENST00000461601.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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "n.330G>T",
"hgvs_p": null,
"transcript": "XR_007078570.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_007078570.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MCFD2",
"gene_hgnc_id": 18451,
"hgvs_c": "n.202+19C>A",
"hgvs_p": null,
"transcript": "ENST00000470873.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000470873.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MCFD2",
"gene_hgnc_id": 18451,
"hgvs_c": "n.143+19C>A",
"hgvs_p": null,
"transcript": "ENST00000479225.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000479225.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MCFD2",
"gene_hgnc_id": 18451,
"hgvs_c": "n.156+19C>A",
"hgvs_p": null,
"transcript": "ENST00000487121.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000487121.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "n.804-8810G>T",
"hgvs_p": null,
"transcript": "ENST00000698500.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": "retained_intron",
"feature": "ENST00000698500.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "n.506-8810G>T",
"hgvs_p": null,
"transcript": "ENST00000698501.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": "retained_intron",
"feature": "ENST00000698501.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"hgvs_c": "n.166-8810G>T",
"hgvs_p": null,
"transcript": "ENST00000698502.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": "ENST00000698502.1"
}
],
"gene_symbol": "TTC7A",
"gene_hgnc_id": 19750,
"dbsnp": "rs1274237789",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4034389853477478,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.3,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8325,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.762,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001288955.2",
"gene_symbol": "TTC7A",
"hgnc_id": 19750,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-893G>T",
"hgvs_p": null
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001171508.2",
"gene_symbol": "MCFD2",
"hgnc_id": 18451,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-7+19C>A",
"hgvs_p": null
}
],
"clinvar_disease": "Multiple gastrointestinal atresias",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Multiple gastrointestinal atresias",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}