Skip to content

Commit

Permalink
Merge pull request #1061 from zhx828/update-umb-definitions
Browse files Browse the repository at this point in the history
Update description for Fusions and Truncating Mutations
  • Loading branch information
zhx828 authored Dec 5, 2023
2 parents bcd4543 + c4ad577 commit 0ea6f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/webapp/app/shared/utils/Utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -840,16 +840,16 @@ export const getCategoricalAlterationDescription = (
content = (
<span>
Defined as deletion or chromosomal translocation events arising within{' '}
{geneLink} that result in a functional fusion event which preserves an
intact {hugoSymbol} kinase domain.
{geneLink} that result in a functional fusion event.
</span>
);
break;
case TRUNCATING_MUTATIONS:
content = (
<span>
Defined as nonsense, frameshift, or splice-site mutations within{' '}
{geneLink} that are predicted to shorten the coding sequence of gene.
{geneLink} that are predicted to shorten the coding sequence of the
gene.
</span>
);
break;
Expand Down

0 comments on commit 0ea6f75

Please sign in to comment.