← 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: 6-32041097-GG-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 32041097,
      "ref": "GG",
      "alt": "C",
      "effect": "frameshift_variant,missense_variant",
      "transcript": "NM_000500.9",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1451_1452delGGinsC",
          "hgvs_p": "p.Arg484fs",
          "transcript": "NM_000500.9",
          "protein_id": "NP_000491.4",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 495,
          "cds_start": 1451,
          "cds_end": null,
          "cds_length": 1488,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 2006,
          "mane_select": "ENST00000644719.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000500.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1451_1452delGGinsC",
          "hgvs_p": "p.Arg484fs",
          "transcript": "ENST00000644719.2",
          "protein_id": "ENSP00000496625.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 495,
          "cds_start": 1451,
          "cds_end": null,
          "cds_length": 1488,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 2006,
          "mane_select": "NM_000500.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644719.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1487_1488delGGinsC",
          "hgvs_p": "p.Arg496fs",
          "transcript": "ENST00000960600.1",
          "protein_id": "ENSP00000630659.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1555,
          "cdna_end": null,
          "cdna_length": 2103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960600.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1460_1461delGGinsC",
          "hgvs_p": "p.Arg487fs",
          "transcript": "ENST00000960597.1",
          "protein_id": "ENSP00000630656.1",
          "transcript_support_level": null,
          "aa_start": 487,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 1460,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 1585,
          "cdna_end": null,
          "cdna_length": 2162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960597.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1454_1455delGGinsC",
          "hgvs_p": "p.Arg485fs",
          "transcript": "ENST00000960601.1",
          "protein_id": "ENSP00000630660.1",
          "transcript_support_level": null,
          "aa_start": 485,
          "aa_end": null,
          "aa_length": 496,
          "cds_start": 1454,
          "cds_end": null,
          "cds_length": 1491,
          "cdna_start": 1508,
          "cdna_end": null,
          "cdna_length": 2055,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960601.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1451_1452delGGinsC",
          "hgvs_p": "p.Arg484fs",
          "transcript": "ENST00000960596.1",
          "protein_id": "ENSP00000630655.1",
          "transcript_support_level": null,
          "aa_start": 484,
          "aa_end": null,
          "aa_length": 495,
          "cds_start": 1451,
          "cds_end": null,
          "cds_length": 1488,
          "cdna_start": 1502,
          "cdna_end": null,
          "cdna_length": 2089,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960596.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1448_1449delGGinsC",
          "hgvs_p": "p.Arg483fs",
          "transcript": "ENST00000960599.1",
          "protein_id": "ENSP00000630658.1",
          "transcript_support_level": null,
          "aa_start": 483,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 1448,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 1499,
          "cdna_end": null,
          "cdna_length": 2076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960599.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1445_1446delGGinsC",
          "hgvs_p": "p.Arg482fs",
          "transcript": "ENST00000960595.1",
          "protein_id": "ENSP00000630654.1",
          "transcript_support_level": null,
          "aa_start": 482,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 1445,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 1508,
          "cdna_end": null,
          "cdna_length": 2731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960595.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1442_1443delGGinsC",
          "hgvs_p": "p.Arg481fs",
          "transcript": "ENST00000960605.1",
          "protein_id": "ENSP00000630664.1",
          "transcript_support_level": null,
          "aa_start": 481,
          "aa_end": null,
          "aa_length": 492,
          "cds_start": 1442,
          "cds_end": null,
          "cds_length": 1479,
          "cdna_start": 1450,
          "cdna_end": null,
          "cdna_length": 1996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960605.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1394_1395delGGinsC",
          "hgvs_p": "p.Arg465fs",
          "transcript": "ENST00000960598.1",
          "protein_id": "ENSP00000630657.1",
          "transcript_support_level": null,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 476,
          "cds_start": 1394,
          "cds_end": null,
          "cds_length": 1431,
          "cdna_start": 1511,
          "cdna_end": null,
          "cdna_length": 2056,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960598.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1370_1371delGGinsC",
          "hgvs_p": "p.Arg457fs",
          "transcript": "ENST00000960604.1",
          "protein_id": "ENSP00000630663.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": 1378,
          "cdna_end": null,
          "cdna_length": 1925,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960604.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1364_1365delGGinsC",
          "hgvs_p": "p.Arg455fs",
          "transcript": "ENST00000960603.1",
          "protein_id": "ENSP00000630662.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": 1364,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": 1372,
          "cdna_end": null,
          "cdna_length": 1943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960603.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1361_1362delGGinsC",
          "hgvs_p": "p.Arg454fs",
          "transcript": "NM_001128590.4",
          "protein_id": "NP_001122062.3",
          "transcript_support_level": null,
          "aa_start": 454,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 1361,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 1369,
          "cdna_end": null,
          "cdna_length": 1914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001128590.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1361_1362delGGinsC",
          "hgvs_p": "p.Arg454fs",
          "transcript": "ENST00000435122.3",
          "protein_id": "ENSP00000415043.2",
          "transcript_support_level": 2,
          "aa_start": 454,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 1361,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 1369,
          "cdna_end": null,
          "cdna_length": 1914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000435122.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1349_1350delGGinsC",
          "hgvs_p": "p.Arg450fs",
          "transcript": "ENST00000960607.1",
          "protein_id": "ENSP00000630666.1",
          "transcript_support_level": null,
          "aa_start": 450,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 1349,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 1896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960607.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1322_1323delGGinsC",
          "hgvs_p": "p.Arg441fs",
          "transcript": "ENST00000960602.1",
          "protein_id": "ENSP00000630661.1",
          "transcript_support_level": null,
          "aa_start": 441,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 1322,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": 1374,
          "cdna_end": null,
          "cdna_length": 1919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960602.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1274_1275delGGinsC",
          "hgvs_p": "p.Arg425fs",
          "transcript": "ENST00000960606.1",
          "protein_id": "ENSP00000630665.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 1274,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1282,
          "cdna_end": null,
          "cdna_length": 1825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960606.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1046_1047delGGinsC",
          "hgvs_p": "p.Arg349fs",
          "transcript": "NM_001368143.2",
          "protein_id": "NP_001355072.1",
          "transcript_support_level": null,
          "aa_start": 349,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 1046,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1478,
          "cdna_end": null,
          "cdna_length": 2023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001368143.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "c.1046_1047delGGinsC",
          "hgvs_p": "p.Arg349fs",
          "transcript": "NM_001368144.2",
          "protein_id": "NP_001355073.1",
          "transcript_support_level": null,
          "aa_start": 349,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 1046,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1388,
          "cdna_end": null,
          "cdna_length": 1933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001368144.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "n.1592_1593delGGinsC",
          "hgvs_p": null,
          "transcript": "ENST00000479074.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000479074.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "n.1567_1568delGGinsC",
          "hgvs_p": null,
          "transcript": "ENST00000479730.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000479730.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "n.1620_1621delGGinsC",
          "hgvs_p": null,
          "transcript": "ENST00000483041.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000483041.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYP21A2",
          "gene_hgnc_id": 2600,
          "hgvs_c": "n.1430_1431delGGinsC",
          "hgvs_p": null,
          "transcript": "ENST00000486063.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1975,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000486063.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNXB",
          "gene_hgnc_id": 11976,
          "hgvs_c": "c.*251_*252delCCinsG",
          "hgvs_p": null,
          "transcript": "NM_001365276.2",
          "protein_id": "NP_001352205.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4244,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 12735,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13097,
          "mane_select": "ENST00000644971.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365276.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNXB",
          "gene_hgnc_id": 11976,
          "hgvs_c": "c.*251_*252delCCinsG",
          "hgvs_p": null,
          "transcript": "ENST00000644971.2",
          "protein_id": "ENSP00000496448.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4244,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 12735,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13097,
          "mane_select": "NM_001365276.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644971.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNXB",
          "gene_hgnc_id": 11976,
          "hgvs_c": "c.*251_*252delCCinsG",
          "hgvs_p": null,
          "transcript": "ENST00000451343.4",
          "protein_id": "ENSP00000407685.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 673,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2022,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000451343.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNXB",
          "gene_hgnc_id": 11976,
          "hgvs_c": "n.*57_*58delCCinsG",
          "hgvs_p": null,
          "transcript": "ENST00000490077.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": 2756,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000490077.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNXB",
          "gene_hgnc_id": 11976,
          "hgvs_c": "c.*251_*252delCCinsG",
          "hgvs_p": null,
          "transcript": "NM_001428335.1",
          "protein_id": "NP_001415264.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4491,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 13476,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13838,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001428335.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNXB",
          "gene_hgnc_id": 11976,
          "hgvs_c": "c.*251_*252delCCinsG",
          "hgvs_p": null,
          "transcript": "ENST00000647633.1",
          "protein_id": "ENSP00000497649.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4491,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 13476,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000647633.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNXB",
          "gene_hgnc_id": 11976,
          "hgvs_c": "c.*251_*252delCCinsG",
          "hgvs_p": null,
          "transcript": "ENST00000375244.7",
          "protein_id": "ENSP00000364393.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4244,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 12735,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13132,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000375244.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNXB",
          "gene_hgnc_id": 11976,
          "hgvs_c": "c.*251_*252delCCinsG",
          "hgvs_p": null,
          "transcript": "NM_019105.8",
          "protein_id": "NP_061978.6",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 4242,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 12729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13091,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_019105.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TNXB",
          "gene_hgnc_id": 11976,
          "hgvs_c": "c.*251_*252delCCinsG",
          "hgvs_p": null,
          "transcript": "NM_032470.4",
          "protein_id": "NP_115859.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 673,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2022,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_032470.4"
        }
      ],
      "gene_symbol": "CYP21A2",
      "gene_hgnc_id": 2600,
      "dbsnp": "rs397509367",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 1.188,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 15,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1_Strong,PM2,PP2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 15,
          "benign_score": 0,
          "pathogenic_score": 15,
          "criteria": [
            "PVS1_Strong",
            "PM2",
            "PP2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_000500.9",
          "gene_symbol": "CYP21A2",
          "hgnc_id": 2600,
          "effects": [
            "frameshift_variant",
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1451_1452delGGinsC",
          "hgvs_p": "p.Arg484fs"
        },
        {
          "score": 10,
          "benign_score": 0,
          "pathogenic_score": 10,
          "criteria": [
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001428335.1",
          "gene_symbol": "TNXB",
          "hgnc_id": 11976,
          "effects": [
            "downstream_gene_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.*251_*252delCCinsG",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "CYP21A2-related disorder,Classic congenital adrenal hyperplasia due to 21-hydroxylase deficiency,not provided",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:3 LP:1",
      "phenotype_combined": "Classic congenital adrenal hyperplasia due to 21-hydroxylase deficiency|not provided|CYP21A2-related disorder",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "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.