← 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: 4-82842199-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 82842199,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001400154.1",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001077207.4",
          "protein_id": "NP_001070675.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 2979,
          "cdna_end": null,
          "cdna_length": 4298,
          "mane_select": "ENST00000395310.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001077207.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000395310.7",
          "protein_id": "ENSP00000378721.2",
          "transcript_support_level": 1,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 2979,
          "cdna_end": null,
          "cdna_length": 4298,
          "mane_select": "NM_001077207.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000395310.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000508502.5",
          "protein_id": "ENSP00000424635.1",
          "transcript_support_level": 1,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1205,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3618,
          "cdna_start": 3029,
          "cdna_end": null,
          "cdna_length": 3801,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000508502.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000348405.8",
          "protein_id": "ENSP00000337602.5",
          "transcript_support_level": 1,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": 2845,
          "cdna_end": null,
          "cdna_length": 4012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000348405.8"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000505984.5",
          "protein_id": "ENSP00000424451.1",
          "transcript_support_level": 1,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": 2857,
          "cdna_end": null,
          "cdna_length": 3596,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000505984.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.356C>A",
          "hgvs_p": "p.Pro119His",
          "transcript": "ENST00000503937.5",
          "protein_id": "ENSP00000422371.1",
          "transcript_support_level": 1,
          "aa_start": 119,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 356,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": 358,
          "cdna_end": null,
          "cdna_length": 1564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000503937.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000311785.11",
          "protein_id": "ENSP00000309070.7",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000311785.11"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2509+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000513858.5",
          "protein_id": "ENSP00000426886.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3687,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000513858.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.3002C>A",
          "hgvs_p": "p.Pro1001His",
          "transcript": "NM_001400154.1",
          "protein_id": "NP_001387083.1",
          "transcript_support_level": null,
          "aa_start": 1001,
          "aa_end": null,
          "aa_length": 1251,
          "cds_start": 3002,
          "cds_end": null,
          "cds_length": 3756,
          "cdna_start": 3072,
          "cdna_end": null,
          "cdna_length": 4239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400154.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.3002C>A",
          "hgvs_p": "p.Pro1001His",
          "transcript": "NM_001400155.1",
          "protein_id": "NP_001387084.1",
          "transcript_support_level": null,
          "aa_start": 1001,
          "aa_end": null,
          "aa_length": 1251,
          "cds_start": 3002,
          "cds_end": null,
          "cds_length": 3756,
          "cdna_start": 3069,
          "cdna_end": null,
          "cdna_length": 4236,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400155.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.3002C>A",
          "hgvs_p": "p.Pro1001His",
          "transcript": "ENST00000505472.5",
          "protein_id": "ENSP00000421633.1",
          "transcript_support_level": 5,
          "aa_start": 1001,
          "aa_end": null,
          "aa_length": 1251,
          "cds_start": 3002,
          "cds_end": null,
          "cds_length": 3756,
          "cdna_start": 3003,
          "cdna_end": null,
          "cdna_length": 4159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000505472.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.3002C>A",
          "hgvs_p": "p.Pro1001His",
          "transcript": "NM_001400156.1",
          "protein_id": "NP_001387085.1",
          "transcript_support_level": null,
          "aa_start": 1001,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": 3002,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": 3072,
          "cdna_end": null,
          "cdna_length": 4194,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400156.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.3002C>A",
          "hgvs_p": "p.Pro1001His",
          "transcript": "ENST00000854381.1",
          "protein_id": "ENSP00000524440.1",
          "transcript_support_level": null,
          "aa_start": 1001,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": 3002,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": 3072,
          "cdna_end": null,
          "cdna_length": 4341,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854381.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.3002C>A",
          "hgvs_p": "p.Pro1001His",
          "transcript": "ENST00000951360.1",
          "protein_id": "ENSP00000621419.1",
          "transcript_support_level": null,
          "aa_start": 1001,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": 3002,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": 3110,
          "cdna_end": null,
          "cdna_length": 4232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951360.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001400157.1",
          "protein_id": "NP_001387086.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1233,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3702,
          "cdna_start": 2976,
          "cdna_end": null,
          "cdna_length": 4182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400157.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001400158.1",
          "protein_id": "NP_001387087.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1233,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3702,
          "cdna_start": 3228,
          "cdna_end": null,
          "cdna_length": 4434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400158.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001400159.1",
          "protein_id": "NP_001387088.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1233,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3702,
          "cdna_start": 2979,
          "cdna_end": null,
          "cdna_length": 4185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400159.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2924C>A",
          "hgvs_p": "p.Pro975His",
          "transcript": "NM_001400160.1",
          "protein_id": "NP_001387089.1",
          "transcript_support_level": null,
          "aa_start": 975,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": 2924,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": 3243,
          "cdna_end": null,
          "cdna_length": 4410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400160.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2885C>A",
          "hgvs_p": "p.Pro962His",
          "transcript": "NM_001400161.1",
          "protein_id": "NP_001387090.1",
          "transcript_support_level": null,
          "aa_start": 962,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": 2885,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": 2955,
          "cdna_end": null,
          "cdna_length": 4161,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400161.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2963C>A",
          "hgvs_p": "p.Pro988His",
          "transcript": "NM_001400162.1",
          "protein_id": "NP_001387091.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1223,
          "cds_start": 2963,
          "cds_end": null,
          "cds_length": 3672,
          "cdna_start": 3033,
          "cdna_end": null,
          "cdna_length": 4155,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400162.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001318120.2",
          "protein_id": "NP_001305049.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 3318,
          "cdna_end": null,
          "cdna_length": 4637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001318120.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001400164.1",
          "protein_id": "NP_001387093.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 2976,
          "cdna_end": null,
          "cdna_length": 4143,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400164.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2870C>A",
          "hgvs_p": "p.Pro957His",
          "transcript": "NM_001400165.1",
          "protein_id": "NP_001387094.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2870,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 2940,
          "cdna_end": null,
          "cdna_length": 4146,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400165.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001400166.1",
          "protein_id": "NP_001387095.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 3228,
          "cdna_end": null,
          "cdna_length": 4395,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400166.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000355196.6",
          "protein_id": "ENSP00000347329.2",
          "transcript_support_level": 2,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 3287,
          "cdna_end": null,
          "cdna_length": 4104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355196.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000448323.5",
          "protein_id": "ENSP00000400926.1",
          "transcript_support_level": 5,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 3089,
          "cdna_end": null,
          "cdna_length": 4255,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000448323.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000854405.1",
          "protein_id": "ENSP00000524464.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 3225,
          "cdna_end": null,
          "cdna_length": 4390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854405.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000854408.1",
          "protein_id": "ENSP00000524467.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 3214,
          "cdna_end": null,
          "cdna_length": 4323,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854408.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000951366.1",
          "protein_id": "ENSP00000621425.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": 3078,
          "cdna_end": null,
          "cdna_length": 4244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951366.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000854391.1",
          "protein_id": "ENSP00000524450.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1218,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3657,
          "cdna_start": 3018,
          "cdna_end": null,
          "cdna_length": 4179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854391.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000854394.1",
          "protein_id": "ENSP00000524453.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1218,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3657,
          "cdna_start": 3015,
          "cdna_end": null,
          "cdna_length": 4176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854394.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2894C>A",
          "hgvs_p": "p.Pro965His",
          "transcript": "NM_001400214.1",
          "protein_id": "NP_001387143.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 2894,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 2998,
          "cdna_end": null,
          "cdna_length": 4165,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400214.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2933C>A",
          "hgvs_p": "p.Pro978His",
          "transcript": "ENST00000854410.1",
          "protein_id": "ENSP00000524469.1",
          "transcript_support_level": null,
          "aa_start": 978,
          "aa_end": null,
          "aa_length": 1213,
          "cds_start": 2933,
          "cds_end": null,
          "cds_length": 3642,
          "cdna_start": 3074,
          "cdna_end": null,
          "cdna_length": 3846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854410.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2885C>A",
          "hgvs_p": "p.Pro962His",
          "transcript": "NM_001400167.1",
          "protein_id": "NP_001387096.1",
          "transcript_support_level": null,
          "aa_start": 962,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": 2885,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": 2955,
          "cdna_end": null,
          "cdna_length": 4122,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400167.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2885C>A",
          "hgvs_p": "p.Pro962His",
          "transcript": "NM_001400168.1",
          "protein_id": "NP_001387097.1",
          "transcript_support_level": null,
          "aa_start": 962,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": 2885,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": 2952,
          "cdna_end": null,
          "cdna_length": 4119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400168.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2885C>A",
          "hgvs_p": "p.Pro962His",
          "transcript": "ENST00000854389.1",
          "protein_id": "ENSP00000524448.1",
          "transcript_support_level": null,
          "aa_start": 962,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": 2885,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": 3016,
          "cdna_end": null,
          "cdna_length": 4183,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854389.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000922803.1",
          "protein_id": "ENSP00000592862.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": 2932,
          "cdna_end": null,
          "cdna_length": 4190,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922803.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2885C>A",
          "hgvs_p": "p.Pro962His",
          "transcript": "ENST00000951357.1",
          "protein_id": "ENSP00000621416.1",
          "transcript_support_level": null,
          "aa_start": 962,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": 2885,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": 3016,
          "cdna_end": null,
          "cdna_length": 4183,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951357.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2885C>A",
          "hgvs_p": "p.Pro962His",
          "transcript": "ENST00000854377.1",
          "protein_id": "ENSP00000524436.1",
          "transcript_support_level": null,
          "aa_start": 962,
          "aa_end": null,
          "aa_length": 1210,
          "cds_start": 2885,
          "cds_end": null,
          "cds_length": 3633,
          "cdna_start": 3048,
          "cdna_end": null,
          "cdna_length": 4789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854377.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2831C>A",
          "hgvs_p": "p.Pro944His",
          "transcript": "NM_001400180.1",
          "protein_id": "NP_001387109.1",
          "transcript_support_level": null,
          "aa_start": 944,
          "aa_end": null,
          "aa_length": 1207,
          "cds_start": 2831,
          "cds_end": null,
          "cds_length": 3624,
          "cdna_start": 2898,
          "cdna_end": null,
          "cdna_length": 4104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400180.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2870C>A",
          "hgvs_p": "p.Pro957His",
          "transcript": "NM_001400184.1",
          "protein_id": "NP_001387113.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 1207,
          "cds_start": 2870,
          "cds_end": null,
          "cds_length": 3624,
          "cdna_start": 2937,
          "cdna_end": null,
          "cdna_length": 4104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400184.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2870C>A",
          "hgvs_p": "p.Pro957His",
          "transcript": "NM_001400186.1",
          "protein_id": "NP_001387115.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 1207,
          "cds_start": 2870,
          "cds_end": null,
          "cds_length": 3624,
          "cdna_start": 2940,
          "cdna_end": null,
          "cdna_length": 4107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400186.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2831C>A",
          "hgvs_p": "p.Pro944His",
          "transcript": "NM_001400188.1",
          "protein_id": "NP_001387117.1",
          "transcript_support_level": null,
          "aa_start": 944,
          "aa_end": null,
          "aa_length": 1207,
          "cds_start": 2831,
          "cds_end": null,
          "cds_length": 3624,
          "cdna_start": 2901,
          "cdna_end": null,
          "cdna_length": 4107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400188.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001077208.4",
          "protein_id": "NP_001070676.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1205,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3618,
          "cdna_start": 2979,
          "cdna_end": null,
          "cdna_length": 4253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001077208.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001318119.2",
          "protein_id": "NP_001305048.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1205,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3618,
          "cdna_start": 2976,
          "cdna_end": null,
          "cdna_length": 4250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001318119.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001400190.1",
          "protein_id": "NP_001387119.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1205,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3618,
          "cdna_start": 3284,
          "cdna_end": null,
          "cdna_length": 4406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400190.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001400191.1",
          "protein_id": "NP_001387120.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1205,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3618,
          "cdna_start": 3228,
          "cdna_end": null,
          "cdna_length": 4350,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400191.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001400193.1",
          "protein_id": "NP_001387122.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1205,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3618,
          "cdna_start": 3243,
          "cdna_end": null,
          "cdna_length": 4365,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400193.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000854379.1",
          "protein_id": "ENSP00000524438.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1205,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3618,
          "cdna_start": 3063,
          "cdna_end": null,
          "cdna_length": 4337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854379.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000854402.1",
          "protein_id": "ENSP00000524461.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1205,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3618,
          "cdna_start": 3281,
          "cdna_end": null,
          "cdna_length": 4403,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854402.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000854406.1",
          "protein_id": "ENSP00000524465.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1205,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3618,
          "cdna_start": 3114,
          "cdna_end": null,
          "cdna_length": 4236,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854406.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000951361.1",
          "protein_id": "ENSP00000621420.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1205,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3618,
          "cdna_start": 3018,
          "cdna_end": null,
          "cdna_length": 4137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951361.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2894C>A",
          "hgvs_p": "p.Pro965His",
          "transcript": "NM_001191049.2",
          "protein_id": "NP_001177978.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 2894,
          "cds_end": null,
          "cds_length": 3603,
          "cdna_start": 3023,
          "cdna_end": null,
          "cdna_length": 4297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001191049.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2894C>A",
          "hgvs_p": "p.Pro965His",
          "transcript": "ENST00000443462.6",
          "protein_id": "ENSP00000408027.2",
          "transcript_support_level": 2,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": 2894,
          "cds_end": null,
          "cds_length": 3603,
          "cdna_start": 2921,
          "cdna_end": null,
          "cdna_length": 4042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000443462.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2885C>A",
          "hgvs_p": "p.Pro962His",
          "transcript": "ENST00000854386.1",
          "protein_id": "ENSP00000524445.1",
          "transcript_support_level": null,
          "aa_start": 962,
          "aa_end": null,
          "aa_length": 1197,
          "cds_start": 2885,
          "cds_end": null,
          "cds_length": 3594,
          "cdna_start": 3029,
          "cdna_end": null,
          "cdna_length": 4151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854386.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2885C>A",
          "hgvs_p": "p.Pro962His",
          "transcript": "ENST00000854387.1",
          "protein_id": "ENSP00000524446.1",
          "transcript_support_level": null,
          "aa_start": 962,
          "aa_end": null,
          "aa_length": 1197,
          "cds_start": 2885,
          "cds_end": null,
          "cds_length": 3594,
          "cdna_start": 3028,
          "cdna_end": null,
          "cdna_length": 4150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854387.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001400194.1",
          "protein_id": "NP_001387123.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1196,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3591,
          "cdna_start": 2979,
          "cdna_end": null,
          "cdna_length": 4074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400194.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2831C>A",
          "hgvs_p": "p.Pro944His",
          "transcript": "NM_001400197.1",
          "protein_id": "NP_001387126.1",
          "transcript_support_level": null,
          "aa_start": 944,
          "aa_end": null,
          "aa_length": 1194,
          "cds_start": 2831,
          "cds_end": null,
          "cds_length": 3585,
          "cdna_start": 2898,
          "cdna_end": null,
          "cdna_length": 4065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400197.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "NM_001400198.1",
          "protein_id": "NP_001387127.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1194,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3585,
          "cdna_start": 2862,
          "cdna_end": null,
          "cdna_length": 4068,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400198.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2831C>A",
          "hgvs_p": "p.Pro944His",
          "transcript": "NM_001400200.1",
          "protein_id": "NP_001387129.1",
          "transcript_support_level": null,
          "aa_start": 944,
          "aa_end": null,
          "aa_length": 1194,
          "cds_start": 2831,
          "cds_end": null,
          "cds_length": 3585,
          "cdna_start": 2901,
          "cdna_end": null,
          "cdna_length": 4068,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400200.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "NM_001400202.1",
          "protein_id": "NP_001387131.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1194,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3585,
          "cdna_start": 2859,
          "cdna_end": null,
          "cdna_length": 4065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400202.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2831C>A",
          "hgvs_p": "p.Pro944His",
          "transcript": "NM_001400203.1",
          "protein_id": "NP_001387132.1",
          "transcript_support_level": null,
          "aa_start": 944,
          "aa_end": null,
          "aa_length": 1194,
          "cds_start": 2831,
          "cds_end": null,
          "cds_length": 3585,
          "cdna_start": 3150,
          "cdna_end": null,
          "cdna_length": 4317,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400203.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2870C>A",
          "hgvs_p": "p.Pro957His",
          "transcript": "NM_001400204.1",
          "protein_id": "NP_001387133.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 2870,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": 2940,
          "cdna_end": null,
          "cdna_length": 4062,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400204.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2870C>A",
          "hgvs_p": "p.Pro957His",
          "transcript": "NM_001400205.1",
          "protein_id": "NP_001387134.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 2870,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": 2937,
          "cdna_end": null,
          "cdna_length": 4059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400205.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2870C>A",
          "hgvs_p": "p.Pro957His",
          "transcript": "NM_001400206.1",
          "protein_id": "NP_001387135.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 2870,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": 3189,
          "cdna_end": null,
          "cdna_length": 4311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400206.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2813C>A",
          "hgvs_p": "p.Pro938His",
          "transcript": "ENST00000951354.1",
          "protein_id": "ENSP00000621413.1",
          "transcript_support_level": null,
          "aa_start": 938,
          "aa_end": null,
          "aa_length": 1188,
          "cds_start": 2813,
          "cds_end": null,
          "cds_length": 3567,
          "cdna_start": 2944,
          "cdna_end": null,
          "cdna_length": 4262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951354.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "NM_001400207.1",
          "protein_id": "NP_001387136.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": 2859,
          "cdna_end": null,
          "cdna_length": 4026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400207.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "NM_001400208.1",
          "protein_id": "NP_001387137.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": 2976,
          "cdna_end": null,
          "cdna_length": 4026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400208.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "NM_001400209.1",
          "protein_id": "NP_001387138.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": 3111,
          "cdna_end": null,
          "cdna_length": 4278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400209.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "NM_016211.5",
          "protein_id": "NP_057295.2",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": 2862,
          "cdna_end": null,
          "cdna_length": 4181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_016211.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000854380.1",
          "protein_id": "ENSP00000524439.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": 2943,
          "cdna_end": null,
          "cdna_length": 4262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854380.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000951372.1",
          "protein_id": "ENSP00000621431.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": 3055,
          "cdna_end": null,
          "cdna_length": 4221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951372.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2831C>A",
          "hgvs_p": "p.Pro944His",
          "transcript": "NM_001400210.1",
          "protein_id": "NP_001387139.1",
          "transcript_support_level": null,
          "aa_start": 944,
          "aa_end": null,
          "aa_length": 1179,
          "cds_start": 2831,
          "cds_end": null,
          "cds_length": 3540,
          "cdna_start": 2898,
          "cdna_end": null,
          "cdna_length": 4020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400210.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2831C>A",
          "hgvs_p": "p.Pro944His",
          "transcript": "NM_001400211.1",
          "protein_id": "NP_001387140.1",
          "transcript_support_level": null,
          "aa_start": 944,
          "aa_end": null,
          "aa_length": 1179,
          "cds_start": 2831,
          "cds_end": null,
          "cds_length": 3540,
          "cdna_start": 2901,
          "cdna_end": null,
          "cdna_length": 4023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400211.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000854388.1",
          "protein_id": "ENSP00000524447.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1179,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3540,
          "cdna_start": 2930,
          "cdna_end": null,
          "cdna_length": 4091,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854388.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000854403.1",
          "protein_id": "ENSP00000524462.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1179,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3540,
          "cdna_start": 3148,
          "cdna_end": null,
          "cdna_length": 4309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854403.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000922802.1",
          "protein_id": "ENSP00000592861.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1179,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3540,
          "cdna_start": 2931,
          "cdna_end": null,
          "cdna_length": 4092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922802.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2894C>A",
          "hgvs_p": "p.Pro965His",
          "transcript": "NM_001400212.1",
          "protein_id": "NP_001387141.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 1176,
          "cds_start": 2894,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": 2998,
          "cdna_end": null,
          "cdna_length": 4048,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400212.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2813C>A",
          "hgvs_p": "p.Pro938His",
          "transcript": "ENST00000951358.1",
          "protein_id": "ENSP00000621417.1",
          "transcript_support_level": null,
          "aa_start": 938,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": 2813,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": 2937,
          "cdna_end": null,
          "cdna_length": 4058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951358.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2870C>A",
          "hgvs_p": "p.Pro957His",
          "transcript": "NM_001400216.1",
          "protein_id": "NP_001387145.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 1168,
          "cds_start": 2870,
          "cds_end": null,
          "cds_length": 3507,
          "cdna_start": 2940,
          "cdna_end": null,
          "cdna_length": 3990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400216.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "NM_001300745.3",
          "protein_id": "NP_001287674.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": 2862,
          "cdna_end": null,
          "cdna_length": 4136,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001300745.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "NM_001400213.1",
          "protein_id": "NP_001387142.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": 2859,
          "cdna_end": null,
          "cdna_length": 3981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400213.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000854383.1",
          "protein_id": "ENSP00000524442.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": 2952,
          "cdna_end": null,
          "cdna_length": 4074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854383.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000854412.1",
          "protein_id": "ENSP00000524471.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": 3189,
          "cdna_end": null,
          "cdna_length": 3961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854412.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000922809.1",
          "protein_id": "ENSP00000592868.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": 4791,
          "cdna_end": null,
          "cdna_length": 5911,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922809.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000951373.1",
          "protein_id": "ENSP00000621432.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": 3066,
          "cdna_end": null,
          "cdna_length": 4185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951373.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2909C>A",
          "hgvs_p": "p.Pro970His",
          "transcript": "ENST00000854409.1",
          "protein_id": "ENSP00000524468.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 2909,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 2952,
          "cdna_end": null,
          "cdna_length": 3804,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854409.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2744C>A",
          "hgvs_p": "p.Pro915His",
          "transcript": "ENST00000922807.1",
          "protein_id": "ENSP00000592866.1",
          "transcript_support_level": null,
          "aa_start": 915,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 2744,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 2830,
          "cdna_end": null,
          "cdna_length": 3997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922807.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2789C>A",
          "hgvs_p": "p.Pro930His",
          "transcript": "ENST00000922808.1",
          "protein_id": "ENSP00000592867.1",
          "transcript_support_level": null,
          "aa_start": 930,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 2789,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 2829,
          "cdna_end": null,
          "cdna_length": 3950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922808.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2696C>A",
          "hgvs_p": "p.Pro899His",
          "transcript": "ENST00000922806.1",
          "protein_id": "ENSP00000592865.1",
          "transcript_support_level": null,
          "aa_start": 899,
          "aa_end": null,
          "aa_length": 1149,
          "cds_start": 2696,
          "cds_end": null,
          "cds_length": 3450,
          "cdna_start": 2812,
          "cdna_end": null,
          "cdna_length": 3979,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922806.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2696C>A",
          "hgvs_p": "p.Pro899His",
          "transcript": "ENST00000854390.1",
          "protein_id": "ENSP00000524449.1",
          "transcript_support_level": null,
          "aa_start": 899,
          "aa_end": null,
          "aa_length": 1147,
          "cds_start": 2696,
          "cds_end": null,
          "cds_length": 3444,
          "cdna_start": 2818,
          "cdna_end": null,
          "cdna_length": 3978,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854390.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000951365.1",
          "protein_id": "ENSP00000621424.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1141,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3426,
          "cdna_start": 2869,
          "cdna_end": null,
          "cdna_length": 3915,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951365.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2630C>A",
          "hgvs_p": "p.Pro877His",
          "transcript": "NM_001400215.1",
          "protein_id": "NP_001387144.1",
          "transcript_support_level": null,
          "aa_start": 877,
          "aa_end": null,
          "aa_length": 1127,
          "cds_start": 2630,
          "cds_end": null,
          "cds_length": 3384,
          "cdna_start": 2738,
          "cdna_end": null,
          "cdna_length": 3905,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400215.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2792C>A",
          "hgvs_p": "p.Pro931His",
          "transcript": "ENST00000854393.1",
          "protein_id": "ENSP00000524452.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1126,
          "cds_start": 2792,
          "cds_end": null,
          "cds_length": 3381,
          "cdna_start": 2899,
          "cdna_end": null,
          "cdna_length": 3901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854393.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2618C>A",
          "hgvs_p": "p.Pro873His",
          "transcript": "ENST00000854411.1",
          "protein_id": "ENSP00000524470.1",
          "transcript_support_level": null,
          "aa_start": 873,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": 2618,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": 2691,
          "cdna_end": null,
          "cdna_length": 3508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854411.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2657C>A",
          "hgvs_p": "p.Pro886His",
          "transcript": "ENST00000922804.1",
          "protein_id": "ENSP00000592863.1",
          "transcript_support_level": null,
          "aa_start": 886,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": 2657,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": 2776,
          "cdna_end": null,
          "cdna_length": 3898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922804.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2603C>A",
          "hgvs_p": "p.Pro868His",
          "transcript": "ENST00000951369.1",
          "protein_id": "ENSP00000621428.1",
          "transcript_support_level": null,
          "aa_start": 868,
          "aa_end": null,
          "aa_length": 1118,
          "cds_start": 2603,
          "cds_end": null,
          "cds_length": 3357,
          "cdna_start": 2672,
          "cdna_end": null,
          "cdna_length": 3838,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951369.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2627C>A",
          "hgvs_p": "p.Pro876His",
          "transcript": "ENST00000922801.1",
          "protein_id": "ENSP00000592860.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1111,
          "cds_start": 2627,
          "cds_end": null,
          "cds_length": 3336,
          "cdna_start": 2766,
          "cdna_end": null,
          "cdna_length": 3886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922801.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2627C>A",
          "hgvs_p": "p.Pro876His",
          "transcript": "ENST00000951371.1",
          "protein_id": "ENSP00000621430.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1111,
          "cds_start": 2627,
          "cds_end": null,
          "cds_length": 3336,
          "cdna_start": 2689,
          "cdna_end": null,
          "cdna_length": 3809,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951371.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2618C>A",
          "hgvs_p": "p.Pro873His",
          "transcript": "ENST00000854396.1",
          "protein_id": "ENSP00000524455.1",
          "transcript_support_level": null,
          "aa_start": 873,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": 2618,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": 2717,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854396.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2435C>A",
          "hgvs_p": "p.Pro812His",
          "transcript": "NM_001400224.1",
          "protein_id": "NP_001387153.1",
          "transcript_support_level": null,
          "aa_start": 812,
          "aa_end": null,
          "aa_length": 1062,
          "cds_start": 2435,
          "cds_end": null,
          "cds_length": 3189,
          "cdna_start": 2851,
          "cdna_end": null,
          "cdna_length": 4018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400224.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2201C>A",
          "hgvs_p": "p.Pro734His",
          "transcript": "ENST00000264405.9",
          "protein_id": "ENSP00000264405.5",
          "transcript_support_level": 2,
          "aa_start": 734,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 2201,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 2686,
          "cdna_end": null,
          "cdna_length": 3447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000264405.9"
        },
        {
          "aa_ref": "P",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.179C>A",
          "hgvs_p": "p.Pro60His",
          "transcript": "ENST00000922805.1",
          "protein_id": "ENSP00000592864.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 310,
          "cds_start": 179,
          "cds_end": null,
          "cds_length": 933,
          "cdna_start": 296,
          "cdna_end": null,
          "cdna_length": 1463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922805.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2719+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000951364.1",
          "protein_id": "ENSP00000621423.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1150,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951364.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2627-395C>A",
          "hgvs_p": null,
          "transcript": "ENST00000951368.1",
          "protein_id": "ENSP00000621427.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951368.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2645+264C>A",
          "hgvs_p": null,
          "transcript": "ENST00000951355.1",
          "protein_id": "ENSP00000621414.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951355.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854397.1",
          "protein_id": "ENSP00000524456.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1119,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3360,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854397.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854413.1",
          "protein_id": "ENSP00000524472.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1119,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3360,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854413.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000951363.1",
          "protein_id": "ENSP00000621422.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951363.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "NM_001077206.4",
          "protein_id": "NP_001070674.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3956,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001077206.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "NM_001400217.1",
          "protein_id": "NP_001387146.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3801,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400217.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000509142.5",
          "protein_id": "ENSP00000426569.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000509142.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854407.1",
          "protein_id": "ENSP00000524466.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854407.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000951367.1",
          "protein_id": "ENSP00000621426.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951367.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2602+2187C>A",
          "hgvs_p": null,
          "transcript": "NM_001400218.1",
          "protein_id": "NP_001387147.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1098,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3297,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400218.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2528+264C>A",
          "hgvs_p": null,
          "transcript": "ENST00000951375.1",
          "protein_id": "ENSP00000621434.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1084,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3255,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3403,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951375.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "NM_001400219.1",
          "protein_id": "NP_001387148.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1082,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3249,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400219.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "NM_001400220.1",
          "protein_id": "NP_001387149.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1082,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3249,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400220.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2548+2187C>A",
          "hgvs_p": null,
          "transcript": "NM_001400221.1",
          "protein_id": "NP_001387150.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3723,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400221.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2548+2187C>A",
          "hgvs_p": null,
          "transcript": "NM_001400222.1",
          "protein_id": "NP_001387151.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400222.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2509+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854384.1",
          "protein_id": "ENSP00000524443.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854384.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2509+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854395.1",
          "protein_id": "ENSP00000524454.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3759,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854395.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2509+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854404.1",
          "protein_id": "ENSP00000524463.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854404.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2530+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854382.1",
          "protein_id": "ENSP00000524441.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1074,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3225,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3810,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854382.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2530+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000951370.1",
          "protein_id": "ENSP00000621429.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1074,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3225,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951370.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2509+2187C>A",
          "hgvs_p": null,
          "transcript": "NM_001300744.3",
          "protein_id": "NP_001287673.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001300744.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2509+2187C>A",
          "hgvs_p": null,
          "transcript": "NM_001400223.1",
          "protein_id": "NP_001387152.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001400223.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2509+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000500777.6",
          "protein_id": "ENSP00000421464.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000500777.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2509+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854378.1",
          "protein_id": "ENSP00000524437.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4329,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854378.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 21,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2626+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854400.1",
          "protein_id": "ENSP00000524459.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1066,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3201,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854400.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2452+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854392.1",
          "protein_id": "ENSP00000524451.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1048,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3147,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854392.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2413+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854385.1",
          "protein_id": "ENSP00000524444.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1035,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3108,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3672,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854385.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2413+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000951356.1",
          "protein_id": "ENSP00000621415.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1035,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3108,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951356.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2389+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854401.1",
          "protein_id": "ENSP00000524460.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1027,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3084,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854401.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2389+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000951359.1",
          "protein_id": "ENSP00000621418.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1027,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3084,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951359.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2335+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854398.1",
          "protein_id": "ENSP00000524457.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1009,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3030,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3519,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854398.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.2272+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000854399.1",
          "protein_id": "ENSP00000524458.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000854399.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.1510-14567C>A",
          "hgvs_p": null,
          "transcript": "ENST00000951374.1",
          "protein_id": "ENSP00000621433.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2307,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951374.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.1510-17525C>A",
          "hgvs_p": null,
          "transcript": "ENST00000951362.1",
          "protein_id": "ENSP00000621421.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2392,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951362.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "c.256+2187C>A",
          "hgvs_p": null,
          "transcript": "ENST00000511338.1",
          "protein_id": "ENSP00000425140.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 656,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000511338.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC31A",
          "gene_hgnc_id": 17052,
          "hgvs_c": "n.626C>A",
          "hgvs_p": null,
          "transcript": "ENST00000515749.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000515749.1"
        }
      ],
      "gene_symbol": "SEC31A",
      "gene_hgnc_id": 17052,
      "dbsnp": "rs769977968",
      "frequency_reference_population": 6.8877546e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.88775e-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.4588835835456848,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.309,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1141,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.27,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.835,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.01,
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001400154.1",
          "gene_symbol": "SEC31A",
          "hgnc_id": 17052,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,Unknown",
          "hgvs_c": "c.3002C>A",
          "hgvs_p": "p.Pro1001His"
        }
      ],
      "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.