← 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: 16-1962546-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=1962546&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 1962546,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_002952.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.660T>C",
"hgvs_p": "p.Asp220Asp",
"transcript": "NM_002952.4",
"protein_id": "NP_002943.2",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 293,
"cds_start": 660,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000343262.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002952.4"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.660T>C",
"hgvs_p": "p.Asp220Asp",
"transcript": "ENST00000343262.9",
"protein_id": "ENSP00000341885.4",
"transcript_support_level": 1,
"aa_start": 220,
"aa_end": null,
"aa_length": 293,
"cds_start": 660,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002952.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000343262.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "n.771T>C",
"hgvs_p": null,
"transcript": "ENST00000527109.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000527109.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "n.984T>C",
"hgvs_p": null,
"transcript": "ENST00000527871.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000527871.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "n.927T>C",
"hgvs_p": null,
"transcript": "ENST00000533161.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000533161.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.660T>C",
"hgvs_p": "p.Asp220Asp",
"transcript": "ENST00000872227.1",
"protein_id": "ENSP00000542286.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 293,
"cds_start": 660,
"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": "ENST00000872227.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.660T>C",
"hgvs_p": "p.Asp220Asp",
"transcript": "ENST00000872229.1",
"protein_id": "ENSP00000542288.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 293,
"cds_start": 660,
"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": "ENST00000872229.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.660T>C",
"hgvs_p": "p.Asp220Asp",
"transcript": "ENST00000872233.1",
"protein_id": "ENSP00000542292.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 293,
"cds_start": 660,
"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": "ENST00000872233.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.660T>C",
"hgvs_p": "p.Asp220Asp",
"transcript": "ENST00000872234.1",
"protein_id": "ENSP00000542293.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 293,
"cds_start": 660,
"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": "ENST00000872234.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.660T>C",
"hgvs_p": "p.Asp220Asp",
"transcript": "ENST00000929923.1",
"protein_id": "ENSP00000599982.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 293,
"cds_start": 660,
"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": "ENST00000929923.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.660T>C",
"hgvs_p": "p.Asp220Asp",
"transcript": "ENST00000929925.1",
"protein_id": "ENSP00000599984.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 293,
"cds_start": 660,
"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": "ENST00000929925.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.660T>C",
"hgvs_p": "p.Asp220Asp",
"transcript": "ENST00000968780.1",
"protein_id": "ENSP00000638839.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 285,
"cds_start": 660,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968780.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.609T>C",
"hgvs_p": "p.Asp203Asp",
"transcript": "ENST00000929924.1",
"protein_id": "ENSP00000599983.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 276,
"cds_start": 609,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929924.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.609T>C",
"hgvs_p": "p.Asp203Asp",
"transcript": "ENST00000968781.1",
"protein_id": "ENSP00000638840.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 276,
"cds_start": 609,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968781.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.603T>C",
"hgvs_p": "p.Asp201Asp",
"transcript": "ENST00000968782.1",
"protein_id": "ENSP00000638841.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 274,
"cds_start": 603,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968782.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.570T>C",
"hgvs_p": "p.Asp190Asp",
"transcript": "ENST00000872228.1",
"protein_id": "ENSP00000542287.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 263,
"cds_start": 570,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872228.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.570T>C",
"hgvs_p": "p.Asp190Asp",
"transcript": "ENST00000872232.1",
"protein_id": "ENSP00000542291.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 263,
"cds_start": 570,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872232.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.486T>C",
"hgvs_p": "p.Asp162Asp",
"transcript": "ENST00000526522.5",
"protein_id": "ENSP00000436865.1",
"transcript_support_level": 2,
"aa_start": 162,
"aa_end": null,
"aa_length": 235,
"cds_start": 486,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526522.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.486T>C",
"hgvs_p": "p.Asp162Asp",
"transcript": "ENST00000872231.1",
"protein_id": "ENSP00000542290.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 235,
"cds_start": 486,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872231.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.462T>C",
"hgvs_p": "p.Asp154Asp",
"transcript": "ENST00000929926.1",
"protein_id": "ENSP00000599985.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 227,
"cds_start": 462,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929926.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.429T>C",
"hgvs_p": "p.Asp143Asp",
"transcript": "ENST00000872230.1",
"protein_id": "ENSP00000542289.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 216,
"cds_start": 429,
"cds_end": null,
"cds_length": 651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872230.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.570T>C",
"hgvs_p": "p.Asp190Asp",
"transcript": "ENST00000529806.5",
"protein_id": "ENSP00000433170.1",
"transcript_support_level": 3,
"aa_start": 190,
"aa_end": null,
"aa_length": 209,
"cds_start": 570,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529806.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.366T>C",
"hgvs_p": "p.Asp122Asp",
"transcript": "ENST00000533186.5",
"protein_id": "ENSP00000436227.1",
"transcript_support_level": 3,
"aa_start": 122,
"aa_end": null,
"aa_length": 195,
"cds_start": 366,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533186.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.393T>C",
"hgvs_p": "p.Asp131Asp",
"transcript": "ENST00000526586.6",
"protein_id": "ENSP00000460860.1",
"transcript_support_level": 2,
"aa_start": 131,
"aa_end": null,
"aa_length": 155,
"cds_start": 393,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526586.6"
},
{
"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": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.549+190T>C",
"hgvs_p": null,
"transcript": "ENST00000530225.5",
"protein_id": "ENSP00000436356.1",
"transcript_support_level": 2,
"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": "ENST00000530225.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "n.1289T>C",
"hgvs_p": null,
"transcript": "ENST00000531065.5",
"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": "retained_intron",
"feature": "ENST00000531065.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "n.*481T>C",
"hgvs_p": null,
"transcript": "ENST00000532746.5",
"protein_id": "ENSP00000434846.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000532746.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "n.855T>C",
"hgvs_p": null,
"transcript": "ENST00000533872.5",
"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": "retained_intron",
"feature": "ENST00000533872.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "n.562T>C",
"hgvs_p": null,
"transcript": "ENST00000534461.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": "ENST00000534461.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "n.*481T>C",
"hgvs_p": null,
"transcript": "ENST00000532746.5",
"protein_id": "ENSP00000434846.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000532746.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "c.*6T>C",
"hgvs_p": null,
"transcript": "ENST00000527302.1",
"protein_id": "ENSP00000433034.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 217,
"cds_start": null,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527302.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNORA10",
"gene_hgnc_id": 32598,
"hgvs_c": "n.-80T>C",
"hgvs_p": null,
"transcript": "ENST00000384084.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "snoRNA",
"feature": "ENST00000384084.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNORA10",
"gene_hgnc_id": 32598,
"hgvs_c": "n.-80T>C",
"hgvs_p": null,
"transcript": "NR_002327.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": "snoRNA",
"feature": "NR_002327.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"hgvs_c": "n.*97T>C",
"hgvs_p": null,
"transcript": "ENST00000526908.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": "ENST00000526908.1"
}
],
"gene_symbol": "RPS2",
"gene_hgnc_id": 10404,
"dbsnp": "rs145914766",
"frequency_reference_population": 0.000013650081,
"hom_count_reference_population": 0,
"allele_count_reference_population": 22,
"gnomad_exomes_af": 0.00000616655,
"gnomad_genomes_af": 0.0000854005,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 13,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6000000238418579,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.05,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_002952.4",
"gene_symbol": "RPS2",
"hgnc_id": 10404,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.660T>C",
"hgvs_p": "p.Asp220Asp"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NR_002327.1",
"gene_symbol": "SNORA10",
"hgnc_id": 32598,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-80T>C",
"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
}