← 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-178834268-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=178834268&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 178834268,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_173648.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4498G>C",
"hgvs_p": "p.Gly1500Arg",
"transcript": "NM_173648.4",
"protein_id": "NP_775919.3",
"transcript_support_level": null,
"aa_start": 1500,
"aa_end": null,
"aa_length": 1530,
"cds_start": 4498,
"cds_end": null,
"cds_length": 4593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000443758.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173648.4"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4498G>C",
"hgvs_p": "p.Gly1500Arg",
"transcript": "ENST00000443758.7",
"protein_id": "ENSP00000390190.2",
"transcript_support_level": 5,
"aa_start": 1500,
"aa_end": null,
"aa_length": 1530,
"cds_start": 4498,
"cds_end": null,
"cds_length": 4593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_173648.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443758.7"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4498G>C",
"hgvs_p": "p.Gly1500Arg",
"transcript": "ENST00000922698.1",
"protein_id": "ENSP00000592757.1",
"transcript_support_level": null,
"aa_start": 1500,
"aa_end": null,
"aa_length": 1530,
"cds_start": 4498,
"cds_end": null,
"cds_length": 4593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922698.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4318G>C",
"hgvs_p": "p.Gly1440Arg",
"transcript": "ENST00000894515.1",
"protein_id": "ENSP00000564574.1",
"transcript_support_level": null,
"aa_start": 1440,
"aa_end": null,
"aa_length": 1470,
"cds_start": 4318,
"cds_end": null,
"cds_length": 4413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894515.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4495G>C",
"hgvs_p": "p.Gly1499Arg",
"transcript": "XM_047443987.1",
"protein_id": "XP_047299943.1",
"transcript_support_level": null,
"aa_start": 1499,
"aa_end": null,
"aa_length": 1529,
"cds_start": 4495,
"cds_end": null,
"cds_length": 4590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443987.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.*38G>C",
"hgvs_p": null,
"transcript": "XM_047443983.1",
"protein_id": "XP_047299939.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1558,
"cds_start": null,
"cds_end": null,
"cds_length": 4677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443983.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4498G>C",
"hgvs_p": "p.Val1500Leu",
"transcript": "XM_047443988.1",
"protein_id": "XP_047299944.1",
"transcript_support_level": null,
"aa_start": 1500,
"aa_end": null,
"aa_length": 1511,
"cds_start": 4498,
"cds_end": null,
"cds_length": 4536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443988.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4498G>C",
"hgvs_p": "p.Val1500Leu",
"transcript": "XM_047443989.1",
"protein_id": "XP_047299945.1",
"transcript_support_level": null,
"aa_start": 1500,
"aa_end": null,
"aa_length": 1511,
"cds_start": 4498,
"cds_end": null,
"cds_length": 4536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443989.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4498G>C",
"hgvs_p": "p.Val1500Leu",
"transcript": "XM_047443990.1",
"protein_id": "XP_047299946.1",
"transcript_support_level": null,
"aa_start": 1500,
"aa_end": null,
"aa_length": 1511,
"cds_start": 4498,
"cds_end": null,
"cds_length": 4536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443990.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.*38G>C",
"hgvs_p": null,
"transcript": "XM_011510991.4",
"protein_id": "XP_011509293.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1558,
"cds_start": null,
"cds_end": null,
"cds_length": 4677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510991.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.*38G>C",
"hgvs_p": null,
"transcript": "XM_047443983.1",
"protein_id": "XP_047299939.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1558,
"cds_start": null,
"cds_end": null,
"cds_length": 4677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443983.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.*38G>C",
"hgvs_p": null,
"transcript": "XM_047443984.1",
"protein_id": "XP_047299940.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1557,
"cds_start": null,
"cds_end": null,
"cds_length": 4674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443984.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.*38G>C",
"hgvs_p": null,
"transcript": "XM_047443991.1",
"protein_id": "XP_047299947.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1498,
"cds_start": null,
"cds_end": null,
"cds_length": 4497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443991.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4627+88G>C",
"hgvs_p": null,
"transcript": "XM_011510992.4",
"protein_id": "XP_011509294.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1554,
"cds_start": null,
"cds_end": null,
"cds_length": 4665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510992.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4627+88G>C",
"hgvs_p": null,
"transcript": "XM_047443985.1",
"protein_id": "XP_047299941.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1554,
"cds_start": null,
"cds_end": null,
"cds_length": 4665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443985.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4627+88G>C",
"hgvs_p": null,
"transcript": "XM_047443986.1",
"protein_id": "XP_047299942.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1554,
"cds_start": null,
"cds_end": null,
"cds_length": 4665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443986.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4410+88G>C",
"hgvs_p": null,
"transcript": "XM_047443992.1",
"protein_id": "XP_047299948.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1472,
"cds_start": null,
"cds_end": null,
"cds_length": 4419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443992.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4410+88G>C",
"hgvs_p": null,
"transcript": "XM_047443993.1",
"protein_id": "XP_047299949.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1472,
"cds_start": null,
"cds_end": null,
"cds_length": 4419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443993.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4410+88G>C",
"hgvs_p": null,
"transcript": "XM_047443994.1",
"protein_id": "XP_047299950.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1472,
"cds_start": null,
"cds_end": null,
"cds_length": 4419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443994.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4410+88G>C",
"hgvs_p": null,
"transcript": "XM_047443995.1",
"protein_id": "XP_047299951.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1472,
"cds_start": null,
"cds_end": null,
"cds_length": 4419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443995.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4410+88G>C",
"hgvs_p": null,
"transcript": "XM_047443996.1",
"protein_id": "XP_047299952.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1472,
"cds_start": null,
"cds_end": null,
"cds_length": 4419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443996.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4407+88G>C",
"hgvs_p": null,
"transcript": "XM_047443997.1",
"protein_id": "XP_047299953.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1471,
"cds_start": null,
"cds_end": null,
"cds_length": 4416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443997.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "c.4230+88G>C",
"hgvs_p": null,
"transcript": "XM_047443998.1",
"protein_id": "XP_047299954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1412,
"cds_start": null,
"cds_end": null,
"cds_length": 4239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443998.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000287149",
"gene_hgnc_id": null,
"hgvs_c": "n.108C>G",
"hgvs_p": null,
"transcript": "ENST00000846151.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": "ENST00000846151.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"hgvs_c": "n.244+2626G>C",
"hgvs_p": null,
"transcript": "ENST00000472828.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000472828.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000287149",
"gene_hgnc_id": null,
"hgvs_c": "n.306+5614C>G",
"hgvs_p": null,
"transcript": "ENST00000652826.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": "ENST00000652826.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000287149",
"gene_hgnc_id": null,
"hgvs_c": "n.293+5614C>G",
"hgvs_p": null,
"transcript": "ENST00000667123.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": "ENST00000667123.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000287149",
"gene_hgnc_id": null,
"hgvs_c": "n.86+5614C>G",
"hgvs_p": null,
"transcript": "ENST00000667180.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": "ENST00000667180.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000287149",
"gene_hgnc_id": null,
"hgvs_c": "n.293+5614C>G",
"hgvs_p": null,
"transcript": "ENST00000846150.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": "ENST00000846150.1"
}
],
"gene_symbol": "CCDC141",
"gene_hgnc_id": 26821,
"dbsnp": "rs998023741",
"frequency_reference_population": 0.0000028904783,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000289048,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6184282302856445,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.289,
"revel_prediction": "Benign",
"alphamissense_score": 0.246,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.582,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_173648.4",
"gene_symbol": "CCDC141",
"hgnc_id": 26821,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4498G>C",
"hgvs_p": "p.Gly1500Arg"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000846151.1",
"gene_symbol": "ENSG00000287149",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.108C>G",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}