← 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: 8-98033053-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 98033053,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_002380.5",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2593G>C",
          "hgvs_p": "p.Val865Leu",
          "transcript": "NM_002380.5",
          "protein_id": "NP_002371.3",
          "transcript_support_level": null,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 2593,
          "cds_end": null,
          "cds_length": 2871,
          "cdna_start": 2843,
          "cdna_end": null,
          "cdna_length": 4133,
          "mane_select": "ENST00000254898.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002380.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2593G>C",
          "hgvs_p": "p.Val865Leu",
          "transcript": "ENST00000254898.7",
          "protein_id": "ENSP00000254898.6",
          "transcript_support_level": 1,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 2593,
          "cds_end": null,
          "cds_length": 2871,
          "cdna_start": 2843,
          "cdna_end": null,
          "cdna_length": 4133,
          "mane_select": "NM_002380.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000254898.7"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2593G>C",
          "hgvs_p": "p.Val865Leu",
          "transcript": "ENST00000520016.5",
          "protein_id": "ENSP00000430487.1",
          "transcript_support_level": 1,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 2593,
          "cds_end": null,
          "cds_length": 2871,
          "cdna_start": 2717,
          "cdna_end": null,
          "cdna_length": 3495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000520016.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2470G>C",
          "hgvs_p": "p.Val824Leu",
          "transcript": "ENST00000524308.5",
          "protein_id": "ENSP00000430221.1",
          "transcript_support_level": 1,
          "aa_start": 824,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2470,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2673,
          "cdna_end": null,
          "cdna_length": 3449,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000524308.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.1741G>C",
          "hgvs_p": "p.Val581Leu",
          "transcript": "ENST00000522025.6",
          "protein_id": "ENSP00000429010.1",
          "transcript_support_level": 5,
          "aa_start": 581,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 1741,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": 1951,
          "cdna_end": null,
          "cdna_length": 2731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000522025.6"
        },
        {
          "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": 19,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2582-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000521689.5",
          "protein_id": "ENSP00000429977.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000521689.5"
        },
        {
          "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": 16,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.1928-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000518154.5",
          "protein_id": "ENSP00000429622.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2663,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000518154.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "n.*261G>C",
          "hgvs_p": null,
          "transcript": "ENST00000521952.5",
          "protein_id": "ENSP00000429256.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": 997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000521952.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "n.*261G>C",
          "hgvs_p": null,
          "transcript": "ENST00000521952.5",
          "protein_id": "ENSP00000429256.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": 997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000521952.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "RPL30",
          "gene_hgnc_id": 10333,
          "hgvs_c": "n.241-7315C>G",
          "hgvs_p": null,
          "transcript": "ENST00000518164.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000518164.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2857G>C",
          "hgvs_p": "p.Val953Leu",
          "transcript": "ENST00000945057.1",
          "protein_id": "ENSP00000615116.1",
          "transcript_support_level": null,
          "aa_start": 953,
          "aa_end": null,
          "aa_length": 1044,
          "cds_start": 2857,
          "cds_end": null,
          "cds_length": 3135,
          "cdna_start": 3062,
          "cdna_end": null,
          "cdna_length": 3846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945057.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2593G>C",
          "hgvs_p": "p.Val865Leu",
          "transcript": "ENST00000945056.1",
          "protein_id": "ENSP00000615115.1",
          "transcript_support_level": null,
          "aa_start": 865,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": 2593,
          "cds_end": null,
          "cds_length": 2871,
          "cdna_start": 3166,
          "cdna_end": null,
          "cdna_length": 3942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945056.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2521G>C",
          "hgvs_p": "p.Val841Leu",
          "transcript": "ENST00000896679.1",
          "protein_id": "ENSP00000566738.1",
          "transcript_support_level": null,
          "aa_start": 841,
          "aa_end": null,
          "aa_length": 932,
          "cds_start": 2521,
          "cds_end": null,
          "cds_length": 2799,
          "cdna_start": 2765,
          "cdna_end": null,
          "cdna_length": 3550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000896679.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2470G>C",
          "hgvs_p": "p.Val824Leu",
          "transcript": "NM_001317748.2",
          "protein_id": "NP_001304677.1",
          "transcript_support_level": null,
          "aa_start": 824,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2470,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2720,
          "cdna_end": null,
          "cdna_length": 4010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001317748.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2470G>C",
          "hgvs_p": "p.Val824Leu",
          "transcript": "ENST00000896680.1",
          "protein_id": "ENSP00000566739.1",
          "transcript_support_level": null,
          "aa_start": 824,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2470,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2719,
          "cdna_end": null,
          "cdna_length": 3496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000896680.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2470G>C",
          "hgvs_p": "p.Val824Leu",
          "transcript": "ENST00000896684.1",
          "protein_id": "ENSP00000566743.1",
          "transcript_support_level": null,
          "aa_start": 824,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2470,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2681,
          "cdna_end": null,
          "cdna_length": 3466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000896684.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2470G>C",
          "hgvs_p": "p.Val824Leu",
          "transcript": "ENST00000945051.1",
          "protein_id": "ENSP00000615110.1",
          "transcript_support_level": null,
          "aa_start": 824,
          "aa_end": null,
          "aa_length": 915,
          "cds_start": 2470,
          "cds_end": null,
          "cds_length": 2748,
          "cdna_start": 2699,
          "cdna_end": null,
          "cdna_length": 3479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945051.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2398G>C",
          "hgvs_p": "p.Val800Leu",
          "transcript": "ENST00000945059.1",
          "protein_id": "ENSP00000615118.1",
          "transcript_support_level": null,
          "aa_start": 800,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 2398,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": 2596,
          "cdna_end": null,
          "cdna_length": 3372,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945059.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2347G>C",
          "hgvs_p": "p.Val783Leu",
          "transcript": "ENST00000945055.1",
          "protein_id": "ENSP00000615114.1",
          "transcript_support_level": null,
          "aa_start": 783,
          "aa_end": null,
          "aa_length": 874,
          "cds_start": 2347,
          "cds_end": null,
          "cds_length": 2625,
          "cdna_start": 2567,
          "cdna_end": null,
          "cdna_length": 3345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945055.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2347G>C",
          "hgvs_p": "p.Val783Leu",
          "transcript": "ENST00000945060.1",
          "protein_id": "ENSP00000615119.1",
          "transcript_support_level": null,
          "aa_start": 783,
          "aa_end": null,
          "aa_length": 874,
          "cds_start": 2347,
          "cds_end": null,
          "cds_length": 2625,
          "cdna_start": 2522,
          "cdna_end": null,
          "cdna_length": 3298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945060.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2179G>C",
          "hgvs_p": "p.Val727Leu",
          "transcript": "ENST00000896677.1",
          "protein_id": "ENSP00000566736.1",
          "transcript_support_level": null,
          "aa_start": 727,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": 2179,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": 2472,
          "cdna_end": null,
          "cdna_length": 3257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000896677.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2107G>C",
          "hgvs_p": "p.Val703Leu",
          "transcript": "ENST00000945058.1",
          "protein_id": "ENSP00000615117.1",
          "transcript_support_level": null,
          "aa_start": 703,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": 2107,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": 2305,
          "cdna_end": null,
          "cdna_length": 3083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945058.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2056G>C",
          "hgvs_p": "p.Val686Leu",
          "transcript": "ENST00000945054.1",
          "protein_id": "ENSP00000615113.1",
          "transcript_support_level": null,
          "aa_start": 686,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 2056,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": 2278,
          "cdna_end": null,
          "cdna_length": 3058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945054.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.1978G>C",
          "hgvs_p": "p.Val660Leu",
          "transcript": "ENST00000945052.1",
          "protein_id": "ENSP00000615111.1",
          "transcript_support_level": null,
          "aa_start": 660,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": 1978,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": 2207,
          "cdna_end": null,
          "cdna_length": 2983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945052.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.1810G>C",
          "hgvs_p": "p.Val604Leu",
          "transcript": "ENST00000945050.1",
          "protein_id": "ENSP00000615109.1",
          "transcript_support_level": null,
          "aa_start": 604,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 1810,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": 2044,
          "cdna_end": null,
          "cdna_length": 2820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945050.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.1564G>C",
          "hgvs_p": "p.Val522Leu",
          "transcript": "ENST00000945053.1",
          "protein_id": "ENSP00000615112.1",
          "transcript_support_level": null,
          "aa_start": 522,
          "aa_end": null,
          "aa_length": 613,
          "cds_start": 1564,
          "cds_end": null,
          "cds_length": 1842,
          "cdna_start": 1775,
          "cdna_end": null,
          "cdna_length": 2568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945053.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.79G>C",
          "hgvs_p": "p.Val27Leu",
          "transcript": "ENST00000522135.5",
          "protein_id": "ENSP00000429354.1",
          "transcript_support_level": 2,
          "aa_start": 27,
          "aa_end": null,
          "aa_length": 130,
          "cds_start": 79,
          "cds_end": null,
          "cds_length": 393,
          "cdna_start": 81,
          "cdna_end": null,
          "cdna_length": 416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000522135.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2179G>C",
          "hgvs_p": "p.Val727Leu",
          "transcript": "XM_005250920.3",
          "protein_id": "XP_005250977.1",
          "transcript_support_level": null,
          "aa_start": 727,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": 2179,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": 2429,
          "cdna_end": null,
          "cdna_length": 3719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005250920.3"
        },
        {
          "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": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2846-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000945049.1",
          "protein_id": "ENSP00000615108.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945049.1"
        },
        {
          "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": 16,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2672-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000896681.1",
          "protein_id": "ENSP00000566740.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 967,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2904,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000896681.1"
        },
        {
          "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": 16,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2582-46G>C",
          "hgvs_p": null,
          "transcript": "NM_030583.4",
          "protein_id": "NP_085072.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_030583.4"
        },
        {
          "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": 15,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2510-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000896683.1",
          "protein_id": "ENSP00000566742.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000896683.1"
        },
        {
          "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": 15,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2459-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000896676.1",
          "protein_id": "ENSP00000566735.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 896,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2691,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3953,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000896676.1"
        },
        {
          "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": 15,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2459-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000896682.1",
          "protein_id": "ENSP00000566741.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 896,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2691,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000896682.1"
        },
        {
          "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": 15,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2168-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000896678.1",
          "protein_id": "ENSP00000566737.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3184,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000896678.1"
        },
        {
          "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": 14,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2096-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000921302.1",
          "protein_id": "ENSP00000591361.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 775,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921302.1"
        },
        {
          "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": 15,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.2012-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000896685.1",
          "protein_id": "ENSP00000566744.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000896685.1"
        },
        {
          "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": 13,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.1553-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000896675.1",
          "protein_id": "ENSP00000566734.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 594,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1785,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000896675.1"
        },
        {
          "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": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "c.347-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000519582.5",
          "protein_id": "ENSP00000430358.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 175,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 528,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000519582.5"
        },
        {
          "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": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MATN2",
          "gene_hgnc_id": 6908,
          "hgvs_c": "n.877-46G>C",
          "hgvs_p": null,
          "transcript": "ENST00000523561.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1555,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000523561.1"
        }
      ],
      "gene_symbol": "MATN2",
      "gene_hgnc_id": 6908,
      "dbsnp": "rs772097725",
      "frequency_reference_population": 0.0000013751186,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000137512,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.10763964056968689,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.03999999910593033,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.153,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0998,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.3,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.563,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.04,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_002380.5",
          "gene_symbol": "MATN2",
          "hgnc_id": 6908,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2593G>C",
          "hgvs_p": "p.Val865Leu"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000518164.5",
          "gene_symbol": "RPL30",
          "hgnc_id": 10333,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "n.241-7315C>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.