Update MSI_High_matching.py
Browse files- MSI_High_matching.py +1 -1
MSI_High_matching.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import re
|
| 2 |
|
| 3 |
-
keys = ['
|
| 4 |
words = ['i like apples', 'i have a banana', 'oranges are tasty']
|
| 5 |
|
| 6 |
# Create regex pattern
|
|
|
|
| 1 |
import re
|
| 2 |
|
| 3 |
+
keys = ['dmmr', 'deficient mismatch repair', 'hypermutation','lynch syndrome']
|
| 4 |
words = ['i like apples', 'i have a banana', 'oranges are tasty']
|
| 5 |
|
| 6 |
# Create regex pattern
|