Skip to content

Commit

Permalink
Merge pull request #1606 from griffithlab/issue-1603_fix-significance…
Browse files Browse the repository at this point in the history
…-NA-text

clinical significance N/A tip text all switched to same string
  • Loading branch information
jmcmichael committed Mar 18, 2021
2 parents 4868188 + 92f608d commit 3681c55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/services/ConfigService.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
'Resistance': 'Associated with clinical or preclinical resistance to treatment',
'Adverse Response': 'Associated with an adverse response to drug treatment',
'Reduced Sensitivity': 'Response to treatment is lower than seen in other treatment contexts',
'N/A': 'Variant does not inform clinical action'
'N/A': 'Clinical Significance is not applicable.'
},
'Diagnostic': {
'Positive': 'Associated with diagnosis of disease or subtype',
Expand All @@ -250,10 +250,10 @@
'Prognostic': {
'Better Outcome': 'Demonstrates better than expected clinical outcome',
'Poor Outcome': 'Demonstrates worse than expected clinical outcome',
'N/A': 'Variant does not inform clinical action'
'N/A': 'Clinical Significance is not applicable.'
},
'Predisposing': {
'N/A': 'Clinical Significance is Not Applicable for Predisposing Evidence Type'
'N/A': 'Clinical Significance is not applicable.'
},
'Functional': {
'Gain of Function': 'Sequence variant confers an increase in normal gene function',
Expand All @@ -264,7 +264,7 @@
'Unknown': 'Sequence variant that cannot be precisely defined by the other listed categories',
},
'Oncogenic': {
'N/A': 'Clinical Significance is Not Applicable for Oncogenic Evidence Type'
'N/A': 'Clinical Significance is not applicable.'
}
},
assertion: {
Expand All @@ -273,7 +273,7 @@
'Resistance': 'Associated with clinical or preclinical resistance to treatment',
'Adverse Response': 'Associated with an adverse response to drug treatment',
'Reduced Sensitivity': 'Response to treatment is lower than seen in other treatment contexts',
'N/A': 'Variant does not inform clinical action'
'N/A': 'Clinical Significance is not applicable.'
},
'Diagnostic': {
'Positive': 'Associated with diagnosis of disease or subtype',
Expand All @@ -282,7 +282,7 @@
'Prognostic': {
'Better Outcome': 'Demonstrates better than expected clinical outcome',
'Poor Outcome': 'Demonstrates worse than expected clinical outcome',
'N/A': 'Variant does not inform clinical action'
'N/A': 'Clinical Significance is not applicable.'
},
'Predisposing': {
'Pathogenic': 'Very strong evidence the variant is pathogenic',
Expand Down

0 comments on commit 3681c55

Please sign in to comment.