← 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: 19-48231685-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=48231685&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 48231685,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001184900.3",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "NM_001184900.3",
"protein_id": "NP_001171829.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 537,
"cds_start": 517,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000651546.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184900.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000651546.1",
"protein_id": "ENSP00000499211.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 537,
"cds_start": 517,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001184900.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651546.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000391898.7",
"protein_id": "ENSP00000375767.3",
"transcript_support_level": 1,
"aa_start": 173,
"aa_end": null,
"aa_length": 537,
"cds_start": 517,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000391898.7"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "ENST00000520153.5",
"protein_id": "ENSP00000428736.1",
"transcript_support_level": 1,
"aa_start": 123,
"aa_end": null,
"aa_length": 487,
"cds_start": 367,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520153.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000520753.5",
"protein_id": "ENSP00000429839.1",
"transcript_support_level": 1,
"aa_start": 173,
"aa_end": null,
"aa_length": 392,
"cds_start": 517,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520753.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*77A>G",
"hgvs_p": null,
"transcript": "ENST00000518622.5",
"protein_id": "ENSP00000430057.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000518622.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*77A>G",
"hgvs_p": null,
"transcript": "ENST00000518979.5",
"protein_id": "ENSP00000430495.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000518979.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*77A>G",
"hgvs_p": null,
"transcript": "ENST00000521415.5",
"protein_id": "ENSP00000428862.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000521415.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*233A>G",
"hgvs_p": null,
"transcript": "ENST00000522773.5",
"protein_id": "ENSP00000429362.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000522773.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*77A>G",
"hgvs_p": null,
"transcript": "ENST00000518622.5",
"protein_id": "ENSP00000430057.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000518622.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*77A>G",
"hgvs_p": null,
"transcript": "ENST00000518979.5",
"protein_id": "ENSP00000430495.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000518979.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*77A>G",
"hgvs_p": null,
"transcript": "ENST00000521415.5",
"protein_id": "ENSP00000428862.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000521415.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*233A>G",
"hgvs_p": null,
"transcript": "ENST00000522773.5",
"protein_id": "ENSP00000429362.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000522773.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "NM_001351782.2",
"protein_id": "NP_001338711.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 537,
"cds_start": 517,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351782.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000519940.6",
"protein_id": "ENSP00000428883.1",
"transcript_support_level": 5,
"aa_start": 173,
"aa_end": null,
"aa_length": 537,
"cds_start": 517,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519940.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000877775.1",
"protein_id": "ENSP00000547834.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 536,
"cds_start": 517,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877775.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000877776.1",
"protein_id": "ENSP00000547835.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 536,
"cds_start": 517,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877776.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000930774.1",
"protein_id": "ENSP00000600833.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 536,
"cds_start": 517,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930774.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000946860.1",
"protein_id": "ENSP00000616919.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 536,
"cds_start": 517,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946860.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000946861.1",
"protein_id": "ENSP00000616920.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 536,
"cds_start": 517,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946861.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.511A>G",
"hgvs_p": "p.Ile171Val",
"transcript": "ENST00000877780.1",
"protein_id": "ENSP00000547839.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 535,
"cds_start": 511,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877780.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.511A>G",
"hgvs_p": "p.Ile171Val",
"transcript": "ENST00000946859.1",
"protein_id": "ENSP00000616918.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 535,
"cds_start": 511,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946859.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.433A>G",
"hgvs_p": "p.Ile145Val",
"transcript": "ENST00000877783.1",
"protein_id": "ENSP00000547842.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 509,
"cds_start": 433,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877783.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000877781.1",
"protein_id": "ENSP00000547840.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 495,
"cds_start": 517,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877781.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000946858.1",
"protein_id": "ENSP00000616917.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 495,
"cds_start": 517,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946858.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "NM_001184901.1",
"protein_id": "NP_001171830.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 487,
"cds_start": 367,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184901.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "NM_001351783.2",
"protein_id": "NP_001338712.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 487,
"cds_start": 367,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351783.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "NM_014959.5",
"protein_id": "NP_055774.2",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 487,
"cds_start": 367,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014959.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "ENST00000447740.6",
"protein_id": "ENSP00000391248.2",
"transcript_support_level": 2,
"aa_start": 123,
"aa_end": null,
"aa_length": 487,
"cds_start": 367,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447740.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "ENST00000521613.5",
"protein_id": "ENSP00000427858.1",
"transcript_support_level": 5,
"aa_start": 123,
"aa_end": null,
"aa_length": 487,
"cds_start": 367,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521613.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "ENST00000877778.1",
"protein_id": "ENSP00000547837.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 487,
"cds_start": 367,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877778.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "ENST00000877784.1",
"protein_id": "ENSP00000547843.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 487,
"cds_start": 367,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877784.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "ENST00000930775.1",
"protein_id": "ENSP00000600834.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 487,
"cds_start": 367,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930775.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "ENST00000877779.1",
"protein_id": "ENSP00000547838.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 486,
"cds_start": 367,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877779.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "ENST00000877782.1",
"protein_id": "ENSP00000547841.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 486,
"cds_start": 367,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877782.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "ENST00000877785.1",
"protein_id": "ENSP00000547844.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 486,
"cds_start": 367,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877785.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "ENST00000946857.1",
"protein_id": "ENSP00000616916.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 486,
"cds_start": 367,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946857.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.316A>G",
"hgvs_p": "p.Ile106Val",
"transcript": "ENST00000877777.1",
"protein_id": "ENSP00000547836.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 470,
"cds_start": 316,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877777.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.202A>G",
"hgvs_p": "p.Ile68Val",
"transcript": "NM_001351784.2",
"protein_id": "NP_001338713.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 432,
"cds_start": 202,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351784.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.202A>G",
"hgvs_p": "p.Ile68Val",
"transcript": "NM_001365950.1",
"protein_id": "NP_001352879.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 431,
"cds_start": 202,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365950.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.181A>G",
"hgvs_p": "p.Ile61Val",
"transcript": "NM_001351786.2",
"protein_id": "NP_001338715.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 425,
"cds_start": 181,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351786.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "NM_001184902.2",
"protein_id": "NP_001171831.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 392,
"cds_start": 517,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184902.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "NM_001184903.1",
"protein_id": "NP_001171832.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 392,
"cds_start": 517,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184903.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000520015.5",
"protein_id": "ENSP00000430747.1",
"transcript_support_level": 2,
"aa_start": 173,
"aa_end": null,
"aa_length": 392,
"cds_start": 517,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520015.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.202A>G",
"hgvs_p": "p.Ile68Val",
"transcript": "NM_001351787.2",
"protein_id": "NP_001338716.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 359,
"cds_start": 202,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351787.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "NM_001351788.2",
"protein_id": "NP_001338717.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 342,
"cds_start": 367,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351788.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.367A>G",
"hgvs_p": "p.Ile123Val",
"transcript": "NM_001351789.2",
"protein_id": "NP_001338718.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 342,
"cds_start": 367,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351789.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.274A>G",
"hgvs_p": "p.Ile92Val",
"transcript": "NM_001351790.2",
"protein_id": "NP_001338719.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 311,
"cds_start": 274,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351790.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.202A>G",
"hgvs_p": "p.Ile68Val",
"transcript": "NM_001351791.2",
"protein_id": "NP_001338720.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 287,
"cds_start": 202,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351791.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "c.202A>G",
"hgvs_p": "p.Ile68Val",
"transcript": "NM_001351792.2",
"protein_id": "NP_001338721.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 287,
"cds_start": 202,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351792.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.430A>G",
"hgvs_p": null,
"transcript": "ENST00000377461.8",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000377461.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*77A>G",
"hgvs_p": null,
"transcript": "ENST00000517510.5",
"protein_id": "ENSP00000428662.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000517510.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.367A>G",
"hgvs_p": null,
"transcript": "ENST00000519302.6",
"protein_id": "ENSP00000429741.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000519302.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*372A>G",
"hgvs_p": null,
"transcript": "ENST00000519646.5",
"protein_id": "ENSP00000430836.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000519646.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.2663A>G",
"hgvs_p": null,
"transcript": "ENST00000522051.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000522051.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.480A>G",
"hgvs_p": null,
"transcript": "NR_033678.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_033678.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.519A>G",
"hgvs_p": null,
"transcript": "NR_033679.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_033679.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.480A>G",
"hgvs_p": null,
"transcript": "NR_033680.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_033680.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.732A>G",
"hgvs_p": null,
"transcript": "NR_147707.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_147707.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*77A>G",
"hgvs_p": null,
"transcript": "ENST00000517510.5",
"protein_id": "ENSP00000428662.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000517510.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*372A>G",
"hgvs_p": null,
"transcript": "ENST00000519646.5",
"protein_id": "ENSP00000430836.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000519646.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"hgvs_c": "n.*44A>G",
"hgvs_p": null,
"transcript": "ENST00000522068.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000522068.5"
}
],
"gene_symbol": "CARD8",
"gene_hgnc_id": 17057,
"dbsnp": "rs11881179",
"frequency_reference_population": 0.008948005,
"hom_count_reference_population": 726,
"allele_count_reference_population": 14389,
"gnomad_exomes_af": 0.0057108,
"gnomad_genomes_af": 0.0399067,
"gnomad_exomes_ac": 8314,
"gnomad_genomes_ac": 6075,
"gnomad_exomes_homalt": 335,
"gnomad_genomes_homalt": 391,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0034451186656951904,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.014,
"revel_prediction": "Benign",
"alphamissense_score": 0.0906,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.71,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.148,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001184900.3",
"gene_symbol": "CARD8",
"hgnc_id": 17057,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}