Skip to content

Commit

Permalink
changed keys to camelCase, added meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Rank authored and Nina Rank committed Apr 10, 2024
1 parent 041cfc1 commit 8bf3898
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/geneDetailsConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ export const geneDetailsConfigVersion = '0.1.0';

// Define the gene details configuration
export const geneDetailsConfig = {
hgnc_id_int: {
hgncIdInt: {
label: "HGNC ID",
format: "number",
description: "The unique identifier for the gene from the HGNC database.",
visibility: false
},
NGS: {
ngs: {
label: "Nephro Candidate Gene Score",
format: "number",
description: "Score indicating the likelihood that the gene is linked to kidney disease.",
Expand All @@ -33,7 +33,7 @@ export const geneDetailsConfig = {
style: "chip",
font: "italic"
},
gene_set: {
geneSet: {
label: "Geneset",
format: "text",
description: "The geneset to which this gene belongs to (e.g. training, testing or none).",
Expand All @@ -45,7 +45,7 @@ export const geneDetailsConfig = {
visibility: true,
style: "chip"
},
evidence_count: {
evidenceCount: {
label: "Evidence Count",
format: "number",
description: "The number of evidence items associated with this gene.",
Expand Down

0 comments on commit 8bf3898

Please sign in to comment.