We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262e069 commit e1c55d9Copy full SHA for e1c55d9
tests/features/mac.feature
@@ -6,9 +6,17 @@ Feature: MAC (Multiple Allele Code)
6
When reducing on the <Level> level (ambiguous)
7
Then the reduced allele is found to be <Redux Allele>
8
9
- Examples:
+
10
+ Examples: MACs with group expansions
11
| Allele | Level | Redux Allele |
12
| A*01:AB | G | A*01:01:01G/A*01:02 |
13
| A*01:AB | lgx | A*01:01/A*01:02 |
14
| HLA-A*01:AB | G | HLA-A*01:01:01G/HLA-A*01:02 |
- | HLA-A*01:AB | lgx | HLA-A*01:01/HLA-A*01:02 |
15
+ | HLA-A*01:AB | lgx | HLA-A*01:01/HLA-A*01:02 |
16
17
18
+ Examples: MACs with allelic expansions
19
+ | Allele | Level | Redux Allele |
20
+ | B*08:ASXJP | G | B*08:01:01G |
21
+ | B*08:ASXJP | lgx | B*08:01 |
22
+ | C*07:HTGM | lgx | C*07:01/C*07:150Q |
0 commit comments