← 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: 7-100180880-GTT-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 100180880,
      "ref": "GTT",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "NM_001282717.2",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "NM_001282717.2",
          "protein_id": "NP_001269646.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1226,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000615138.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282717.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000615138.5",
          "protein_id": "ENSP00000477973.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1226,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001282717.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000615138.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000317296.9",
          "protein_id": "ENSP00000319318.5",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000317296.9"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000426455.5",
          "protein_id": "ENSP00000400359.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000426455.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "n.251+200_251+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000496157.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000496157.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "NM_001375438.1",
          "protein_id": "NP_001362367.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1226,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375438.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000938222.1",
          "protein_id": "ENSP00000608281.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1226,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938222.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000938225.1",
          "protein_id": "ENSP00000608284.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1226,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938225.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "NM_001282716.1",
          "protein_id": "NP_001269645.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282716.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "NM_012447.4",
          "protein_id": "NP_036579.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_012447.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000938223.1",
          "protein_id": "ENSP00000608282.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938223.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000938224.1",
          "protein_id": "ENSP00000608283.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1187,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938224.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "NM_001282718.2",
          "protein_id": "NP_001269647.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282718.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000394018.6",
          "protein_id": "ENSP00000377586.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394018.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000620100.5",
          "protein_id": "ENSP00000484098.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000620100.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000439782.1",
          "protein_id": "ENSP00000397067.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 187,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 565,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000439782.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000416412.5",
          "protein_id": "ENSP00000409283.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 143,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 434,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000416412.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000422690.5",
          "protein_id": "ENSP00000407884.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 111,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 336,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000422690.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_017011684.2",
          "protein_id": "XP_016867173.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017011684.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_017011685.2",
          "protein_id": "XP_016867174.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017011685.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419786.1",
          "protein_id": "XP_047275742.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419786.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419787.1",
          "protein_id": "XP_047275743.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419787.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_017011686.3",
          "protein_id": "XP_016867175.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1241,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3726,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017011686.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_017011683.3",
          "protein_id": "XP_016867172.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1239,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017011683.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419788.1",
          "protein_id": "XP_047275744.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1226,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419788.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419789.1",
          "protein_id": "XP_047275745.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1226,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419789.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419790.1",
          "protein_id": "XP_047275746.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419790.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419791.1",
          "protein_id": "XP_047275747.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419791.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419792.1",
          "protein_id": "XP_047275748.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1184,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419792.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419793.1",
          "protein_id": "XP_047275749.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1184,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419793.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_017011687.2",
          "protein_id": "XP_016867176.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1183,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017011687.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419794.1",
          "protein_id": "XP_047275750.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1168,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419794.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419795.1",
          "protein_id": "XP_047275751.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419795.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419796.1",
          "protein_id": "XP_047275752.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419796.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null,
          "transcript": "XM_047419797.1",
          "protein_id": "XP_047275753.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3447,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419797.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "n.449_450delTT",
          "hgvs_p": null,
          "transcript": "ENST00000482546.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000482546.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "STAG3",
          "gene_hgnc_id": 11356,
          "hgvs_c": "n.116+200_116+201delTT",
          "hgvs_p": null,
          "transcript": "ENST00000412190.6",
          "protein_id": "ENSP00000395039.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000412190.6"
        }
      ],
      "gene_symbol": "STAG3",
      "gene_hgnc_id": 11356,
      "dbsnp": "rs35965210",
      "frequency_reference_population": 0.007903328,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1743,
      "gnomad_exomes_af": 0.0207462,
      "gnomad_genomes_af": 0.0000438552,
      "gnomad_exomes_ac": 1737,
      "gnomad_genomes_ac": 6,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 0.666,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 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_001282717.2",
          "gene_symbol": "STAG3",
          "hgnc_id": 11356,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.116+224_116+225delTT",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}