← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 12-7069868-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 21,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BS1",
            "BS2"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "C1S",
          "hgnc_id": 1247,
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 0,
          "score": -21,
          "transcript": "NM_001734.5",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
      "acmg_score": -21,
      "allele_count_reference_population": 1099,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.75,
      "chr": "12",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:5",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.75,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "P",
          "aa_start": 428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2682,
          "cdna_start": 1518,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_001734.5",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000360817.10",
          "protein_coding": true,
          "protein_id": "NP_001725.1",
          "strand": true,
          "transcript": "NM_001734.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "P",
          "aa_start": 428,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2682,
          "cdna_start": 1518,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000360817.10",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001734.5",
          "protein_coding": true,
          "protein_id": "ENSP00000354057.5",
          "strand": true,
          "transcript": "ENST00000360817.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "P",
          "aa_start": 428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2972,
          "cdna_start": 1808,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000328916.7",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000328173.3",
          "strand": true,
          "transcript": "ENST00000328916.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 521,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2522,
          "cdna_start": 1430,
          "cds_end": null,
          "cds_length": 1566,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000402681.7",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.783C>G",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000384171.3",
          "strand": true,
          "transcript": "ENST00000402681.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "P",
          "aa_start": 428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2769,
          "cdna_start": 1605,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_201442.4",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_958850.1",
          "strand": true,
          "transcript": "NM_201442.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "P",
          "aa_start": 428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3076,
          "cdna_start": 1912,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000406697.5",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000385035.1",
          "strand": true,
          "transcript": "ENST00000406697.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "P",
          "aa_start": 428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2717,
          "cdna_start": 1553,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857916.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527975.1",
          "strand": true,
          "transcript": "ENST00000857916.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "P",
          "aa_start": 428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2678,
          "cdna_start": 1514,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857923.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527982.1",
          "strand": true,
          "transcript": "ENST00000857923.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "P",
          "aa_start": 428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2691,
          "cdna_start": 1531,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857925.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527984.1",
          "strand": true,
          "transcript": "ENST00000857925.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "P",
          "aa_start": 428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2598,
          "cdna_start": 1434,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000956019.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626078.1",
          "strand": true,
          "transcript": "ENST00000956019.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "P",
          "aa_start": 428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2723,
          "cdna_start": 1562,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000956020.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626079.1",
          "strand": true,
          "transcript": "ENST00000956020.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "P",
          "aa_start": 428,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2663,
          "cdna_start": 1499,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1284,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000956021.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1284C>G",
          "hgvs_p": "p.Pro428Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626080.1",
          "strand": true,
          "transcript": "ENST00000956021.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 687,
          "aa_ref": "P",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2947,
          "cdna_start": 1534,
          "cds_end": null,
          "cds_length": 2064,
          "cds_start": 1281,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857911.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1281C>G",
          "hgvs_p": "p.Pro427Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527970.1",
          "strand": true,
          "transcript": "ENST00000857911.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 687,
          "aa_ref": "P",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2786,
          "cdna_start": 1619,
          "cds_end": null,
          "cds_length": 2064,
          "cds_start": 1281,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857912.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1281C>G",
          "hgvs_p": "p.Pro427Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527971.1",
          "strand": true,
          "transcript": "ENST00000857912.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 687,
          "aa_ref": "P",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2675,
          "cdna_start": 1518,
          "cds_end": null,
          "cds_length": 2064,
          "cds_start": 1281,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857924.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1281C>G",
          "hgvs_p": "p.Pro427Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527983.1",
          "strand": true,
          "transcript": "ENST00000857924.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 685,
          "aa_ref": "P",
          "aa_start": 425,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2757,
          "cdna_start": 1596,
          "cds_end": null,
          "cds_length": 2058,
          "cds_start": 1275,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000956014.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1275C>G",
          "hgvs_p": "p.Pro425Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626073.1",
          "strand": true,
          "transcript": "ENST00000956014.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 681,
          "aa_ref": "P",
          "aa_start": 421,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2737,
          "cdna_start": 1575,
          "cds_end": null,
          "cds_length": 2046,
          "cds_start": 1263,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857920.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1263C>G",
          "hgvs_p": "p.Pro421Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527979.1",
          "strand": true,
          "transcript": "ENST00000857920.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 681,
          "aa_ref": "P",
          "aa_start": 421,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2667,
          "cdna_start": 1506,
          "cds_end": null,
          "cds_length": 2046,
          "cds_start": 1263,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000956013.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1263C>G",
          "hgvs_p": "p.Pro421Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626072.1",
          "strand": true,
          "transcript": "ENST00000956013.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 675,
          "aa_ref": "P",
          "aa_start": 415,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2742,
          "cdna_start": 1581,
          "cds_end": null,
          "cds_length": 2028,
          "cds_start": 1245,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857914.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1245C>G",
          "hgvs_p": "p.Pro415Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527973.1",
          "strand": true,
          "transcript": "ENST00000857914.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 675,
          "aa_ref": "P",
          "aa_start": 415,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2632,
          "cdna_start": 1472,
          "cds_end": null,
          "cds_length": 2028,
          "cds_start": 1245,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000956017.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1245C>G",
          "hgvs_p": "p.Pro415Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626076.1",
          "strand": true,
          "transcript": "ENST00000956017.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 663,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2621,
          "cdna_start": 1460,
          "cds_end": null,
          "cds_length": 1992,
          "cds_start": 1209,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857913.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1209C>G",
          "hgvs_p": "p.Pro403Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527972.1",
          "strand": true,
          "transcript": "ENST00000857913.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 663,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2706,
          "cdna_start": 1545,
          "cds_end": null,
          "cds_length": 1992,
          "cds_start": 1209,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857915.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1209C>G",
          "hgvs_p": "p.Pro403Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527974.1",
          "strand": true,
          "transcript": "ENST00000857915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 663,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2684,
          "cdna_start": 1523,
          "cds_end": null,
          "cds_length": 1992,
          "cds_start": 1209,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000857919.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1209C>G",
          "hgvs_p": "p.Pro403Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527978.1",
          "strand": true,
          "transcript": "ENST00000857919.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 662,
          "aa_ref": "P",
          "aa_start": 402,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2681,
          "cdna_start": 1520,
          "cds_end": null,
          "cds_length": 1989,
          "cds_start": 1206,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857918.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1206C>G",
          "hgvs_p": "p.Pro402Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527977.1",
          "strand": true,
          "transcript": "ENST00000857918.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 657,
          "aa_ref": "P",
          "aa_start": 397,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2653,
          "cdna_start": 1489,
          "cds_end": null,
          "cds_length": 1974,
          "cds_start": 1191,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000857921.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1191C>G",
          "hgvs_p": "p.Pro397Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527980.1",
          "strand": true,
          "transcript": "ENST00000857921.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": "P",
          "aa_start": 386,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2629,
          "cdna_start": 1474,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": 1158,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000956018.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1158C>G",
          "hgvs_p": "p.Pro386Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626077.1",
          "strand": true,
          "transcript": "ENST00000956018.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 645,
          "aa_ref": "P",
          "aa_start": 385,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2630,
          "cdna_start": 1469,
          "cds_end": null,
          "cds_length": 1938,
          "cds_start": 1155,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000956016.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1155C>G",
          "hgvs_p": "p.Pro385Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626075.1",
          "strand": true,
          "transcript": "ENST00000956016.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 621,
          "aa_ref": "P",
          "aa_start": 361,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2543,
          "cdna_start": 1382,
          "cds_end": null,
          "cds_length": 1866,
          "cds_start": 1083,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000857922.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1083C>G",
          "hgvs_p": "p.Pro361Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527981.1",
          "strand": true,
          "transcript": "ENST00000857922.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 618,
          "aa_ref": "P",
          "aa_start": 358,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2555,
          "cdna_start": 1400,
          "cds_end": null,
          "cds_length": 1857,
          "cds_start": 1074,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000857917.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.1074C>G",
          "hgvs_p": "p.Pro358Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527976.1",
          "strand": true,
          "transcript": "ENST00000857917.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 580,
          "aa_ref": "P",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2435,
          "cdna_start": 1274,
          "cds_end": null,
          "cds_length": 1743,
          "cds_start": 960,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000956015.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.960C>G",
          "hgvs_p": "p.Pro320Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626074.1",
          "strand": true,
          "transcript": "ENST00000956015.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 521,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2561,
          "cdna_start": 1397,
          "cds_end": null,
          "cds_length": 1566,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001346850.2",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "c.783C>G",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333779.1",
          "strand": true,
          "transcript": "NM_001346850.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2550,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000443875.5",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "n.*321C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000397921.1",
          "strand": true,
          "transcript": "ENST00000443875.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 950,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000461983.5",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "n.705C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000461983.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5170,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000473545.2",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "n.4020C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000473545.2",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2951,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000488701.2",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "n.1801C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000488701.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4510,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000495053.2",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "n.3360C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000495053.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 832,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000495061.5",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "n.460C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000495061.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5813,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000698563.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "n.4663C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000698563.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4260,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000698564.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "n.3110C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000698564.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4369,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000698565.1",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "n.3219C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000698565.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2550,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000443875.5",
          "gene_hgnc_id": 1247,
          "gene_symbol": "C1S",
          "hgvs_c": "n.*321C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000397921.1",
          "strand": true,
          "transcript": "ENST00000443875.5",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs144851896",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.00068089843,
      "gene_hgnc_id": 1247,
      "gene_symbol": "C1S",
      "gnomad_exomes_ac": 993,
      "gnomad_exomes_af": 0.000679329,
      "gnomad_exomes_homalt": 16,
      "gnomad_genomes_ac": 106,
      "gnomad_genomes_af": 0.000695958,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 16,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely benign",
      "phenotype_combined": "not specified|not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.215,
      "pos": 7069868,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001734.5"
    }
  ]
}
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.