← 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: 8-42865438-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=42865438&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 42865438,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_030954.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "NM_030954.4",
"protein_id": "NP_112216.3",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000527424.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030954.4"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000527424.6",
"protein_id": "ENSP00000434797.1",
"transcript_support_level": 1,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_030954.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527424.6"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000534961.5",
"protein_id": "ENSP00000445725.1",
"transcript_support_level": 1,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534961.5"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000319104.7",
"protein_id": "ENSP00000326138.3",
"transcript_support_level": 1,
"aa_start": 125,
"aa_end": null,
"aa_length": 200,
"cds_start": 374,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319104.7"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.122G>T",
"hgvs_p": "p.Ser41Ile",
"transcript": "ENST00000526349.5",
"protein_id": "ENSP00000435782.1",
"transcript_support_level": 1,
"aa_start": 41,
"aa_end": null,
"aa_length": 174,
"cds_start": 122,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526349.5"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "NM_001160223.2",
"protein_id": "NP_001153695.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001160223.2"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000862754.1",
"protein_id": "ENSP00000532813.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862754.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000862755.1",
"protein_id": "ENSP00000532814.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862755.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000862758.1",
"protein_id": "ENSP00000532817.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862758.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000862760.1",
"protein_id": "ENSP00000532819.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862760.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000862761.1",
"protein_id": "ENSP00000532820.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862761.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000862762.1",
"protein_id": "ENSP00000532821.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862762.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000862763.1",
"protein_id": "ENSP00000532822.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862763.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000913384.1",
"protein_id": "ENSP00000583443.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913384.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000969234.1",
"protein_id": "ENSP00000639293.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969234.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000969235.1",
"protein_id": "ENSP00000639294.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969235.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000862753.1",
"protein_id": "ENSP00000532812.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 221,
"cds_start": 374,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862753.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "ENST00000969232.1",
"protein_id": "ENSP00000639291.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 221,
"cds_start": 374,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969232.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "NM_001160224.2",
"protein_id": "NP_001153696.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 200,
"cds_start": 374,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001160224.2"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.122G>T",
"hgvs_p": "p.Ser41Ile",
"transcript": "NM_001160225.2",
"protein_id": "NP_001153697.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 174,
"cds_start": 122,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001160225.2"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.395G>T",
"hgvs_p": "p.Ser132Ile",
"transcript": "XM_047422278.1",
"protein_id": "XP_047278234.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 265,
"cds_start": 395,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422278.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "XM_006716404.3",
"protein_id": "XP_006716467.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716404.3"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "XM_011544666.4",
"protein_id": "XP_011542968.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544666.4"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "XM_017013881.2",
"protein_id": "XP_016869370.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017013881.2"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "XM_047422279.1",
"protein_id": "XP_047278235.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 258,
"cds_start": 374,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422279.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.122G>T",
"hgvs_p": "p.Ser41Ile",
"transcript": "XM_047422282.1",
"protein_id": "XP_047278238.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 174,
"cds_start": 122,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422282.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.395G>T",
"hgvs_p": "p.Ser132Ile",
"transcript": "XM_047422283.1",
"protein_id": "XP_047278239.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 150,
"cds_start": 395,
"cds_end": null,
"cds_length": 453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422283.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile",
"transcript": "XM_047422284.1",
"protein_id": "XP_047278240.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 143,
"cds_start": 374,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422284.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.298G>T",
"hgvs_p": "p.Val100Phe",
"transcript": "XM_047422286.1",
"protein_id": "XP_047278242.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 120,
"cds_start": 298,
"cds_end": null,
"cds_length": 363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422286.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.319G>T",
"hgvs_p": "p.Val107Phe",
"transcript": "XM_047422287.1",
"protein_id": "XP_047278243.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 114,
"cds_start": 319,
"cds_end": null,
"cds_length": 345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422287.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.298G>T",
"hgvs_p": "p.Val100Phe",
"transcript": "XM_047422288.1",
"protein_id": "XP_047278244.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 107,
"cds_start": 298,
"cds_end": null,
"cds_length": 324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422288.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.247-3583G>T",
"hgvs_p": null,
"transcript": "ENST00000862756.1",
"protein_id": "ENSP00000532815.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 208,
"cds_start": null,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862756.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.247-3583G>T",
"hgvs_p": null,
"transcript": "ENST00000862759.1",
"protein_id": "ENSP00000532818.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 208,
"cds_start": null,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862759.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.214-3583G>T",
"hgvs_p": null,
"transcript": "ENST00000862757.1",
"protein_id": "ENSP00000532816.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 197,
"cds_start": null,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862757.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.246+4566G>T",
"hgvs_p": null,
"transcript": "ENST00000969233.1",
"protein_id": "ENSP00000639292.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": null,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969233.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.323-3583G>T",
"hgvs_p": null,
"transcript": "ENST00000319073.5",
"protein_id": "ENSP00000325969.5",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 116,
"cds_start": null,
"cds_end": null,
"cds_length": 351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319073.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.268-3583G>T",
"hgvs_p": null,
"transcript": "XM_047422280.1",
"protein_id": "XP_047278236.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": null,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422280.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.247-3583G>T",
"hgvs_p": null,
"transcript": "XM_006716405.4",
"protein_id": "XP_006716468.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 208,
"cds_start": null,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716405.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.247-3583G>T",
"hgvs_p": null,
"transcript": "XM_047422281.1",
"protein_id": "XP_047278237.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 208,
"cds_start": null,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422281.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.344-3583G>T",
"hgvs_p": null,
"transcript": "XM_047422285.1",
"protein_id": "XP_047278241.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 123,
"cds_start": null,
"cds_end": null,
"cds_length": 372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422285.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "n.621G>T",
"hgvs_p": null,
"transcript": "ENST00000528318.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": "ENST00000528318.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "n.323-3583G>T",
"hgvs_p": null,
"transcript": "ENST00000240159.8",
"protein_id": "ENSP00000240159.4",
"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": "ENST00000240159.8"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286837",
"gene_hgnc_id": null,
"hgvs_c": "n.533-11058C>A",
"hgvs_p": null,
"transcript": "ENST00000797430.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": "ENST00000797430.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "n.682-3583G>T",
"hgvs_p": null,
"transcript": "NR_027668.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_027668.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "n.452-3583G>T",
"hgvs_p": null,
"transcript": "NR_027669.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_027669.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"hgvs_c": "c.*28G>T",
"hgvs_p": null,
"transcript": "ENST00000531440.5",
"protein_id": "ENSP00000436416.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 114,
"cds_start": null,
"cds_end": null,
"cds_length": 346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531440.5"
}
],
"gene_symbol": "RNF170",
"gene_hgnc_id": 25358,
"dbsnp": "rs144435181",
"frequency_reference_population": 0.0000065758327,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657583,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2638159990310669,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.318,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.342,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.834,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_030954.4",
"gene_symbol": "RNF170",
"hgnc_id": 25358,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Ser125Ile"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000797430.1",
"gene_symbol": "ENSG00000286837",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.533-11058C>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
}