Skip to content

Commit

Permalink
Adjacent Normal resolves to N (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Angelica Ochoa <[email protected]>
  • Loading branch information
ao508 authored Feb 6, 2025
1 parent 3f47ec4 commit b1c213a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ private static Map<CmoSampleClass, String> initCmoSampleClassAbbrevMap() {
map.put(CmoSampleClass.RECURRENCE, "T");
map.put(CmoSampleClass.METASTASIS, "T");
map.put(CmoSampleClass.NORMAL, "N");
map.put(CmoSampleClass.ADJACENT_NORMAL, "A");
map.put(CmoSampleClass.ADJACENT_TISSUE, "T");
map.put(CmoSampleClass.ADJACENT_NORMAL, "N");
map.put(CmoSampleClass.ADJACENT_TISSUE, "A");
return map;
}

Expand Down

0 comments on commit b1c213a

Please sign in to comment.