← 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: 5-137948976-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=137948976&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 137948976,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001385994.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "NM_001385994.1",
"protein_id": "NP_001372923.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 937,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000689681.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385994.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "ENST00000689681.1",
"protein_id": "ENSP00000509788.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 937,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001385994.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689681.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "ENST00000033079.7",
"protein_id": "ENSP00000033079.3",
"transcript_support_level": 1,
"aa_start": 691,
"aa_end": null,
"aa_length": 915,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000033079.7"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "ENST00000420893.6",
"protein_id": "ENSP00000388521.2",
"transcript_support_level": 1,
"aa_start": 691,
"aa_end": null,
"aa_length": 887,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420893.6"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1785G>T",
"hgvs_p": "p.Arg595Ser",
"transcript": "ENST00000425075.6",
"protein_id": "ENSP00000394669.2",
"transcript_support_level": 1,
"aa_start": 595,
"aa_end": null,
"aa_length": 791,
"cds_start": 1785,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425075.6"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "ENST00000956470.1",
"protein_id": "ENSP00000626529.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 937,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956470.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "NM_001385921.1",
"protein_id": "NP_001372850.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 915,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385921.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "NM_016603.4",
"protein_id": "NP_057687.2",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 915,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016603.4"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "ENST00000874971.1",
"protein_id": "ENSP00000545030.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 915,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874971.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "ENST00000874972.1",
"protein_id": "ENSP00000545031.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 915,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874972.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "ENST00000921477.1",
"protein_id": "ENSP00000591536.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 915,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921477.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "ENST00000956471.1",
"protein_id": "ENSP00000626530.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 915,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956471.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2070G>T",
"hgvs_p": "p.Arg690Ser",
"transcript": "ENST00000874970.1",
"protein_id": "ENSP00000545029.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 914,
"cds_start": 2070,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874970.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "NM_001385868.1",
"protein_id": "NP_001372797.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 909,
"cds_start": 2139,
"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": "NM_001385868.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "NM_001385980.1",
"protein_id": "NP_001372909.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 909,
"cds_start": 2139,
"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": "NM_001385980.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "NM_001101800.3",
"protein_id": "NP_001095270.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 887,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001101800.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "NM_001385867.1",
"protein_id": "NP_001372796.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 887,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385867.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1983G>T",
"hgvs_p": "p.Arg661Ser",
"transcript": "NM_001385874.1",
"protein_id": "NP_001372803.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 885,
"cds_start": 1983,
"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_001385874.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1983G>T",
"hgvs_p": "p.Arg661Ser",
"transcript": "NM_001385992.1",
"protein_id": "NP_001372921.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 885,
"cds_start": 1983,
"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_001385992.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1983G>T",
"hgvs_p": "p.Arg661Ser",
"transcript": "ENST00000956469.1",
"protein_id": "ENSP00000626528.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 885,
"cds_start": 1983,
"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": "ENST00000956469.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1983G>T",
"hgvs_p": "p.Arg661Ser",
"transcript": "NM_001385870.1",
"protein_id": "NP_001372799.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 857,
"cds_start": 1983,
"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": "NM_001385870.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "NM_001385991.1",
"protein_id": "NP_001372920.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 855,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385991.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1917G>T",
"hgvs_p": "p.Arg639Ser",
"transcript": "NM_001385997.1",
"protein_id": "NP_001372926.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 835,
"cds_start": 1917,
"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_001385997.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1785G>T",
"hgvs_p": "p.Arg595Ser",
"transcript": "NM_001385872.1",
"protein_id": "NP_001372801.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 819,
"cds_start": 1785,
"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": "NM_001385872.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1785G>T",
"hgvs_p": "p.Arg595Ser",
"transcript": "NM_001385976.1",
"protein_id": "NP_001372905.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 819,
"cds_start": 1785,
"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": "NM_001385976.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1785G>T",
"hgvs_p": "p.Arg595Ser",
"transcript": "NM_001385999.1",
"protein_id": "NP_001372928.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 819,
"cds_start": 1785,
"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": "NM_001385999.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1719G>T",
"hgvs_p": "p.Arg573Ser",
"transcript": "NM_001385866.1",
"protein_id": "NP_001372795.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 797,
"cds_start": 1719,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385866.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1719G>T",
"hgvs_p": "p.Arg573Ser",
"transcript": "NM_001385977.1",
"protein_id": "NP_001372906.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 797,
"cds_start": 1719,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385977.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1785G>T",
"hgvs_p": "p.Arg595Ser",
"transcript": "NM_001101801.3",
"protein_id": "NP_001095271.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 791,
"cds_start": 1785,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001101801.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1785G>T",
"hgvs_p": "p.Arg595Ser",
"transcript": "NM_001385873.1",
"protein_id": "NP_001372802.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 791,
"cds_start": 1785,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385873.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1719G>T",
"hgvs_p": "p.Arg573Ser",
"transcript": "NM_001385979.1",
"protein_id": "NP_001372908.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 769,
"cds_start": 1719,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385979.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1719G>T",
"hgvs_p": "p.Arg573Ser",
"transcript": "NM_001385995.1",
"protein_id": "NP_001372924.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 737,
"cds_start": 1719,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385995.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1503G>T",
"hgvs_p": "p.Arg501Ser",
"transcript": "NM_001385996.1",
"protein_id": "NP_001372925.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 725,
"cds_start": 1503,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385996.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1503G>T",
"hgvs_p": "p.Arg501Ser",
"transcript": "NM_001385978.1",
"protein_id": "NP_001372907.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 697,
"cds_start": 1503,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385978.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1293G>T",
"hgvs_p": "p.Arg431Ser",
"transcript": "NM_001385998.1",
"protein_id": "NP_001372927.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 655,
"cds_start": 1293,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385998.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1347G>T",
"hgvs_p": "p.Arg449Ser",
"transcript": "NM_001385869.1",
"protein_id": "NP_001372798.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 645,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385869.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "XM_006714648.2",
"protein_id": "XP_006714711.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 937,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714648.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "XM_011543448.2",
"protein_id": "XP_011541750.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 937,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543448.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "XM_011543449.2",
"protein_id": "XP_011541751.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 937,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543449.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "XM_011543450.2",
"protein_id": "XP_011541752.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 937,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543450.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "XM_024446107.2",
"protein_id": "XP_024301875.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 937,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446107.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "XM_047417282.1",
"protein_id": "XP_047273238.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 937,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417282.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "XM_047417283.1",
"protein_id": "XP_047273239.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 937,
"cds_start": 2139,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417283.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "XM_017009549.2",
"protein_id": "XP_016865038.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 915,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009549.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "XM_017009550.2",
"protein_id": "XP_016865039.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 915,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009550.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "XM_047417284.1",
"protein_id": "XP_047273240.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 915,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417284.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser",
"transcript": "XM_047417285.1",
"protein_id": "XP_047273241.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 909,
"cds_start": 2139,
"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": "XM_047417285.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "XM_047417286.1",
"protein_id": "XP_047273242.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 887,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417286.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "XM_047417287.1",
"protein_id": "XP_047273243.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 887,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417287.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2073G>T",
"hgvs_p": "p.Arg691Ser",
"transcript": "XM_047417288.1",
"protein_id": "XP_047273244.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 887,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417288.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2381G>T",
"hgvs_p": null,
"transcript": "NR_169814.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_169814.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2374G>T",
"hgvs_p": null,
"transcript": "NR_169815.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_169815.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2553G>T",
"hgvs_p": null,
"transcript": "NR_169822.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_169822.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2597G>T",
"hgvs_p": null,
"transcript": "NR_169823.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_169823.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2316G>T",
"hgvs_p": null,
"transcript": "NR_169824.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_169824.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2663G>T",
"hgvs_p": null,
"transcript": "NR_169825.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_169825.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2573G>T",
"hgvs_p": null,
"transcript": "NR_169826.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_169826.1"
}
],
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"dbsnp": "rs779856268",
"frequency_reference_population": 0.000002479258,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000205301,
"gnomad_genomes_af": 0.00000657384,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0643310546875,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.075,
"revel_prediction": "Benign",
"alphamissense_score": 0.3928,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.966,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001385994.1",
"gene_symbol": "FAM13B",
"hgnc_id": 1335,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Arg713Ser"
}
],
"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
}