← 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: 14-72552528-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=72552528&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 72552528,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000553525.6",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-9889A>G",
"hgvs_p": null,
"transcript": "NM_001204424.2",
"protein_id": "NP_001191353.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 490,
"cds_start": -4,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6069,
"mane_select": "ENST00000553525.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-9889A>G",
"hgvs_p": null,
"transcript": "ENST00000553525.6",
"protein_id": "ENSP00000451030.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 490,
"cds_start": -4,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6069,
"mane_select": "NM_001204424.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-9889A>G",
"hgvs_p": null,
"transcript": "ENST00000556437.5",
"protein_id": "ENSP00000451855.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 490,
"cds_start": -4,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1369-9889A>G",
"hgvs_p": null,
"transcript": "ENST00000553530.5",
"protein_id": "ENSP00000452331.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": -4,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1369-9889A>G",
"hgvs_p": null,
"transcript": "ENST00000555571.5",
"protein_id": "ENSP00000450936.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": -4,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1006-10187A>G",
"hgvs_p": null,
"transcript": "ENST00000554782.1",
"protein_id": "ENSP00000451912.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 346,
"cds_start": -4,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "n.*21-762A>G",
"hgvs_p": null,
"transcript": "ENST00000554474.5",
"protein_id": "ENSP00000450858.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-762A>G",
"hgvs_p": null,
"transcript": "NM_001370275.1",
"protein_id": "NP_001357204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": -4,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-762A>G",
"hgvs_p": null,
"transcript": "NM_001370276.1",
"protein_id": "NP_001357205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": -4,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1784+5161A>G",
"hgvs_p": null,
"transcript": "NM_001370277.1",
"protein_id": "NP_001357206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 606,
"cds_start": -4,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1574-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370278.1",
"protein_id": "NP_001357207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": -4,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-762A>G",
"hgvs_p": null,
"transcript": "NM_001370270.1",
"protein_id": "NP_001357199.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 553,
"cds_start": -4,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-762A>G",
"hgvs_p": null,
"transcript": "NM_001370271.1",
"protein_id": "NP_001357200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 553,
"cds_start": -4,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-762A>G",
"hgvs_p": null,
"transcript": "NM_001370272.1",
"protein_id": "NP_001357201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 553,
"cds_start": -4,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-762A>G",
"hgvs_p": null,
"transcript": "NM_001370273.1",
"protein_id": "NP_001357202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 553,
"cds_start": -4,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-762A>G",
"hgvs_p": null,
"transcript": "NM_001370274.1",
"protein_id": "NP_001357203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 553,
"cds_start": -4,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1414-762A>G",
"hgvs_p": null,
"transcript": "NM_001370279.1",
"protein_id": "NP_001357208.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 550,
"cds_start": -4,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1448-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370280.1",
"protein_id": "NP_001357209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 539,
"cds_start": -4,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1574-10187A>G",
"hgvs_p": null,
"transcript": "NM_001370281.1",
"protein_id": "NP_001357210.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 532,
"cds_start": -4,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.*15-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370282.1",
"protein_id": "NP_001357211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 521,
"cds_start": -4,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1312-762A>G",
"hgvs_p": null,
"transcript": "NM_001370283.1",
"protein_id": "NP_001357212.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 516,
"cds_start": -4,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-9889A>G",
"hgvs_p": null,
"transcript": "NM_001204416.3",
"protein_id": "NP_001191345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 490,
"cds_start": -4,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370284.1",
"protein_id": "NP_001357213.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 490,
"cds_start": -4,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1423-10187A>G",
"hgvs_p": null,
"transcript": "NM_001204417.3",
"protein_id": "NP_001191346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": -4,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1213-762A>G",
"hgvs_p": null,
"transcript": "NM_001370286.1",
"protein_id": "NP_001357215.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 483,
"cds_start": -4,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1369-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370287.1",
"protein_id": "NP_001357216.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": -4,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6015,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1369-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370288.1",
"protein_id": "NP_001357217.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": -4,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1369-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370289.1",
"protein_id": "NP_001357218.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": -4,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1369-9889A>G",
"hgvs_p": null,
"transcript": "NM_004296.7",
"protein_id": "NP_004287.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": -4,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1369-10187A>G",
"hgvs_p": null,
"transcript": "NM_001204418.3",
"protein_id": "NP_001191347.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 467,
"cds_start": -4,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.*21-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370290.1",
"protein_id": "NP_001357219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": -4,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.*21-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370291.1",
"protein_id": "NP_001357220.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": -4,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1318-9889A>G",
"hgvs_p": null,
"transcript": "ENST00000622468.4",
"protein_id": "ENSP00000478186.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": -4,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1312-9889A>G",
"hgvs_p": null,
"transcript": "NM_001204419.3",
"protein_id": "NP_001191348.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1312-10187A>G",
"hgvs_p": null,
"transcript": "NM_001204421.3",
"protein_id": "NP_001191350.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 448,
"cds_start": -4,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1264-9889A>G",
"hgvs_p": null,
"transcript": "NM_001204423.2",
"protein_id": "NP_001191352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 437,
"cds_start": -4,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1264-9889A>G",
"hgvs_p": null,
"transcript": "ENST00000402788.6",
"protein_id": "ENSP00000383953.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 437,
"cds_start": -4,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1258-9889A>G",
"hgvs_p": null,
"transcript": "NM_001204420.3",
"protein_id": "NP_001191349.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1258-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370292.1",
"protein_id": "NP_001357221.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1258-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370293.1",
"protein_id": "NP_001357222.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 435,
"cds_start": -4,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1258-10187A>G",
"hgvs_p": null,
"transcript": "NM_001204422.3",
"protein_id": "NP_001191351.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 430,
"cds_start": -4,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1207-9889A>G",
"hgvs_p": null,
"transcript": "ENST00000343854.10",
"protein_id": "ENSP00000341199.7",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": -4,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1132-9889A>G",
"hgvs_p": null,
"transcript": "NM_001370294.1",
"protein_id": "NP_001357223.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": -4,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.55-762A>G",
"hgvs_p": null,
"transcript": "ENST00000644463.1",
"protein_id": "ENSP00000496764.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 97,
"cds_start": -4,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "n.34-9889A>G",
"hgvs_p": null,
"transcript": "ENST00000554300.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "n.1520-762A>G",
"hgvs_p": null,
"transcript": "NR_135235.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1574-9889A>G",
"hgvs_p": null,
"transcript": "XM_024449759.2",
"protein_id": "XP_024305527.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 684,
"cds_start": -4,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1574-9889A>G",
"hgvs_p": null,
"transcript": "XM_024449760.2",
"protein_id": "XP_024305528.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 684,
"cds_start": -4,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1574-9889A>G",
"hgvs_p": null,
"transcript": "XM_024449761.2",
"protein_id": "XP_024305529.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 684,
"cds_start": -4,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1463-9889A>G",
"hgvs_p": null,
"transcript": "XM_017021820.3",
"protein_id": "XP_016877309.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 647,
"cds_start": -4,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1394-9889A>G",
"hgvs_p": null,
"transcript": "XM_047431985.1",
"protein_id": "XP_047287941.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": -4,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1367-9889A>G",
"hgvs_p": null,
"transcript": "XM_024449763.2",
"protein_id": "XP_024305531.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 615,
"cds_start": -4,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1367-9889A>G",
"hgvs_p": null,
"transcript": "XM_024449764.2",
"protein_id": "XP_024305532.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 615,
"cds_start": -4,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1157-9889A>G",
"hgvs_p": null,
"transcript": "XM_011537397.2",
"protein_id": "XP_011535699.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1422+12434A>G",
"hgvs_p": null,
"transcript": "XM_017021822.3",
"protein_id": "XP_016877311.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 522,
"cds_start": -4,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1422+12434A>G",
"hgvs_p": null,
"transcript": "XM_017021825.3",
"protein_id": "XP_016877314.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 476,
"cds_start": -4,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1422+12434A>G",
"hgvs_p": null,
"transcript": "XM_017021827.3",
"protein_id": "XP_016877316.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 475,
"cds_start": -4,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.932-9889A>G",
"hgvs_p": null,
"transcript": "XM_047431988.1",
"protein_id": "XP_047287944.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"hgvs_c": "c.1312-9889A>G",
"hgvs_p": null,
"transcript": "XM_024449776.2",
"protein_id": "XP_024305544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "ENSG00000258871",
"gene_hgnc_id": null,
"hgvs_c": "n.*52T>C",
"hgvs_p": null,
"transcript": "ENST00000555303.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RGS6",
"gene_hgnc_id": 10002,
"dbsnp": "rs4903031",
"frequency_reference_population": 0.19088975,
"hom_count_reference_population": 2986,
"allele_count_reference_population": 29058,
"gnomad_exomes_af": 0.125,
"gnomad_genomes_af": 0.190911,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": 29052,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 2985,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8999999761581421,
"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.9,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.234,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000553525.6",
"gene_symbol": "RGS6",
"hgnc_id": 10002,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1423-9889A>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000555303.1",
"gene_symbol": "ENSG00000258871",
"hgnc_id": null,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*52T>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
}