← 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: 5-178142858-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=178142858&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 178142858,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_022762.5",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "NM_022762.5",
"protein_id": "NP_073599.2",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000313386.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022762.5"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000313386.9",
"protein_id": "ENSP00000320623.4",
"transcript_support_level": 1,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022762.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000313386.9"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.454G>T",
"hgvs_p": "p.Asp152Tyr",
"transcript": "ENST00000940697.1",
"protein_id": "ENSP00000610756.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 447,
"cds_start": 454,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940697.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.454G>T",
"hgvs_p": "p.Asp152Tyr",
"transcript": "ENST00000940698.1",
"protein_id": "ENSP00000610757.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 447,
"cds_start": 454,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940698.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.316G>T",
"hgvs_p": "p.Asp106Tyr",
"transcript": "ENST00000890015.1",
"protein_id": "ENSP00000560074.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 401,
"cds_start": 316,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890015.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.316G>T",
"hgvs_p": "p.Asp106Tyr",
"transcript": "ENST00000890019.1",
"protein_id": "ENSP00000560078.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 401,
"cds_start": 316,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890019.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "NM_001288794.2",
"protein_id": "NP_001275723.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288794.2"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000515098.5",
"protein_id": "ENSP00000420875.1",
"transcript_support_level": 2,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515098.5"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000890008.1",
"protein_id": "ENSP00000560067.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890008.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000890009.1",
"protein_id": "ENSP00000560068.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890009.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000890010.1",
"protein_id": "ENSP00000560069.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890010.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000890011.1",
"protein_id": "ENSP00000560070.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890011.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000890012.1",
"protein_id": "ENSP00000560071.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890012.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000890013.1",
"protein_id": "ENSP00000560072.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890013.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000890014.1",
"protein_id": "ENSP00000560073.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890014.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000890016.1",
"protein_id": "ENSP00000560075.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890016.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000890017.1",
"protein_id": "ENSP00000560076.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890017.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000890018.1",
"protein_id": "ENSP00000560077.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890018.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000890020.1",
"protein_id": "ENSP00000560079.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890020.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000940695.1",
"protein_id": "ENSP00000610754.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940695.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000940696.1",
"protein_id": "ENSP00000610755.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940696.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000940699.1",
"protein_id": "ENSP00000610758.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940699.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000940702.1",
"protein_id": "ENSP00000610761.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940702.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000940703.1",
"protein_id": "ENSP00000610762.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940703.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000940704.1",
"protein_id": "ENSP00000610763.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940704.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000949843.1",
"protein_id": "ENSP00000619902.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949843.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000949844.1",
"protein_id": "ENSP00000619903.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949844.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000949845.1",
"protein_id": "ENSP00000619904.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949845.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000949846.1",
"protein_id": "ENSP00000619905.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949846.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000949847.1",
"protein_id": "ENSP00000619906.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949847.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000949848.1",
"protein_id": "ENSP00000619907.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949848.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000949849.1",
"protein_id": "ENSP00000619908.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949849.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000949851.1",
"protein_id": "ENSP00000619910.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949851.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000949852.1",
"protein_id": "ENSP00000619911.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949852.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.253G>T",
"hgvs_p": "p.Asp85Tyr",
"transcript": "NM_001288795.2",
"protein_id": "NP_001275724.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 380,
"cds_start": 253,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288795.2"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.253G>T",
"hgvs_p": "p.Asp85Tyr",
"transcript": "ENST00000542098.2",
"protein_id": "ENSP00000437630.1",
"transcript_support_level": 5,
"aa_start": 85,
"aa_end": null,
"aa_length": 380,
"cds_start": 253,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542098.2"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000940700.1",
"protein_id": "ENSP00000610759.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 371,
"cds_start": 292,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940700.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000940701.1",
"protein_id": "ENSP00000610760.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 370,
"cds_start": 292,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940701.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000949850.1",
"protein_id": "ENSP00000619909.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 342,
"cds_start": 292,
"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": "ENST00000949850.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000507457.5",
"protein_id": "ENSP00000425920.1",
"transcript_support_level": 2,
"aa_start": 98,
"aa_end": null,
"aa_length": 147,
"cds_start": 292,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507457.5"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "ENST00000502814.5",
"protein_id": "ENSP00000424928.1",
"transcript_support_level": 3,
"aa_start": 98,
"aa_end": null,
"aa_length": 113,
"cds_start": 292,
"cds_end": null,
"cds_length": 342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502814.5"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "XM_005265969.5",
"protein_id": "XP_005266026.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265969.5"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "XM_047417525.1",
"protein_id": "XP_047273481.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417525.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr",
"transcript": "XM_047417526.1",
"protein_id": "XP_047273482.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 393,
"cds_start": 292,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417526.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.112G>T",
"hgvs_p": "p.Asp38Tyr",
"transcript": "XM_005265972.4",
"protein_id": "XP_005266029.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 333,
"cds_start": 112,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265972.4"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.112G>T",
"hgvs_p": "p.Asp38Tyr",
"transcript": "XM_017009728.2",
"protein_id": "XP_016865217.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 333,
"cds_start": 112,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009728.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "n.471G>T",
"hgvs_p": null,
"transcript": "ENST00000507575.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": "ENST00000507575.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "n.*196G>T",
"hgvs_p": null,
"transcript": "ENST00000512663.5",
"protein_id": "ENSP00000421553.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": "ENST00000512663.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "n.*53G>T",
"hgvs_p": null,
"transcript": "ENST00000512811.5",
"protein_id": "ENSP00000423251.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": "ENST00000512811.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "n.1187G>T",
"hgvs_p": null,
"transcript": "ENST00000513162.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": "ENST00000513162.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "n.1396G>T",
"hgvs_p": null,
"transcript": "ENST00000515360.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": "ENST00000515360.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "n.*196G>T",
"hgvs_p": null,
"transcript": "ENST00000512663.5",
"protein_id": "ENSP00000421553.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": "ENST00000512663.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "n.*53G>T",
"hgvs_p": null,
"transcript": "ENST00000512811.5",
"protein_id": "ENSP00000423251.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": "ENST00000512811.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"hgvs_c": "c.*245G>T",
"hgvs_p": null,
"transcript": "ENST00000508647.5",
"protein_id": "ENSP00000426588.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 55,
"cds_start": null,
"cds_end": null,
"cds_length": 170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508647.5"
}
],
"gene_symbol": "RMND5B",
"gene_hgnc_id": 26181,
"dbsnp": "rs748645168",
"frequency_reference_population": 0.0000049564637,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000342026,
"gnomad_genomes_af": 0.0000197138,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7744826078414917,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.20000000298023224,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.515,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3376,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.09,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.654,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.2,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_022762.5",
"gene_symbol": "RMND5B",
"hgnc_id": 26181,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.292G>T",
"hgvs_p": "p.Asp98Tyr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}