← 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: 12-112405902-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=112405902&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 112405902,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_000970.6",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "NM_000970.6",
"protein_id": "NP_000961.2",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000202773.14",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000970.6"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000202773.14",
"protein_id": "ENSP00000202773.9",
"transcript_support_level": 1,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000970.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000202773.14"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000424576.6",
"protein_id": "ENSP00000403172.2",
"transcript_support_level": 1,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424576.6"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.743T>A",
"hgvs_p": "p.Leu248Gln",
"transcript": "ENST00000935343.1",
"protein_id": "ENSP00000605402.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 314,
"cds_start": 743,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935343.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.671T>A",
"hgvs_p": "p.Leu224Gln",
"transcript": "ENST00000895617.1",
"protein_id": "ENSP00000565676.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 290,
"cds_start": 671,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895617.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.671T>A",
"hgvs_p": "p.Leu224Gln",
"transcript": "ENST00000935344.1",
"protein_id": "ENSP00000605403.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 290,
"cds_start": 671,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935344.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "NM_001024662.3",
"protein_id": "NP_001019833.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001024662.3"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "NM_001320137.2",
"protein_id": "NP_001307066.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320137.2"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "NM_001320138.2",
"protein_id": "NP_001307067.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320138.2"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "NM_001320139.2",
"protein_id": "NP_001307068.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320139.2"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "NM_001320140.2",
"protein_id": "NP_001307069.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320140.2"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "NM_001320141.2",
"protein_id": "NP_001307070.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320141.2"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000895614.1",
"protein_id": "ENSP00000565673.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895614.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000895618.1",
"protein_id": "ENSP00000565677.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895618.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000895619.1",
"protein_id": "ENSP00000565678.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895619.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000895620.1",
"protein_id": "ENSP00000565679.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895620.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000935347.1",
"protein_id": "ENSP00000605406.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935347.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000955984.1",
"protein_id": "ENSP00000626043.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955984.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.656T>A",
"hgvs_p": "p.Leu219Gln",
"transcript": "ENST00000935336.1",
"protein_id": "ENSP00000605395.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 285,
"cds_start": 656,
"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": "ENST00000935336.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000935345.1",
"protein_id": "ENSP00000605404.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 285,
"cds_start": 665,
"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": "ENST00000935345.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.656T>A",
"hgvs_p": "p.Leu219Gln",
"transcript": "ENST00000935346.1",
"protein_id": "ENSP00000605405.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 285,
"cds_start": 656,
"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": "ENST00000935346.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000935348.1",
"protein_id": "ENSP00000605407.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 285,
"cds_start": 665,
"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": "ENST00000935348.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000935349.1",
"protein_id": "ENSP00000605408.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 285,
"cds_start": 665,
"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": "ENST00000935349.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.647T>A",
"hgvs_p": "p.Leu216Gln",
"transcript": "ENST00000935338.1",
"protein_id": "ENSP00000605397.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 282,
"cds_start": 647,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935338.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000935340.1",
"protein_id": "ENSP00000605399.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 282,
"cds_start": 665,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935340.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "ENST00000895615.1",
"protein_id": "ENSP00000565674.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 281,
"cds_start": 665,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895615.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.644T>A",
"hgvs_p": "p.Leu215Gln",
"transcript": "ENST00000935341.1",
"protein_id": "ENSP00000605400.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 281,
"cds_start": 644,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935341.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.644T>A",
"hgvs_p": "p.Leu215Gln",
"transcript": "ENST00000935342.1",
"protein_id": "ENSP00000605401.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 281,
"cds_start": 644,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935342.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.566T>A",
"hgvs_p": "p.Leu189Gln",
"transcript": "ENST00000955986.1",
"protein_id": "ENSP00000626045.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 255,
"cds_start": 566,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955986.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.506T>A",
"hgvs_p": "p.Leu169Gln",
"transcript": "ENST00000935337.1",
"protein_id": "ENSP00000605396.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 235,
"cds_start": 506,
"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": "ENST00000935337.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.407T>A",
"hgvs_p": "p.Leu136Gln",
"transcript": "ENST00000935339.1",
"protein_id": "ENSP00000605398.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 202,
"cds_start": 407,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935339.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.404T>A",
"hgvs_p": "p.Leu135Gln",
"transcript": "ENST00000895616.1",
"protein_id": "ENSP00000565675.1",
"transcript_support_level": null,
"aa_start": 135,
"aa_end": null,
"aa_length": 201,
"cds_start": 404,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895616.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.401T>A",
"hgvs_p": "p.Leu134Gln",
"transcript": "ENST00000955985.1",
"protein_id": "ENSP00000626044.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 200,
"cds_start": 401,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955985.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.332T>A",
"hgvs_p": "p.Leu111Gln",
"transcript": "NM_001320142.1",
"protein_id": "NP_001307071.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 177,
"cds_start": 332,
"cds_end": null,
"cds_length": 534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320142.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "XM_047429302.1",
"protein_id": "XP_047285258.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429302.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln",
"transcript": "XM_047429303.1",
"protein_id": "XP_047285259.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 288,
"cds_start": 665,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429303.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "c.332T>A",
"hgvs_p": "p.Leu111Gln",
"transcript": "XM_047429304.1",
"protein_id": "XP_047285260.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 177,
"cds_start": 332,
"cds_end": null,
"cds_length": 534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429304.1"
},
{
"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": "RPL6",
"gene_hgnc_id": 10362,
"hgvs_c": "n.187T>A",
"hgvs_p": null,
"transcript": "ENST00000553205.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": "ENST00000553205.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000305485",
"gene_hgnc_id": null,
"hgvs_c": "n.47A>T",
"hgvs_p": null,
"transcript": "ENST00000811269.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000811269.1"
}
],
"gene_symbol": "RPL6",
"gene_hgnc_id": 10362,
"dbsnp": "rs760084678",
"frequency_reference_population": 0.0000020524694,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205247,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5363354682922363,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.253,
"revel_prediction": "Benign",
"alphamissense_score": 0.7818,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 8.663,
"phylop100way_prediction": "Pathogenic",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000970.6",
"gene_symbol": "RPL6",
"hgnc_id": 10362,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.665T>A",
"hgvs_p": "p.Leu222Gln"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000811269.1",
"gene_symbol": "ENSG00000305485",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.47A>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}