← 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: 17-80189763-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=80189763&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 80189763,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_024110.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "NM_001366385.1",
"protein_id": "NP_001353314.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000648509.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366385.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "ENST00000648509.2",
"protein_id": "ENSP00000498071.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001366385.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648509.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "ENST00000344227.6",
"protein_id": "ENSP00000344549.2",
"transcript_support_level": 1,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000344227.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "ENST00000570421.5",
"protein_id": "ENSP00000461806.1",
"transcript_support_level": 1,
"aa_start": 285,
"aa_end": null,
"aa_length": 740,
"cds_start": 854,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000570421.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.333A>G",
"hgvs_p": null,
"transcript": "ENST00000571861.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000571861.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.303A>G",
"hgvs_p": null,
"transcript": "ENST00000573754.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000573754.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "ENST00000651672.1",
"protein_id": "ENSP00000499145.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1013,
"cds_start": 854,
"cds_end": null,
"cds_length": 3042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651672.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "NM_024110.4",
"protein_id": "NP_077015.2",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024110.4"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "ENST00000571427.2",
"protein_id": "ENSP00000516501.1",
"transcript_support_level": 5,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000571427.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "ENST00000573882.5",
"protein_id": "ENSP00000458715.1",
"transcript_support_level": 5,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000573882.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "NM_001257970.1",
"protein_id": "NP_001244899.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 740,
"cds_start": 854,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257970.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.143A>G",
"hgvs_p": "p.Asp48Gly",
"transcript": "NM_052819.3",
"protein_id": "NP_438170.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 434,
"cds_start": 143,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_052819.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_011525213.2",
"protein_id": "XP_011523515.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525213.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_011525216.2",
"protein_id": "XP_011523518.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525216.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_011525218.2",
"protein_id": "XP_011523520.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525218.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_047436713.1",
"protein_id": "XP_047292669.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436713.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_047436714.1",
"protein_id": "XP_047292670.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436714.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_047436715.1",
"protein_id": "XP_047292671.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436715.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_047436716.1",
"protein_id": "XP_047292672.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436716.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_047436717.1",
"protein_id": "XP_047292673.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1004,
"cds_start": 854,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436717.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_047436718.1",
"protein_id": "XP_047292674.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 1003,
"cds_start": 854,
"cds_end": null,
"cds_length": 3012,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436718.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_047436719.1",
"protein_id": "XP_047292675.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 936,
"cds_start": 854,
"cds_end": null,
"cds_length": 2811,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436719.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_047436720.1",
"protein_id": "XP_047292676.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 854,
"cds_start": 854,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436720.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_047436721.1",
"protein_id": "XP_047292677.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 740,
"cds_start": 854,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436721.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_047436722.1",
"protein_id": "XP_047292678.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 678,
"cds_start": 854,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436722.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly",
"transcript": "XM_047436723.1",
"protein_id": "XP_047292679.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 544,
"cds_start": 854,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436723.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.242A>G",
"hgvs_p": null,
"transcript": "ENST00000571450.1",
"protein_id": "ENSP00000460405.1",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000571450.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.854A>G",
"hgvs_p": null,
"transcript": "ENST00000575500.5",
"protein_id": "ENSP00000460883.1",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000575500.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.*331A>G",
"hgvs_p": null,
"transcript": "ENST00000648128.1",
"protein_id": "ENSP00000498004.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000648128.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.1081A>G",
"hgvs_p": null,
"transcript": "ENST00000650806.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": "retained_intron",
"feature": "ENST00000650806.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.854A>G",
"hgvs_p": null,
"transcript": "ENST00000650867.1",
"protein_id": "ENSP00000498570.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000650867.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.854A>G",
"hgvs_p": null,
"transcript": "ENST00000651068.1",
"protein_id": "ENSP00000498274.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000651068.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.854A>G",
"hgvs_p": null,
"transcript": "ENST00000651388.1",
"protein_id": "ENSP00000498956.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000651388.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.2498A>G",
"hgvs_p": null,
"transcript": "ENST00000652599.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": "retained_intron",
"feature": "ENST00000652599.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.854A>G",
"hgvs_p": null,
"transcript": "ENST00000703566.1",
"protein_id": "ENSP00000515382.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000703566.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.854A>G",
"hgvs_p": null,
"transcript": "ENST00000703567.1",
"protein_id": "ENSP00000515383.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000703567.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.854A>G",
"hgvs_p": null,
"transcript": "ENST00000703568.1",
"protein_id": "ENSP00000515384.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000703568.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.1055A>G",
"hgvs_p": null,
"transcript": "ENST00000703569.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": "ENST00000703569.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.1049A>G",
"hgvs_p": null,
"transcript": "NR_047566.2",
"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_047566.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"hgvs_c": "n.*331A>G",
"hgvs_p": null,
"transcript": "ENST00000648128.1",
"protein_id": "ENSP00000498004.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000648128.1"
}
],
"gene_symbol": "CARD14",
"gene_hgnc_id": 16446,
"dbsnp": "rs281875219",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5656763911247253,
"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.353,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7798,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.744,
"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": 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_024110.4",
"gene_symbol": "CARD14",
"hgnc_id": 16446,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.854A>G",
"hgvs_p": "p.Asp285Gly"
}
],
"clinvar_disease": "Pityriasis rubra pilaris,Psoriasis 2,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1 O:1",
"phenotype_combined": "not provided|Pityriasis rubra pilaris;Psoriasis 2",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}