← 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: 6-3073678-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=3073678&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 3073678,
"ref": "G",
"alt": "A",
"effect": "5_prime_UTR_variant",
"transcript": "NM_001317061.3",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "NM_001354930.2",
"protein_id": "NP_001341859.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000259808.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354930.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000259808.9",
"protein_id": "ENSP00000259808.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001354930.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000259808.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000380409.3",
"protein_id": "ENSP00000369773.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 625,
"cds_start": null,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380409.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-788G>A",
"hgvs_p": null,
"transcript": "NM_001317061.3",
"protein_id": "NP_001303990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 508,
"cds_start": null,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001317061.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000967583.1",
"protein_id": "ENSP00000637642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 692,
"cds_start": null,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967583.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "NM_003804.6",
"protein_id": "NP_003795.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003804.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000858490.1",
"protein_id": "ENSP00000528549.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858490.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000858491.1",
"protein_id": "ENSP00000528550.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858491.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-61+2460G>A",
"hgvs_p": null,
"transcript": "ENST00000858494.1",
"protein_id": "ENSP00000528553.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858494.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-61+2460G>A",
"hgvs_p": null,
"transcript": "ENST00000858495.1",
"protein_id": "ENSP00000528554.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858495.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-96-3050G>A",
"hgvs_p": null,
"transcript": "ENST00000919966.1",
"protein_id": "ENSP00000590025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919966.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000967577.1",
"protein_id": "ENSP00000637636.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967577.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000967578.1",
"protein_id": "ENSP00000637637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967578.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000967584.1",
"protein_id": "ENSP00000637643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967584.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000919965.1",
"protein_id": "ENSP00000590024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 669,
"cds_start": null,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919965.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000967582.1",
"protein_id": "ENSP00000637641.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 669,
"cds_start": null,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967582.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000967580.1",
"protein_id": "ENSP00000637639.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 646,
"cds_start": null,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967580.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "NM_001354931.2",
"protein_id": "NP_001341860.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 625,
"cds_start": null,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354931.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000858492.1",
"protein_id": "ENSP00000528551.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 625,
"cds_start": null,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858492.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000858493.1",
"protein_id": "ENSP00000528552.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 621,
"cds_start": null,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858493.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000967576.1",
"protein_id": "ENSP00000637635.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 621,
"cds_start": null,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967576.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000967581.1",
"protein_id": "ENSP00000637640.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 519,
"cds_start": null,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967581.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000967579.1",
"protein_id": "ENSP00000637638.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 517,
"cds_start": null,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967579.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-663-3086G>A",
"hgvs_p": null,
"transcript": "NM_001354932.2",
"protein_id": "NP_001341861.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 508,
"cds_start": null,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354932.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-663-3086G>A",
"hgvs_p": null,
"transcript": "NM_001354933.2",
"protein_id": "NP_001341862.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 508,
"cds_start": null,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354933.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-663-3086G>A",
"hgvs_p": null,
"transcript": "NM_001354934.2",
"protein_id": "NP_001341863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 508,
"cds_start": null,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354934.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.64-3086G>A",
"hgvs_p": null,
"transcript": "XM_047419445.1",
"protein_id": "XP_047275401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 712,
"cds_start": null,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419445.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.64-3086G>A",
"hgvs_p": null,
"transcript": "XM_047419446.1",
"protein_id": "XP_047275402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 712,
"cds_start": null,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419446.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "XM_047419447.1",
"protein_id": "XP_047275403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419447.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "XM_047419448.1",
"protein_id": "XP_047275404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419448.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "XM_006715237.4",
"protein_id": "XP_006715300.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 356,
"cds_start": null,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715237.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "c.-60-3086G>A",
"hgvs_p": null,
"transcript": "XM_017011405.2",
"protein_id": "XP_016866894.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 356,
"cds_start": null,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011405.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.-185G>A",
"hgvs_p": null,
"transcript": "ENST00000676965.1",
"protein_id": "ENSP00000503708.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": "ENST00000676965.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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.-185G>A",
"hgvs_p": null,
"transcript": "ENST00000679118.1",
"protein_id": "ENSP00000504232.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": "ENST00000679118.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.-185G>A",
"hgvs_p": null,
"transcript": "ENST00000676965.1",
"protein_id": "ENSP00000503708.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": "ENST00000676965.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.-185G>A",
"hgvs_p": null,
"transcript": "ENST00000679118.1",
"protein_id": "ENSP00000504232.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": "ENST00000679118.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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.70-4101G>A",
"hgvs_p": null,
"transcript": "ENST00000479389.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": "ENST00000479389.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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000676591.1",
"protein_id": "ENSP00000504592.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": "ENST00000676591.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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000676618.1",
"protein_id": "ENSP00000503154.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": "ENST00000676618.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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.155-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000676758.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": "ENST00000676758.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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.94-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000676995.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": "ENST00000676995.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": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.198-9407G>A",
"hgvs_p": null,
"transcript": "ENST00000677261.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": "ENST00000677261.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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000677361.1",
"protein_id": "ENSP00000504823.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": "ENST00000677361.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": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000677799.1",
"protein_id": "ENSP00000502975.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": "ENST00000677799.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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.163-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000678084.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": "ENST00000678084.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000678809.1",
"protein_id": "ENSP00000503978.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": "ENST00000678809.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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"hgvs_c": "n.-60-3086G>A",
"hgvs_p": null,
"transcript": "ENST00000678874.1",
"protein_id": "ENSP00000503002.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": "ENST00000678874.1"
}
],
"gene_symbol": "RIPK1",
"gene_hgnc_id": 10019,
"dbsnp": "rs6920337",
"frequency_reference_population": 0.19467822,
"hom_count_reference_population": 3436,
"allele_count_reference_population": 29609,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.194678,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 29609,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 3436,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9100000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.91,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.636,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001317061.3",
"gene_symbol": "RIPK1",
"hgnc_id": 10019,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.-788G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}