← 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: 12-69574420-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=69574420&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 69574420,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006654.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "NM_001278356.2",
"protein_id": "NP_001265285.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000549921.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278356.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000549921.6",
"protein_id": "ENSP00000450048.1",
"transcript_support_level": 1,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001278356.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549921.6"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000550389.5",
"protein_id": "ENSP00000447241.1",
"transcript_support_level": 1,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550389.5"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "NM_001042555.3",
"protein_id": "NP_001036020.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042555.3"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "NM_001278351.2",
"protein_id": "NP_001265280.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278351.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "NM_001278353.2",
"protein_id": "NP_001265282.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278353.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "NM_001278354.2",
"protein_id": "NP_001265283.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278354.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "NM_001278355.2",
"protein_id": "NP_001265284.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278355.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "NM_001278357.2",
"protein_id": "NP_001265286.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278357.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "NM_006654.5",
"protein_id": "NP_006645.3",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006654.5"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000397997.6",
"protein_id": "ENSP00000381083.2",
"transcript_support_level": 5,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397997.6"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000872616.1",
"protein_id": "ENSP00000542675.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872616.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000872617.1",
"protein_id": "ENSP00000542676.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872617.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000872618.1",
"protein_id": "ENSP00000542677.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872618.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000872619.1",
"protein_id": "ENSP00000542678.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872619.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000872620.1",
"protein_id": "ENSP00000542679.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872620.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000872621.1",
"protein_id": "ENSP00000542680.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872621.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000872622.1",
"protein_id": "ENSP00000542681.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872622.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000934305.1",
"protein_id": "ENSP00000604364.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934305.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000934306.1",
"protein_id": "ENSP00000604365.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934306.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000934307.1",
"protein_id": "ENSP00000604366.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934307.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000934308.1",
"protein_id": "ENSP00000604367.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934308.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000934309.1",
"protein_id": "ENSP00000604368.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934309.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000948178.1",
"protein_id": "ENSP00000618237.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948178.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000948179.1",
"protein_id": "ENSP00000618238.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948179.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "ENST00000948180.1",
"protein_id": "ENSP00000618239.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948180.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "XM_017018717.2",
"protein_id": "XP_016874206.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018717.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "XM_017018718.2",
"protein_id": "XP_016874207.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018718.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "XM_017018719.2",
"protein_id": "XP_016874208.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018719.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "XM_047428118.1",
"protein_id": "XP_047284074.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428118.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "XM_047428119.1",
"protein_id": "XP_047284075.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428119.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "XM_047428120.1",
"protein_id": "XP_047284076.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428120.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "XM_047428121.1",
"protein_id": "XP_047284077.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428121.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "XM_047428122.1",
"protein_id": "XP_047284078.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428122.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu",
"transcript": "XM_047428123.1",
"protein_id": "XP_047284079.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 508,
"cds_start": 992,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428123.1"
}
],
"gene_symbol": "FRS2",
"gene_hgnc_id": 16971,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2160111665725708,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.273,
"revel_prediction": "Benign",
"alphamissense_score": 0.0729,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.084,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006654.5",
"gene_symbol": "FRS2",
"hgnc_id": 16971,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.992C>T",
"hgvs_p": "p.Ser331Leu"
}
],
"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
}