← 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-166929707-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=166929707&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 166929707,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_003730.6",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.652G>T",
"hgvs_p": "p.Glu218*",
"transcript": "NM_003730.6",
"protein_id": "NP_003721.2",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 256,
"cds_start": 652,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000508775.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003730.6"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.652G>T",
"hgvs_p": "p.Glu218*",
"transcript": "ENST00000508775.6",
"protein_id": "ENSP00000426455.2",
"transcript_support_level": 1,
"aa_start": 218,
"aa_end": null,
"aa_length": 256,
"cds_start": 652,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003730.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508775.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ENSG00000249141",
"gene_hgnc_id": null,
"hgvs_c": "c.432+4384G>T",
"hgvs_p": null,
"transcript": "ENST00000507747.1",
"protein_id": "ENSP00000426906.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 184,
"cds_start": null,
"cds_end": null,
"cds_length": 555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507747.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.790G>T",
"hgvs_p": "p.Glu264*",
"transcript": "ENST00000870284.1",
"protein_id": "ENSP00000540343.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 302,
"cds_start": 790,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870284.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.763G>T",
"hgvs_p": "p.Glu255*",
"transcript": "ENST00000870283.1",
"protein_id": "ENSP00000540342.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 293,
"cds_start": 763,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870283.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.703G>T",
"hgvs_p": "p.Glu235*",
"transcript": "ENST00000870285.1",
"protein_id": "ENSP00000540344.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 273,
"cds_start": 703,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870285.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.652G>T",
"hgvs_p": "p.Glu218*",
"transcript": "ENST00000476238.6",
"protein_id": "ENSP00000422846.1",
"transcript_support_level": 5,
"aa_start": 218,
"aa_end": null,
"aa_length": 256,
"cds_start": 652,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000476238.6"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.652G>T",
"hgvs_p": "p.Glu218*",
"transcript": "ENST00000870280.1",
"protein_id": "ENSP00000540339.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 256,
"cds_start": 652,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870280.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.652G>T",
"hgvs_p": "p.Glu218*",
"transcript": "ENST00000870281.1",
"protein_id": "ENSP00000540340.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 256,
"cds_start": 652,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870281.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.652G>T",
"hgvs_p": "p.Glu218*",
"transcript": "ENST00000478180.6",
"protein_id": "ENSP00000426059.1",
"transcript_support_level": 5,
"aa_start": 218,
"aa_end": null,
"aa_length": 252,
"cds_start": 652,
"cds_end": null,
"cds_length": 761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000478180.6"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.577G>T",
"hgvs_p": "p.Glu193*",
"transcript": "ENST00000870282.1",
"protein_id": "ENSP00000540341.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 231,
"cds_start": 577,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870282.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.538G>T",
"hgvs_p": "p.Glu180*",
"transcript": "ENST00000366855.10",
"protein_id": "ENSP00000424947.1",
"transcript_support_level": 5,
"aa_start": 180,
"aa_end": null,
"aa_length": 218,
"cds_start": 538,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000366855.10"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.538G>T",
"hgvs_p": "p.Glu180*",
"transcript": "ENST00000620173.5",
"protein_id": "ENSP00000482755.2",
"transcript_support_level": 5,
"aa_start": 180,
"aa_end": null,
"aa_length": 218,
"cds_start": 538,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620173.5"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.538G>T",
"hgvs_p": "p.Glu180*",
"transcript": "ENST00000870279.1",
"protein_id": "ENSP00000540338.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 218,
"cds_start": 538,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870279.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.421G>T",
"hgvs_p": "p.Glu141*",
"transcript": "ENST00000951735.1",
"protein_id": "ENSP00000621794.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 179,
"cds_start": 421,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951735.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.406G>T",
"hgvs_p": "p.Glu136*",
"transcript": "ENST00000683770.1",
"protein_id": "ENSP00000507710.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 174,
"cds_start": 406,
"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": "ENST00000683770.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.376G>T",
"hgvs_p": "p.Glu126*",
"transcript": "ENST00000684236.1",
"protein_id": "ENSP00000508128.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 164,
"cds_start": 376,
"cds_end": null,
"cds_length": 495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684236.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.364G>T",
"hgvs_p": "p.Glu122*",
"transcript": "ENST00000951734.1",
"protein_id": "ENSP00000621793.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 160,
"cds_start": 364,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951734.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "c.307G>T",
"hgvs_p": "p.Glu103*",
"transcript": "ENST00000926043.1",
"protein_id": "ENSP00000596102.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 141,
"cds_start": 307,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926043.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.*440G>T",
"hgvs_p": null,
"transcript": "ENST00000028008.9",
"protein_id": "ENSP00000028008.5",
"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": "ENST00000028008.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.*1006G>T",
"hgvs_p": null,
"transcript": "ENST00000421787.5",
"protein_id": "ENSP00000390833.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000421787.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.450G>T",
"hgvs_p": null,
"transcript": "ENST00000467705.6",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000467705.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.2091G>T",
"hgvs_p": null,
"transcript": "ENST00000510083.1",
"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": "ENST00000510083.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.*440G>T",
"hgvs_p": null,
"transcript": "ENST00000611959.2",
"protein_id": "ENSP00000480244.2",
"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": "ENST00000611959.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.2770G>T",
"hgvs_p": null,
"transcript": "ENST00000682498.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": "ENST00000682498.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.*493G>T",
"hgvs_p": null,
"transcript": "ENST00000682774.1",
"protein_id": "ENSP00000507399.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": "ENST00000682774.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.3144G>T",
"hgvs_p": null,
"transcript": "ENST00000683968.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": "ENST00000683968.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.*440G>T",
"hgvs_p": null,
"transcript": "ENST00000028008.9",
"protein_id": "ENSP00000028008.5",
"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": "ENST00000028008.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.*1006G>T",
"hgvs_p": null,
"transcript": "ENST00000421787.5",
"protein_id": "ENSP00000390833.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000421787.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.*440G>T",
"hgvs_p": null,
"transcript": "ENST00000611959.2",
"protein_id": "ENSP00000480244.2",
"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": "ENST00000611959.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"hgvs_c": "n.*493G>T",
"hgvs_p": null,
"transcript": "ENST00000682774.1",
"protein_id": "ENSP00000507399.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": "ENST00000682774.1"
}
],
"gene_symbol": "RNASET2",
"gene_hgnc_id": 21686,
"dbsnp": "rs202105909",
"frequency_reference_population": 0.0000013681724,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136817,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.27000001072883606,
"computational_prediction_selected": "Pathogenic",
"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.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.649,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PVS1_Strong",
"PM2"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_003730.6",
"gene_symbol": "RNASET2",
"hgnc_id": 21686,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.652G>T",
"hgvs_p": "p.Glu218*"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000507747.1",
"gene_symbol": "ENSG00000249141",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.432+4384G>T",
"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
}