From d407a3be8e1d0f3f2d46bdc185850fdd8918d2b1 Mon Sep 17 00:00:00 2001 From: "Juan E. Arango Ossa" Date: Tue, 19 Dec 2023 15:02:54 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=92=20minor=20README=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ca540c..c4d26ea 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,7 @@ await annotateFile(inputFile, outputFile) | TP53 locus | Number of TP53 mutations | `TP53mut` | categorical | `0`/`1`/`2 or more` | | TP53 locus | Maximum TP53 VAF | `TP53maxvaf` | numerical, between 0 and 1 | [`0`-`1`] | | TP53 locus | Loss of heterozygosity at TP53| `TP53loh` | binary | `0`/`1` | -| MLL and FLT3 mutations | MLL PTD | `MLL_PTD` | binary | `0`/`1` | +| MLL and FLT3 mutations | MLL PTD | `MLL_PTD` | binary | `0`/`1` / `NA` | | MLL and FLT3 mutations | FLT3 ITD or TKD | `FLT3` | binary | `0`/`1` | | gene main effect | ASXL1 | `ASXL1` | binary | `0`/`1`/`NA` | | gene main effect | CBL | `CBL` | binary | `0`/`1`/`NA` |