← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 12-6724801-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 6724801,
      "ref": "A",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_016319.4",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "NM_001164094.2",
          "protein_id": "NP_001157566.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 322,
          "cdna_end": null,
          "cdna_length": 1831,
          "mane_select": "ENST00000543155.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001164094.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000543155.6",
          "protein_id": "ENSP00000438115.1",
          "transcript_support_level": 1,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 322,
          "cdna_end": null,
          "cdna_length": 1831,
          "mane_select": "NM_001164094.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000543155.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000229251.7",
          "protein_id": "ENSP00000229251.3",
          "transcript_support_level": 1,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 270,
          "cdna_end": null,
          "cdna_length": 1721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000229251.7"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "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": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000534947.5",
          "protein_id": "ENSP00000446039.1",
          "transcript_support_level": 1,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 515,
          "cdna_end": null,
          "cdna_length": 2034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000534947.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000956857.1",
          "protein_id": "ENSP00000626916.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 279,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 840,
          "cdna_start": 237,
          "cdna_end": null,
          "cdna_length": 1749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956857.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "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": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "NM_001164093.2",
          "protein_id": "NP_001157565.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 515,
          "cdna_end": null,
          "cdna_length": 2024,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001164093.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "NM_001164095.3",
          "protein_id": "NP_001157567.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 393,
          "cdna_end": null,
          "cdna_length": 1902,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001164095.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "NM_016319.4",
          "protein_id": "NP_057403.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 295,
          "cdna_end": null,
          "cdna_length": 1804,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_016319.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000534877.5",
          "protein_id": "ENSP00000438363.1",
          "transcript_support_level": 5,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 221,
          "cdna_end": null,
          "cdna_length": 1707,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000534877.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000539735.5",
          "protein_id": "ENSP00000441852.1",
          "transcript_support_level": 5,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 360,
          "cdna_end": null,
          "cdna_length": 1832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000539735.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889562.1",
          "protein_id": "ENSP00000559621.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 360,
          "cdna_end": null,
          "cdna_length": 1861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889562.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889563.1",
          "protein_id": "ENSP00000559622.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 312,
          "cdna_end": null,
          "cdna_length": 1820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889563.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889564.1",
          "protein_id": "ENSP00000559623.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 319,
          "cdna_end": null,
          "cdna_length": 1834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889564.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889565.1",
          "protein_id": "ENSP00000559624.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 298,
          "cdna_end": null,
          "cdna_length": 1817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889565.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889567.1",
          "protein_id": "ENSP00000559626.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 308,
          "cdna_end": null,
          "cdna_length": 1817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889567.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889568.1",
          "protein_id": "ENSP00000559627.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 309,
          "cdna_end": null,
          "cdna_length": 1827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889568.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889570.1",
          "protein_id": "ENSP00000559629.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 334,
          "cdna_end": null,
          "cdna_length": 1833,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889570.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889573.1",
          "protein_id": "ENSP00000559632.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 331,
          "cdna_end": null,
          "cdna_length": 1393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889573.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000928877.1",
          "protein_id": "ENSP00000598936.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 284,
          "cdna_end": null,
          "cdna_length": 1785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928877.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000928879.1",
          "protein_id": "ENSP00000598938.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 403,
          "cdna_end": null,
          "cdna_length": 1904,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928879.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000928883.1",
          "protein_id": "ENSP00000598942.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 270,
          "cdna_end": null,
          "cdna_length": 1771,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928883.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000956858.1",
          "protein_id": "ENSP00000626917.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 278,
          "cdna_end": null,
          "cdna_length": 1795,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956858.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000928876.1",
          "protein_id": "ENSP00000598935.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 273,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 822,
          "cdna_start": 322,
          "cdna_end": null,
          "cdna_length": 1825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928876.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889572.1",
          "protein_id": "ENSP00000559631.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 265,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 798,
          "cdna_start": 265,
          "cdna_end": null,
          "cdna_length": 1297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889572.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "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": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000928882.1",
          "protein_id": "ENSP00000598941.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 265,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 798,
          "cdna_start": 518,
          "cdna_end": null,
          "cdna_length": 1989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928882.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000538410.5",
          "protein_id": "ENSP00000439547.1",
          "transcript_support_level": 3,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 262,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 789,
          "cdna_start": 286,
          "cdna_end": null,
          "cdna_length": 1610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000538410.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889557.1",
          "protein_id": "ENSP00000559616.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 1786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889557.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889558.1",
          "protein_id": "ENSP00000559617.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 346,
          "cdna_end": null,
          "cdna_length": 1807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889558.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889561.1",
          "protein_id": "ENSP00000559620.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 339,
          "cdna_end": null,
          "cdna_length": 1802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889561.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "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": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889566.1",
          "protein_id": "ENSP00000559625.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 542,
          "cdna_end": null,
          "cdna_length": 1997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889566.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889569.1",
          "protein_id": "ENSP00000559628.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 1784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889569.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000956859.1",
          "protein_id": "ENSP00000626918.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 240,
          "cdna_end": null,
          "cdna_length": 1700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956859.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000956860.1",
          "protein_id": "ENSP00000626919.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 288,
          "cdna_end": null,
          "cdna_length": 1744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956860.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889559.1",
          "protein_id": "ENSP00000559618.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 237,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 714,
          "cdna_start": 327,
          "cdna_end": null,
          "cdna_length": 1714,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889559.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889560.1",
          "protein_id": "ENSP00000559619.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 237,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 714,
          "cdna_start": 322,
          "cdna_end": null,
          "cdna_length": 1714,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889560.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "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": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000889571.1",
          "protein_id": "ENSP00000559630.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 237,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 714,
          "cdna_start": 513,
          "cdna_end": null,
          "cdna_length": 1899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000889571.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000928878.1",
          "protein_id": "ENSP00000598937.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 237,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 714,
          "cdna_start": 309,
          "cdna_end": null,
          "cdna_length": 1695,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928878.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000538753.5",
          "protein_id": "ENSP00000440683.1",
          "transcript_support_level": 3,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 638,
          "cdna_start": 261,
          "cdna_end": null,
          "cdna_length": 754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000538753.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000541866.5",
          "protein_id": "ENSP00000442613.1",
          "transcript_support_level": 3,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 577,
          "cdna_start": 508,
          "cdna_end": null,
          "cdna_length": 940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000541866.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000928880.1",
          "protein_id": "ENSP00000598939.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 276,
          "cdna_end": null,
          "cdna_length": 1519,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928880.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000956856.1",
          "protein_id": "ENSP00000626915.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 256,
          "cdna_end": null,
          "cdna_length": 1502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956856.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "ENST00000544725.5",
          "protein_id": "ENSP00000439949.1",
          "transcript_support_level": 5,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 124,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 376,
          "cdna_start": 271,
          "cdna_end": null,
          "cdna_length": 502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000544725.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu",
          "transcript": "XM_005253694.3",
          "protein_id": "XP_005253751.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 280,
          "cdna_end": null,
          "cdna_length": 1789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005253694.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": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.99+46A>C",
          "hgvs_p": null,
          "transcript": "ENST00000928881.1",
          "protein_id": "ENSP00000598940.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1965,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928881.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": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "c.99+46A>C",
          "hgvs_p": null,
          "transcript": "ENST00000956855.1",
          "protein_id": "ENSP00000626914.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956855.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "n.145A>C",
          "hgvs_p": null,
          "transcript": "ENST00000455113.6",
          "protein_id": "ENSP00000387787.2",
          "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": 1718,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000455113.6"
        },
        {
          "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": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "n.145A>C",
          "hgvs_p": null,
          "transcript": "ENST00000536872.5",
          "protein_id": "ENSP00000473363.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": 871,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000536872.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "n.145A>C",
          "hgvs_p": null,
          "transcript": "ENST00000537022.5",
          "protein_id": "ENSP00000444807.1",
          "transcript_support_level": 4,
          "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": 534,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000537022.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "n.145A>C",
          "hgvs_p": null,
          "transcript": "ENST00000538375.5",
          "protein_id": "ENSP00000438352.1",
          "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": 898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000538375.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "n.145A>C",
          "hgvs_p": null,
          "transcript": "ENST00000540408.5",
          "protein_id": "ENSP00000438571.1",
          "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": 569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000540408.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "n.145A>C",
          "hgvs_p": null,
          "transcript": "ENST00000543170.5",
          "protein_id": "ENSP00000443628.1",
          "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": 552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000543170.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "n.145A>C",
          "hgvs_p": null,
          "transcript": "ENST00000543537.5",
          "protein_id": "ENSP00000439158.2",
          "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": 802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000543537.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "n.145A>C",
          "hgvs_p": null,
          "transcript": "ENST00000543939.5",
          "protein_id": "ENSP00000440020.1",
          "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": 1728,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000543939.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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "n.145A>C",
          "hgvs_p": null,
          "transcript": "ENST00000544316.1",
          "protein_id": "ENSP00000445300.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": 538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000544316.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "n.145A>C",
          "hgvs_p": null,
          "transcript": "ENST00000546229.5",
          "protein_id": "ENSP00000440972.1",
          "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": 744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000546229.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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "COPS7A",
          "gene_hgnc_id": 16758,
          "hgvs_c": "n.107+649A>C",
          "hgvs_p": null,
          "transcript": "ENST00000542150.5",
          "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": 658,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000542150.5"
        }
      ],
      "gene_symbol": "COPS7A",
      "gene_hgnc_id": 16758,
      "dbsnp": "rs148833801",
      "frequency_reference_population": 6.8405257e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84053e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.11315998435020447,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.132,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2021,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.32,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.086,
      "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": 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_016319.4",
          "gene_symbol": "COPS7A",
          "hgnc_id": 16758,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.145A>C",
          "hgvs_p": "p.Met49Leu"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "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.