← 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: 7-151077769-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=151077769&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 151077769,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_006712.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1051G>C",
"hgvs_p": "p.Ala351Pro",
"transcript": "NM_006712.5",
"protein_id": "NP_006703.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 549,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000297532.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006712.5"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1051G>C",
"hgvs_p": "p.Ala351Pro",
"transcript": "ENST00000297532.11",
"protein_id": "ENSP00000297532.6",
"transcript_support_level": 1,
"aa_start": 351,
"aa_end": null,
"aa_length": 549,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006712.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000297532.11"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.970G>C",
"hgvs_p": "p.Ala324Pro",
"transcript": "ENST00000482571.2",
"protein_id": "ENSP00000418516.1",
"transcript_support_level": 1,
"aa_start": 324,
"aa_end": null,
"aa_length": 522,
"cds_start": 970,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000482571.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.628G>C",
"hgvs_p": "p.Ala210Pro",
"transcript": "ENST00000353841.6",
"protein_id": "ENSP00000324817.6",
"transcript_support_level": 1,
"aa_start": 210,
"aa_end": null,
"aa_length": 408,
"cds_start": 628,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000353841.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "n.2021G>C",
"hgvs_p": null,
"transcript": "ENST00000467237.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000467237.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "n.1051G>C",
"hgvs_p": null,
"transcript": "ENST00000489884.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000489884.5"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1144G>C",
"hgvs_p": "p.Ala382Pro",
"transcript": "ENST00000899746.1",
"protein_id": "ENSP00000569805.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 580,
"cds_start": 1144,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899746.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1051G>C",
"hgvs_p": "p.Ala351Pro",
"transcript": "ENST00000899741.1",
"protein_id": "ENSP00000569800.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 557,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899741.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1057G>C",
"hgvs_p": "p.Ala353Pro",
"transcript": "ENST00000899743.1",
"protein_id": "ENSP00000569802.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 551,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899743.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1051G>C",
"hgvs_p": "p.Ala351Pro",
"transcript": "ENST00000899744.1",
"protein_id": "ENSP00000569803.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 547,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899744.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1051G>C",
"hgvs_p": "p.Ala351Pro",
"transcript": "ENST00000899747.1",
"protein_id": "ENSP00000569806.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 530,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899747.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.970G>C",
"hgvs_p": "p.Ala324Pro",
"transcript": "ENST00000899750.1",
"protein_id": "ENSP00000569809.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 530,
"cds_start": 970,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899750.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.970G>C",
"hgvs_p": "p.Ala324Pro",
"transcript": "NM_001258461.2",
"protein_id": "NP_001245390.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 522,
"cds_start": 970,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258461.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.970G>C",
"hgvs_p": "p.Ala324Pro",
"transcript": "ENST00000959426.1",
"protein_id": "ENSP00000629485.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 503,
"cds_start": 970,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959426.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.871G>C",
"hgvs_p": "p.Ala291Pro",
"transcript": "ENST00000899751.1",
"protein_id": "ENSP00000569810.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 489,
"cds_start": 871,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899751.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.871G>C",
"hgvs_p": "p.Ala291Pro",
"transcript": "ENST00000959430.1",
"protein_id": "ENSP00000629489.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 487,
"cds_start": 871,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959430.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.862G>C",
"hgvs_p": "p.Ala288Pro",
"transcript": "ENST00000899749.1",
"protein_id": "ENSP00000569808.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 486,
"cds_start": 862,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899749.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1051G>C",
"hgvs_p": "p.Ala351Pro",
"transcript": "ENST00000959427.1",
"protein_id": "ENSP00000629486.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 473,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959427.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1051G>C",
"hgvs_p": "p.Ala351Pro",
"transcript": "ENST00000959428.1",
"protein_id": "ENSP00000629487.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 471,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959428.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.721G>C",
"hgvs_p": "p.Ala241Pro",
"transcript": "ENST00000959429.1",
"protein_id": "ENSP00000629488.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 439,
"cds_start": 721,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959429.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.634G>C",
"hgvs_p": "p.Ala212Pro",
"transcript": "ENST00000899745.1",
"protein_id": "ENSP00000569804.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 410,
"cds_start": 634,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899745.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.628G>C",
"hgvs_p": "p.Ala210Pro",
"transcript": "NM_033015.4",
"protein_id": "NP_148936.2",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 408,
"cds_start": 628,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033015.4"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.628G>C",
"hgvs_p": "p.Ala210Pro",
"transcript": "ENST00000899748.1",
"protein_id": "ENSP00000569807.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 406,
"cds_start": 628,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899748.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.547G>C",
"hgvs_p": "p.Ala183Pro",
"transcript": "ENST00000899742.1",
"protein_id": "ENSP00000569801.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 381,
"cds_start": 547,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899742.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.949G>C",
"hgvs_p": "p.Ala317Pro",
"transcript": "XM_005249932.2",
"protein_id": "XP_005249989.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 515,
"cds_start": 949,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005249932.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1051G>C",
"hgvs_p": "p.Ala351Pro",
"transcript": "XM_011515761.4",
"protein_id": "XP_011514063.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 494,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515761.4"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.970G>C",
"hgvs_p": "p.Ala324Pro",
"transcript": "XM_047419828.1",
"protein_id": "XP_047275784.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 467,
"cds_start": 970,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419828.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1051G>C",
"hgvs_p": "p.Ala351Pro",
"transcript": "XM_011515762.4",
"protein_id": "XP_011514064.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 462,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515762.4"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.868G>C",
"hgvs_p": "p.Ala290Pro",
"transcript": "XM_047419830.1",
"protein_id": "XP_047275786.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 401,
"cds_start": 868,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419830.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.547G>C",
"hgvs_p": "p.Ala183Pro",
"transcript": "XM_011515763.2",
"protein_id": "XP_011514065.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 381,
"cds_start": 547,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515763.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.628G>C",
"hgvs_p": "p.Ala210Pro",
"transcript": "XM_017011705.3",
"protein_id": "XP_016867194.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 353,
"cds_start": 628,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011705.3"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.628G>C",
"hgvs_p": "p.Ala210Pro",
"transcript": "XM_047419831.1",
"protein_id": "XP_047275787.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 321,
"cds_start": 628,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419831.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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "c.1039+110G>C",
"hgvs_p": null,
"transcript": "ENST00000914251.1",
"protein_id": "ENSP00000584310.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": "ENST00000914251.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "n.826G>C",
"hgvs_p": null,
"transcript": "ENST00000460980.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": "retained_intron",
"feature": "ENST00000460980.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "n.921G>C",
"hgvs_p": null,
"transcript": "ENST00000466855.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": "ENST00000466855.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "n.853G>C",
"hgvs_p": null,
"transcript": "ENST00000469237.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": "retained_intron",
"feature": "ENST00000469237.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "n.756G>C",
"hgvs_p": null,
"transcript": "ENST00000478477.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000478477.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "n.1075G>C",
"hgvs_p": null,
"transcript": "ENST00000482806.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": "retained_intron",
"feature": "ENST00000482806.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "n.436G>C",
"hgvs_p": null,
"transcript": "ENST00000483953.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": "retained_intron",
"feature": "ENST00000483953.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "n.*3G>C",
"hgvs_p": null,
"transcript": "ENST00000461979.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": "pseudogene",
"feature": "ENST00000461979.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"hgvs_c": "n.*106G>C",
"hgvs_p": null,
"transcript": "ENST00000478883.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": "ENST00000478883.1"
}
],
"gene_symbol": "FASTK",
"gene_hgnc_id": 24676,
"dbsnp": "rs773238430",
"frequency_reference_population": 0.0000027685646,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000276856,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.27876102924346924,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.185,
"revel_prediction": "Benign",
"alphamissense_score": 0.5372,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.699,
"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_006712.5",
"gene_symbol": "FASTK",
"hgnc_id": 24676,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1051G>C",
"hgvs_p": "p.Ala351Pro"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}