← 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: 19-8445039-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=8445039&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 8445039,
      "ref": "C",
      "alt": "T",
      "effect": "5_prime_UTR_premature_start_codon_gain_variant",
      "transcript": "NM_001297418.2",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "NM_005968.5",
          "protein_id": "NP_005959.2",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000325495.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_005968.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000325495.9",
          "protein_id": "ENSP00000325376.2",
          "transcript_support_level": 1,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_005968.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000325495.9"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000348943.7",
          "protein_id": "ENSP00000325732.2",
          "transcript_support_level": 1,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000348943.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.-267C>T",
          "hgvs_p": null,
          "transcript": "NM_001297418.2",
          "protein_id": "NP_001284347.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 595,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1788,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001297418.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000940928.1",
          "protein_id": "ENSP00000610987.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000940928.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000903831.1",
          "protein_id": "ENSP00000573890.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000903831.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "NM_031203.4",
          "protein_id": "NP_112480.2",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_031203.4"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000903832.1",
          "protein_id": "ENSP00000573891.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 653,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 1962,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000903832.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000938811.1",
          "protein_id": "ENSP00000608870.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938811.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000938810.1",
          "protein_id": "ENSP00000608869.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 477,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 1434,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938810.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000938809.1",
          "protein_id": "ENSP00000608868.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938809.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000594907.5",
          "protein_id": "ENSP00000472789.1",
          "transcript_support_level": 5,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 356,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 1071,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000594907.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000600092.5",
          "protein_id": "ENSP00000470932.1",
          "transcript_support_level": 2,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 351,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 1058,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000600092.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000601645.5",
          "protein_id": "ENSP00000471339.1",
          "transcript_support_level": 3,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 827,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000601645.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000596984.5",
          "protein_id": "ENSP00000470017.1",
          "transcript_support_level": 5,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 218,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 658,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000596984.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "ENST00000938808.1",
          "protein_id": "ENSP00000608867.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 148,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 447,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938808.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "XM_005272478.4",
          "protein_id": "XP_005272535.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005272478.4"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "XM_005272479.3",
          "protein_id": "XP_005272536.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005272479.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "XM_017026823.2",
          "protein_id": "XP_016882312.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 697,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 2094,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017026823.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "XM_005272480.3",
          "protein_id": "XP_005272537.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005272480.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "XM_017026824.2",
          "protein_id": "XP_016882313.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 673,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 2022,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017026824.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.41C>T",
          "hgvs_p": "p.Thr14Met",
          "transcript": "XM_017026825.2",
          "protein_id": "XP_016882314.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 658,
          "cds_start": 41,
          "cds_end": null,
          "cds_length": 1977,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017026825.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "c.-267C>T",
          "hgvs_p": null,
          "transcript": "NM_001297418.2",
          "protein_id": "NP_001284347.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 595,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1788,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001297418.2"
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "n.120C>T",
          "hgvs_p": null,
          "transcript": "ENST00000597813.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000597813.5"
        },
        {
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPM",
          "gene_hgnc_id": 5046,
          "hgvs_c": "n.41C>T",
          "hgvs_p": null,
          "transcript": "ENST00000600806.5",
          "protein_id": "ENSP00000471530.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000600806.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000279827",
          "gene_hgnc_id": null,
          "hgvs_c": "n.559G>A",
          "hgvs_p": null,
          "transcript": "ENST00000623944.1",
          "protein_id": null,
          "transcript_support_level": 6,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "TEC",
          "feature": "ENST00000623944.1"
        }
      ],
      "gene_symbol": "HNRNPM",
      "gene_hgnc_id": 5046,
      "dbsnp": "rs755869344",
      "frequency_reference_population": 0.00000560363,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 8,
      "gnomad_exomes_af": 7.84025e-7,
      "gnomad_genomes_af": 0.0000459994,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.156867116689682,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.111,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1526,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.36,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.06,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001297418.2",
          "gene_symbol": "HNRNPM",
          "hgnc_id": 5046,
          "effects": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.-267C>T",
          "hgvs_p": null
        },
        {
          "score": -2,
          "benign_score": 2,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000623944.1",
          "gene_symbol": "ENSG00000279827",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.559G>A",
          "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
}