← 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: 1-32779508-GCG-ACA (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=32779508&ref=GCG&alt=ACA&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "YARS1",
          "hgnc_id": 12840,
          "hgvs_c": "c.1348_1350delCGCinsTGT",
          "hgvs_p": "p.Arg450Cys",
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_003680.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "ACA",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "1",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 528,
          "aa_ref": "R",
          "aa_start": 450,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2443,
          "cdna_start": 1464,
          "cds_end": null,
          "cds_length": 1587,
          "cds_start": 1348,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_003680.4",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1348_1350delCGCinsTGT",
          "hgvs_p": "p.Arg450Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000373477.9",
          "protein_coding": true,
          "protein_id": "NP_003671.1",
          "strand": false,
          "transcript": "NM_003680.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 528,
          "aa_ref": "R",
          "aa_start": 450,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2443,
          "cdna_start": 1464,
          "cds_end": null,
          "cds_length": 1587,
          "cds_start": 1348,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000373477.9",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1348_1350delCGCinsTGT",
          "hgvs_p": "p.Arg450Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_003680.4",
          "protein_coding": true,
          "protein_id": "ENSP00000362576.4",
          "strand": false,
          "transcript": "ENST00000373477.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 557,
          "aa_ref": "R",
          "aa_start": 479,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2536,
          "cdna_start": 1560,
          "cds_end": null,
          "cds_length": 1674,
          "cds_start": 1435,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000906066.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1435_1437delCGCinsTGT",
          "hgvs_p": "p.Arg479Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576125.1",
          "strand": false,
          "transcript": "ENST00000906066.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 527,
          "aa_ref": "R",
          "aa_start": 449,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2503,
          "cdna_start": 1522,
          "cds_end": null,
          "cds_length": 1584,
          "cds_start": 1345,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918766.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1345_1347delCGCinsTGT",
          "hgvs_p": "p.Arg449Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588825.1",
          "strand": false,
          "transcript": "ENST00000918766.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 527,
          "aa_ref": "R",
          "aa_start": 449,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2502,
          "cdna_start": 1522,
          "cds_end": null,
          "cds_length": 1584,
          "cds_start": 1345,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918768.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1345_1347delCGCinsTGT",
          "hgvs_p": "p.Arg449Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588827.1",
          "strand": false,
          "transcript": "ENST00000918768.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 524,
          "aa_ref": "R",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1927,
          "cdna_start": 1390,
          "cds_end": null,
          "cds_length": 1575,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000956435.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1336_1338delCGCinsTGT",
          "hgvs_p": "p.Arg446Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626494.1",
          "strand": false,
          "transcript": "ENST00000956435.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 501,
          "aa_ref": "R",
          "aa_start": 423,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2383,
          "cdna_start": 1403,
          "cds_end": null,
          "cds_length": 1506,
          "cds_start": 1267,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000906065.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1267_1269delCGCinsTGT",
          "hgvs_p": "p.Arg423Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576124.1",
          "strand": false,
          "transcript": "ENST00000906065.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 497,
          "aa_ref": "R",
          "aa_start": 419,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2413,
          "cdna_start": 1433,
          "cds_end": null,
          "cds_length": 1494,
          "cds_start": 1255,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918767.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1255_1257delCGCinsTGT",
          "hgvs_p": "p.Arg419Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588826.1",
          "strand": false,
          "transcript": "ENST00000918767.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 479,
          "aa_ref": "R",
          "aa_start": 401,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2899,
          "cdna_start": 1990,
          "cds_end": null,
          "cds_length": 1440,
          "cds_start": 1201,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000675785.2",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1201_1203delCGCinsTGT",
          "hgvs_p": "p.Arg401Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000502019.1",
          "strand": false,
          "transcript": "ENST00000675785.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "R",
          "aa_start": 392,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2275,
          "cdna_start": 1296,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 1174,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000906067.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1174_1176delCGCinsTGT",
          "hgvs_p": "p.Arg392Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576126.1",
          "strand": false,
          "transcript": "ENST00000906067.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 454,
          "aa_ref": "R",
          "aa_start": 376,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2246,
          "cdna_start": 1265,
          "cds_end": null,
          "cds_length": 1365,
          "cds_start": 1126,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000906064.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1126_1128delCGCinsTGT",
          "hgvs_p": "p.Arg376Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576123.1",
          "strand": false,
          "transcript": "ENST00000906064.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 423,
          "aa_ref": "R",
          "aa_start": 345,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2088,
          "cdna_start": 1111,
          "cds_end": null,
          "cds_length": 1272,
          "cds_start": 1033,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918770.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1033_1035delCGCinsTGT",
          "hgvs_p": "p.Arg345Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588829.1",
          "strand": false,
          "transcript": "ENST00000918770.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 318,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2053,
          "cdna_start": 1072,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 952,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918769.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.952_954delCGCinsTGT",
          "hgvs_p": "p.Arg318Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588828.1",
          "strand": false,
          "transcript": "ENST00000918769.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 377,
          "aa_ref": "R",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1964,
          "cdna_start": 993,
          "cds_end": null,
          "cds_length": 1134,
          "cds_start": 895,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000906069.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.895_897delCGCinsTGT",
          "hgvs_p": "p.Arg299Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576128.1",
          "strand": false,
          "transcript": "ENST00000906069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 318,
          "aa_ref": "R",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2120,
          "cdna_start": 1141,
          "cds_end": null,
          "cds_length": 957,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011542347.3",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.718_720delCGCinsTGT",
          "hgvs_p": "p.Arg240Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011540649.1",
          "strand": false,
          "transcript": "XM_011542347.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2377,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000906068.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "c.1313-31_1313-29delCGCinsTGT",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576127.1",
          "strand": false,
          "transcript": "ENST00000906068.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": 2247,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000469100.5",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "n.1264_1266delCGCinsTGT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000469100.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": 1044,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000478828.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "n.815_817delCGCinsTGT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000478828.1",
          "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": 2197,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000487404.5",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "n.1658_1660delCGCinsTGT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000487404.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": 2178,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000490826.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "n.1202_1204delCGCinsTGT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000490826.1",
          "transcript_support_level": 2
        },
        {
          "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": 2075,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000674629.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "n.*896_*898delCGCinsTGT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000502470.1",
          "strand": false,
          "transcript": "ENST00000674629.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": 2784,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000674654.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "n.*1308_*1310delCGCinsTGT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501729.1",
          "strand": false,
          "transcript": "ENST00000674654.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": 3263,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000676297.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "n.*1522_*1524delCGCinsTGT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501596.1",
          "strand": false,
          "transcript": "ENST00000676297.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": 2075,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000674629.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "n.*896_*898delCGCinsTGT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000502470.1",
          "strand": false,
          "transcript": "ENST00000674629.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": 2784,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000674654.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "n.*1308_*1310delCGCinsTGT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501729.1",
          "strand": false,
          "transcript": "ENST00000674654.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": 3263,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000676297.1",
          "gene_hgnc_id": 12840,
          "gene_symbol": "YARS1",
          "hgvs_c": "n.*1522_*1524delCGCinsTGT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501596.1",
          "strand": false,
          "transcript": "ENST00000676297.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 12840,
      "gene_symbol": "YARS1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 4.044,
      "pos": 32779508,
      "ref": "GCG",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_003680.4"
    }
  ]
}
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.