← 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: 1-25306719-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=25306719&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 5,
          "criteria": [
            "BP4_Strong",
            "BS2_Supporting"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "RHD",
          "hgnc_id": 10009,
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -5,
          "transcript": "NM_001282871.2",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 5,
          "criteria": [
            "BP4_Strong",
            "BS2_Supporting"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "RSRP1",
          "hgnc_id": 25234,
          "hgvs_c": "c.-67+30321C>T",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -5,
          "transcript": "NM_001321772.2",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong,BS2_Supporting",
      "acmg_score": -5,
      "allele_count_reference_population": 971,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0897,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.69,
      "chr": "1",
      "clinvar_classification": "risk factor",
      "clinvar_disease": "Anti-D isoimmunization affecting pregnancy,Hemolytic disease of fetus OR newborn due to RhD isoimmunization",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.011280596256256104,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2814,
          "cdna_start": 1102,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_016124.6",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000328664.9",
          "protein_coding": true,
          "protein_id": "NP_057208.3",
          "strand": true,
          "transcript": "NM_016124.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2814,
          "cdna_start": 1102,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000328664.9",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_016124.6",
          "protein_coding": true,
          "protein_id": "ENSP00000331871.4",
          "strand": true,
          "transcript": "ENST00000328664.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1557,
          "cdna_start": 1063,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000342055.9",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000339577.5",
          "strand": true,
          "transcript": "ENST00000342055.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 463,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1467,
          "cdna_start": 1063,
          "cds_end": null,
          "cds_length": 1392,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000568195.5",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000456966.1",
          "strand": true,
          "transcript": "ENST00000568195.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 431,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1637,
          "cdna_start": 1063,
          "cds_end": null,
          "cds_length": 1296,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000423810.6",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000399640.2",
          "strand": true,
          "transcript": "ENST00000423810.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1387,
          "cdna_start": 1063,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000357542.8",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000350150.4",
          "strand": true,
          "transcript": "ENST00000357542.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 378,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1333,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1137,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000417538.6",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.939+3260G>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000396420.2",
          "strand": true,
          "transcript": "ENST00000417538.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 321,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1303,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 966,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000454452.6",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.939+3260G>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000413849.2",
          "strand": true,
          "transcript": "ENST00000454452.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1441,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000564398.5",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "n.1218G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000564398.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2830,
          "cdna_start": 1102,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001282871.2",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001269800.1",
          "strand": true,
          "transcript": "NM_001282871.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 463,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2763,
          "cdna_start": 1125,
          "cds_end": null,
          "cds_length": 1392,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001282870.1",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001269799.1",
          "strand": true,
          "transcript": "NM_001282870.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 431,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2933,
          "cdna_start": 1125,
          "cds_end": null,
          "cds_length": 1296,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001282872.1",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001269801.1",
          "strand": true,
          "transcript": "NM_001282872.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 431,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3007,
          "cdna_start": 1125,
          "cds_end": null,
          "cds_length": 1296,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000622561.4",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000478087.1",
          "strand": true,
          "transcript": "ENST00000622561.4",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2660,
          "cdna_start": 1102,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001282869.2",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001269798.1",
          "strand": true,
          "transcript": "NM_001282869.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 251,
          "aa_ref": "G",
          "aa_start": 189,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2833,
          "cdna_start": 1121,
          "cds_end": null,
          "cds_length": 756,
          "cds_start": 565,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001282867.1",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.565G>A",
          "hgvs_p": "p.Gly189Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001269796.1",
          "strand": true,
          "transcript": "NM_001282867.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 425,
          "aa_ref": "G",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2044,
          "cdna_start": 1125,
          "cds_end": null,
          "cds_length": 1278,
          "cds_start": 1063,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_017002015.2",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.1063G>A",
          "hgvs_p": "p.Gly355Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857504.1",
          "strand": true,
          "transcript": "XM_017002015.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 378,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2629,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1137,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001282868.1",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.939+3260G>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001269797.1",
          "strand": true,
          "transcript": "NM_001282868.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 345,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1466,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1038,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000648012.1",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.939+3260G>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000498055.1",
          "strand": true,
          "transcript": "ENST00000648012.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 321,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2526,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 966,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001127691.3",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "c.939+3260G>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001121163.1",
          "strand": true,
          "transcript": "NM_001127691.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 290,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2494,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 873,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001321772.2",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "c.-67+30321C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308701.1",
          "strand": false,
          "transcript": "NM_001321772.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 290,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2484,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 873,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000879800.1",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "c.-67+30321C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549859.1",
          "strand": false,
          "transcript": "ENST00000879800.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 95,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 477,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 288,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000561867.1",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "c.-67+31259C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000456995.1",
          "strand": false,
          "transcript": "ENST00000561867.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 88,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 480,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 269,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000568996.1",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "c.-67+31350C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000458042.1",
          "strand": false,
          "transcript": "ENST00000568996.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3690,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NR_135791.1",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "n.1446C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_135791.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 951,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000423253.1",
          "gene_hgnc_id": 10009,
          "gene_symbol": "RHD",
          "hgvs_c": "n.939+3260G>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000423253.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3034,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000473314.6",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "n.-67+30321C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000457582.1",
          "strand": false,
          "transcript": "ENST00000473314.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 565,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000562018.1",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "n.426+177C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000562018.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 597,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000567741.1",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "n.572-1898C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000567741.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 629,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000568399.1",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "n.195-1898C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000568399.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3130,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_135787.2",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "n.1215+30321C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_135787.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3072,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_135788.2",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "n.277+31259C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_135788.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4010,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_135789.2",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "n.1215+30321C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_135789.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3511,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_135790.1",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "n.1425-1898C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_135790.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3302,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_135792.1",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "n.1216-1898C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_135792.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3356,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_135793.1",
          "gene_hgnc_id": 25234,
          "gene_symbol": "RSRP1",
          "hgvs_c": "n.1269+177C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_135793.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs146093871",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00070491043,
      "gene_hgnc_id": 10009,
      "gene_symbol": "RHD",
      "gnomad_exomes_ac": 899,
      "gnomad_exomes_af": 0.000721228,
      "gnomad_exomes_homalt": 261,
      "gnomad_genomes_ac": 72,
      "gnomad_genomes_af": 0.000549643,
      "gnomad_genomes_homalt": 24,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 285,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "risk factor",
      "phenotype_combined": "Hemolytic disease of fetus OR newborn due to RhD isoimmunization|Anti-D isoimmunization affecting pregnancy",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.998,
      "pos": 25306719,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.03,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001282871.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.