← 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-137943204-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=137943204&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 137943204,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001385994.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2353A>C",
"hgvs_p": "p.Thr785Pro",
"transcript": "NM_001385994.1",
"protein_id": "NP_001372923.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 937,
"cds_start": 2353,
"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": "T",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2353A>C",
"hgvs_p": "p.Thr785Pro",
"transcript": "ENST00000689681.1",
"protein_id": "ENSP00000509788.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 937,
"cds_start": 2353,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2287A>C",
"hgvs_p": "p.Thr763Pro",
"transcript": "ENST00000033079.7",
"protein_id": "ENSP00000033079.3",
"transcript_support_level": 1,
"aa_start": 763,
"aa_end": null,
"aa_length": 915,
"cds_start": 2287,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2203A>C",
"hgvs_p": "p.Thr735Pro",
"transcript": "ENST00000420893.6",
"protein_id": "ENSP00000388521.2",
"transcript_support_level": 1,
"aa_start": 735,
"aa_end": null,
"aa_length": 887,
"cds_start": 2203,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1915A>C",
"hgvs_p": "p.Thr639Pro",
"transcript": "ENST00000425075.6",
"protein_id": "ENSP00000394669.2",
"transcript_support_level": 1,
"aa_start": 639,
"aa_end": null,
"aa_length": 791,
"cds_start": 1915,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2353A>C",
"hgvs_p": "p.Thr785Pro",
"transcript": "ENST00000956470.1",
"protein_id": "ENSP00000626529.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 937,
"cds_start": 2353,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2287A>C",
"hgvs_p": "p.Thr763Pro",
"transcript": "NM_001385921.1",
"protein_id": "NP_001372850.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 915,
"cds_start": 2287,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2287A>C",
"hgvs_p": "p.Thr763Pro",
"transcript": "NM_016603.4",
"protein_id": "NP_057687.2",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 915,
"cds_start": 2287,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2287A>C",
"hgvs_p": "p.Thr763Pro",
"transcript": "ENST00000874971.1",
"protein_id": "ENSP00000545030.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 915,
"cds_start": 2287,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2287A>C",
"hgvs_p": "p.Thr763Pro",
"transcript": "ENST00000874972.1",
"protein_id": "ENSP00000545031.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 915,
"cds_start": 2287,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2287A>C",
"hgvs_p": "p.Thr763Pro",
"transcript": "ENST00000921477.1",
"protein_id": "ENSP00000591536.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 915,
"cds_start": 2287,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2287A>C",
"hgvs_p": "p.Thr763Pro",
"transcript": "ENST00000956471.1",
"protein_id": "ENSP00000626530.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 915,
"cds_start": 2287,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2284A>C",
"hgvs_p": "p.Thr762Pro",
"transcript": "ENST00000874970.1",
"protein_id": "ENSP00000545029.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 914,
"cds_start": 2284,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2269A>C",
"hgvs_p": "p.Thr757Pro",
"transcript": "NM_001385868.1",
"protein_id": "NP_001372797.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 909,
"cds_start": 2269,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2269A>C",
"hgvs_p": "p.Thr757Pro",
"transcript": "NM_001385980.1",
"protein_id": "NP_001372909.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 909,
"cds_start": 2269,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2203A>C",
"hgvs_p": "p.Thr735Pro",
"transcript": "NM_001101800.3",
"protein_id": "NP_001095270.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 887,
"cds_start": 2203,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2203A>C",
"hgvs_p": "p.Thr735Pro",
"transcript": "NM_001385867.1",
"protein_id": "NP_001372796.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 887,
"cds_start": 2203,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2197A>C",
"hgvs_p": "p.Thr733Pro",
"transcript": "NM_001385874.1",
"protein_id": "NP_001372803.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 885,
"cds_start": 2197,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2197A>C",
"hgvs_p": "p.Thr733Pro",
"transcript": "NM_001385992.1",
"protein_id": "NP_001372921.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 885,
"cds_start": 2197,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2197A>C",
"hgvs_p": "p.Thr733Pro",
"transcript": "ENST00000956469.1",
"protein_id": "ENSP00000626528.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 885,
"cds_start": 2197,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2113A>C",
"hgvs_p": "p.Thr705Pro",
"transcript": "NM_001385870.1",
"protein_id": "NP_001372799.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 857,
"cds_start": 2113,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2107A>C",
"hgvs_p": "p.Thr703Pro",
"transcript": "NM_001385991.1",
"protein_id": "NP_001372920.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 855,
"cds_start": 2107,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2047A>C",
"hgvs_p": "p.Thr683Pro",
"transcript": "NM_001385997.1",
"protein_id": "NP_001372926.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 835,
"cds_start": 2047,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1999A>C",
"hgvs_p": "p.Thr667Pro",
"transcript": "NM_001385872.1",
"protein_id": "NP_001372801.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 819,
"cds_start": 1999,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1999A>C",
"hgvs_p": "p.Thr667Pro",
"transcript": "NM_001385976.1",
"protein_id": "NP_001372905.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 819,
"cds_start": 1999,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1999A>C",
"hgvs_p": "p.Thr667Pro",
"transcript": "NM_001385999.1",
"protein_id": "NP_001372928.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 819,
"cds_start": 1999,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1933A>C",
"hgvs_p": "p.Thr645Pro",
"transcript": "NM_001385866.1",
"protein_id": "NP_001372795.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 797,
"cds_start": 1933,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1933A>C",
"hgvs_p": "p.Thr645Pro",
"transcript": "NM_001385977.1",
"protein_id": "NP_001372906.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 797,
"cds_start": 1933,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1915A>C",
"hgvs_p": "p.Thr639Pro",
"transcript": "NM_001101801.3",
"protein_id": "NP_001095271.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 791,
"cds_start": 1915,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1915A>C",
"hgvs_p": "p.Thr639Pro",
"transcript": "NM_001385873.1",
"protein_id": "NP_001372802.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 791,
"cds_start": 1915,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1849A>C",
"hgvs_p": "p.Thr617Pro",
"transcript": "NM_001385979.1",
"protein_id": "NP_001372908.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 769,
"cds_start": 1849,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1753A>C",
"hgvs_p": "p.Thr585Pro",
"transcript": "NM_001385995.1",
"protein_id": "NP_001372924.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 737,
"cds_start": 1753,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1717A>C",
"hgvs_p": "p.Thr573Pro",
"transcript": "NM_001385996.1",
"protein_id": "NP_001372925.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 725,
"cds_start": 1717,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1633A>C",
"hgvs_p": "p.Thr545Pro",
"transcript": "NM_001385978.1",
"protein_id": "NP_001372907.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 697,
"cds_start": 1633,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1507A>C",
"hgvs_p": "p.Thr503Pro",
"transcript": "NM_001385998.1",
"protein_id": "NP_001372927.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 655,
"cds_start": 1507,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.1477A>C",
"hgvs_p": "p.Thr493Pro",
"transcript": "NM_001385869.1",
"protein_id": "NP_001372798.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 645,
"cds_start": 1477,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2353A>C",
"hgvs_p": "p.Thr785Pro",
"transcript": "XM_006714648.2",
"protein_id": "XP_006714711.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 937,
"cds_start": 2353,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2353A>C",
"hgvs_p": "p.Thr785Pro",
"transcript": "XM_011543448.2",
"protein_id": "XP_011541750.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 937,
"cds_start": 2353,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2353A>C",
"hgvs_p": "p.Thr785Pro",
"transcript": "XM_011543449.2",
"protein_id": "XP_011541751.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 937,
"cds_start": 2353,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2353A>C",
"hgvs_p": "p.Thr785Pro",
"transcript": "XM_011543450.2",
"protein_id": "XP_011541752.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 937,
"cds_start": 2353,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2353A>C",
"hgvs_p": "p.Thr785Pro",
"transcript": "XM_024446107.2",
"protein_id": "XP_024301875.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 937,
"cds_start": 2353,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2353A>C",
"hgvs_p": "p.Thr785Pro",
"transcript": "XM_047417282.1",
"protein_id": "XP_047273238.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 937,
"cds_start": 2353,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2353A>C",
"hgvs_p": "p.Thr785Pro",
"transcript": "XM_047417283.1",
"protein_id": "XP_047273239.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 937,
"cds_start": 2353,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2287A>C",
"hgvs_p": "p.Thr763Pro",
"transcript": "XM_017009549.2",
"protein_id": "XP_016865038.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 915,
"cds_start": 2287,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2287A>C",
"hgvs_p": "p.Thr763Pro",
"transcript": "XM_017009550.2",
"protein_id": "XP_016865039.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 915,
"cds_start": 2287,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2287A>C",
"hgvs_p": "p.Thr763Pro",
"transcript": "XM_047417284.1",
"protein_id": "XP_047273240.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 915,
"cds_start": 2287,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2269A>C",
"hgvs_p": "p.Thr757Pro",
"transcript": "XM_047417285.1",
"protein_id": "XP_047273241.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 909,
"cds_start": 2269,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2203A>C",
"hgvs_p": "p.Thr735Pro",
"transcript": "XM_047417286.1",
"protein_id": "XP_047273242.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 887,
"cds_start": 2203,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2203A>C",
"hgvs_p": "p.Thr735Pro",
"transcript": "XM_047417287.1",
"protein_id": "XP_047273243.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 887,
"cds_start": 2203,
"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": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "c.2203A>C",
"hgvs_p": "p.Thr735Pro",
"transcript": "XM_047417288.1",
"protein_id": "XP_047273244.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 887,
"cds_start": 2203,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.507A>C",
"hgvs_p": null,
"transcript": "ENST00000513640.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": "ENST00000513640.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2591A>C",
"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": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2504A>C",
"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": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2767A>C",
"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": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2811A>C",
"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": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2530A>C",
"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": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2877A>C",
"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": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM13B",
"gene_hgnc_id": 1335,
"hgvs_c": "n.2783A>C",
"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": "rs1282985348",
"frequency_reference_population": 0.0000013687774,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136878,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.26141566038131714,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.197,
"revel_prediction": "Benign",
"alphamissense_score": 0.1383,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.607,
"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_001385994.1",
"gene_symbol": "FAM13B",
"hgnc_id": 1335,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2353A>C",
"hgvs_p": "p.Thr785Pro"
}
],
"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
}