← 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: X-101042265-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=101042265&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 101042265,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_024917.6",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "NM_024917.6",
"protein_id": "NP_079193.2",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000372936.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024917.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000372936.4",
"protein_id": "ENSP00000362027.3",
"transcript_support_level": 1,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024917.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372936.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000372935.5",
"protein_id": "ENSP00000362026.1",
"transcript_support_level": 1,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372935.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000545398.5",
"protein_id": "ENSP00000438134.1",
"transcript_support_level": 1,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545398.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000372939.5",
"protein_id": "ENSP00000362030.1",
"transcript_support_level": 1,
"aa_start": 9,
"aa_end": null,
"aa_length": 459,
"cds_start": 25,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372939.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "NM_001167970.2",
"protein_id": "NP_001161442.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001167970.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "NM_001167972.2",
"protein_id": "NP_001161444.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001167972.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000862825.1",
"protein_id": "ENSP00000532885.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862825.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000862833.1",
"protein_id": "ENSP00000532892.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862833.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000928862.1",
"protein_id": "ENSP00000598921.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928862.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000943813.1",
"protein_id": "ENSP00000613872.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943813.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000928859.1",
"protein_id": "ENSP00000598918.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 503,
"cds_start": 25,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928859.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "NM_001167971.2",
"protein_id": "NP_001161443.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 459,
"cds_start": 25,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001167971.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000862828.1",
"protein_id": "ENSP00000532887.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 459,
"cds_start": 25,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862828.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000862834.1",
"protein_id": "ENSP00000532893.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 459,
"cds_start": 25,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862834.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000928860.1",
"protein_id": "ENSP00000598919.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 459,
"cds_start": 25,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928860.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000943810.1",
"protein_id": "ENSP00000613869.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 459,
"cds_start": 25,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943810.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000943811.1",
"protein_id": "ENSP00000613870.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 459,
"cds_start": 25,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943811.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000928863.1",
"protein_id": "ENSP00000598922.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 455,
"cds_start": 25,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928863.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000862831.1",
"protein_id": "ENSP00000532890.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 452,
"cds_start": 25,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862831.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000928861.1",
"protein_id": "ENSP00000598920.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 422,
"cds_start": 25,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928861.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000943815.1",
"protein_id": "ENSP00000613874.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 407,
"cds_start": 25,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943815.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000943814.1",
"protein_id": "ENSP00000613873.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 402,
"cds_start": 25,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943814.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "ENST00000943812.1",
"protein_id": "ENSP00000613871.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 353,
"cds_start": 25,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943812.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "XM_005262196.3",
"protein_id": "XP_005262253.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262196.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "XM_047442532.1",
"protein_id": "XP_047298488.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 504,
"cds_start": 25,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442532.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser",
"transcript": "XM_047442533.1",
"protein_id": "XP_047298489.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 459,
"cds_start": 25,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442533.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.-142C>T",
"hgvs_p": null,
"transcript": "XM_017029865.2",
"protein_id": "XP_016885354.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": null,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029865.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.-54-4214C>T",
"hgvs_p": null,
"transcript": "XM_011531042.3",
"protein_id": "XP_011529344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": null,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531042.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.-109-894C>T",
"hgvs_p": null,
"transcript": "XM_017029870.2",
"protein_id": "XP_016885359.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": null,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029870.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.-54-4214C>T",
"hgvs_p": null,
"transcript": "XM_047442534.1",
"protein_id": "XP_047298490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": null,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442534.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "c.-334-894C>T",
"hgvs_p": null,
"transcript": "XM_005262201.3",
"protein_id": "XP_005262258.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": null,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262201.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "n.347C>T",
"hgvs_p": null,
"transcript": "ENST00000478422.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000478422.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"hgvs_c": "n.435C>T",
"hgvs_p": null,
"transcript": "XR_001755729.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001755729.3"
}
],
"gene_symbol": "TRMT2B",
"gene_hgnc_id": 25748,
"dbsnp": "rs749483632",
"frequency_reference_population": 0.0000018227437,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000182274,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.16716980934143066,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.131,
"revel_prediction": "Benign",
"alphamissense_score": 0.1036,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.75,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.887,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_024917.6",
"gene_symbol": "TRMT2B",
"hgnc_id": 25748,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Pro9Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}