← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 2-131052922-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=131052922&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 131052922,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001009993.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "NM_001009993.4",
"protein_id": "NP_001009993.2",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 827,
"cdna_end": null,
"cdna_length": 5435,
"mane_select": "ENST00000389915.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001009993.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000389915.4",
"protein_id": "ENSP00000374565.3",
"transcript_support_level": 3,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 827,
"cdna_end": null,
"cdna_length": 5435,
"mane_select": "NM_001009993.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389915.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000409185.5",
"protein_id": "ENSP00000387051.1",
"transcript_support_level": 1,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 677,
"cdna_end": null,
"cdna_length": 5285,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409185.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "NM_001321743.1",
"protein_id": "NP_001308672.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1276,
"cdna_end": null,
"cdna_length": 5884,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321743.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "NM_001321744.1",
"protein_id": "NP_001308673.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 982,
"cdna_end": null,
"cdna_length": 5590,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321744.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "NM_001321745.1",
"protein_id": "NP_001308674.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 730,
"cdna_end": null,
"cdna_length": 5338,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321745.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "NM_001321746.2",
"protein_id": "NP_001308675.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 709,
"cdna_end": null,
"cdna_length": 5317,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321746.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "NM_001321747.2",
"protein_id": "NP_001308676.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 729,
"cdna_end": null,
"cdna_length": 5337,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321747.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "NM_001321748.2",
"protein_id": "NP_001308677.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 803,
"cdna_end": null,
"cdna_length": 5411,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321748.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894388.1",
"protein_id": "ENSP00000564447.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1009,
"cdna_end": null,
"cdna_length": 5617,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894388.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894389.1",
"protein_id": "ENSP00000564448.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 757,
"cdna_end": null,
"cdna_length": 5365,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894389.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894390.1",
"protein_id": "ENSP00000564449.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 904,
"cdna_end": null,
"cdna_length": 5512,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894390.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894391.1",
"protein_id": "ENSP00000564450.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1276,
"cdna_end": null,
"cdna_length": 5884,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894391.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894392.1",
"protein_id": "ENSP00000564451.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 881,
"cdna_end": null,
"cdna_length": 5489,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894392.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894393.1",
"protein_id": "ENSP00000564452.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 980,
"cdna_end": null,
"cdna_length": 5588,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894393.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894396.1",
"protein_id": "ENSP00000564455.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 727,
"cdna_end": null,
"cdna_length": 5773,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894396.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894397.1",
"protein_id": "ENSP00000564456.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1146,
"cdna_end": null,
"cdna_length": 5754,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894397.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894398.1",
"protein_id": "ENSP00000564457.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 805,
"cdna_end": null,
"cdna_length": 5412,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894398.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894399.1",
"protein_id": "ENSP00000564458.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 897,
"cdna_end": null,
"cdna_length": 5505,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894399.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894400.1",
"protein_id": "ENSP00000564459.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 786,
"cdna_end": null,
"cdna_length": 5832,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894400.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894401.1",
"protein_id": "ENSP00000564460.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1080,
"cdna_end": null,
"cdna_length": 5687,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894401.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894402.1",
"protein_id": "ENSP00000564461.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 820,
"cdna_end": null,
"cdna_length": 5426,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894402.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894403.1",
"protein_id": "ENSP00000564462.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1536,
"cdna_end": null,
"cdna_length": 6143,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894403.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894404.1",
"protein_id": "ENSP00000564463.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 842,
"cdna_end": null,
"cdna_length": 5450,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894404.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894405.1",
"protein_id": "ENSP00000564464.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 749,
"cdna_end": null,
"cdna_length": 5357,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894405.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894406.1",
"protein_id": "ENSP00000564465.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 904,
"cdna_end": null,
"cdna_length": 5512,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894406.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894407.1",
"protein_id": "ENSP00000564466.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 974,
"cdna_end": null,
"cdna_length": 5582,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894407.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894408.1",
"protein_id": "ENSP00000564467.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 899,
"cdna_end": null,
"cdna_length": 5507,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894408.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894409.1",
"protein_id": "ENSP00000564468.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1079,
"cdna_end": null,
"cdna_length": 5687,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894409.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894410.1",
"protein_id": "ENSP00000564469.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 5519,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894410.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000894412.1",
"protein_id": "ENSP00000564471.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1037,
"cdna_end": null,
"cdna_length": 5644,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894412.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000930096.1",
"protein_id": "ENSP00000600155.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1208,
"cdna_end": null,
"cdna_length": 5816,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930096.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000954277.1",
"protein_id": "ENSP00000624336.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 925,
"cdna_end": null,
"cdna_length": 5531,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954277.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000954279.1",
"protein_id": "ENSP00000624338.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 954,
"cdna_end": null,
"cdna_length": 5561,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954279.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000954283.1",
"protein_id": "ENSP00000624342.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1372,
"cdna_end": null,
"cdna_length": 1833,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954283.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "ENST00000954285.1",
"protein_id": "ENSP00000624344.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1225,
"cdna_end": null,
"cdna_length": 1511,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954285.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.485A>G",
"hgvs_p": "p.Tyr162Cys",
"transcript": "ENST00000894394.1",
"protein_id": "ENSP00000564453.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 167,
"cds_start": 485,
"cds_end": null,
"cds_length": 504,
"cdna_start": 744,
"cdna_end": null,
"cdna_length": 5352,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894394.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Tyr83Cys",
"transcript": "ENST00000894395.1",
"protein_id": "ENSP00000564454.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 88,
"cds_start": 248,
"cds_end": null,
"cds_length": 267,
"cdna_start": 507,
"cdna_end": null,
"cdna_length": 5113,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894395.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Tyr83Cys",
"transcript": "ENST00000894411.1",
"protein_id": "ENSP00000564470.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 88,
"cds_start": 248,
"cds_end": null,
"cds_length": 267,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 4972,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894411.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Tyr83Cys",
"transcript": "ENST00000894413.1",
"protein_id": "ENSP00000564472.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 88,
"cds_start": 248,
"cds_end": null,
"cds_length": 267,
"cdna_start": 391,
"cdna_end": null,
"cdna_length": 2594,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894413.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Tyr83Cys",
"transcript": "ENST00000930097.1",
"protein_id": "ENSP00000600156.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 88,
"cds_start": 248,
"cds_end": null,
"cds_length": 267,
"cdna_start": 382,
"cdna_end": null,
"cdna_length": 4990,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930097.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Tyr83Cys",
"transcript": "ENST00000954281.1",
"protein_id": "ENSP00000624340.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 88,
"cds_start": 248,
"cds_end": null,
"cds_length": 267,
"cdna_start": 633,
"cdna_end": null,
"cdna_length": 5241,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954281.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "XM_017003327.2",
"protein_id": "XP_016858816.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1356,
"cdna_end": null,
"cdna_length": 5964,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003327.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "XM_047443336.1",
"protein_id": "XP_047299292.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1201,
"cdna_end": null,
"cdna_length": 5809,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443336.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "XM_047443337.1",
"protein_id": "XP_047299293.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1121,
"cdna_end": null,
"cdna_length": 5729,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443337.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "XM_047443338.1",
"protein_id": "XP_047299294.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1092,
"cdna_end": null,
"cdna_length": 5700,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443338.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys",
"transcript": "XM_047443339.1",
"protein_id": "XP_047299295.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 195,
"cds_start": 569,
"cds_end": null,
"cds_length": 588,
"cdna_start": 1247,
"cdna_end": null,
"cdna_length": 5855,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443339.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"hgvs_c": "c.488A>G",
"hgvs_p": "p.Tyr163Cys",
"transcript": "XM_011510594.4",
"protein_id": "XP_011508896.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 168,
"cds_start": 488,
"cds_end": null,
"cds_length": 507,
"cdna_start": 4847,
"cdna_end": null,
"cdna_length": 9455,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510594.4"
}
],
"gene_symbol": "FAM168B",
"gene_hgnc_id": 27016,
"dbsnp": "rs1174262310",
"frequency_reference_population": 0.000007687941,
"hom_count_reference_population": 0,
"allele_count_reference_population": 12,
"gnomad_exomes_af": 0.00000709838,
"gnomad_genomes_af": 0.000013148,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8101472854614258,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.398,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6792,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.39,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.588,
"phylop100way_prediction": "Pathogenic",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001009993.4",
"gene_symbol": "FAM168B",
"hgnc_id": 27016,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.569A>G",
"hgvs_p": "p.Tyr190Cys"
}
],
"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
}