Skip to content

Commit e1c55d9

Browse files
committed
Added examples for MACs with allelic expansions
1 parent 262e069 commit e1c55d9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tests/features/mac.feature

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ Feature: MAC (Multiple Allele Code)
66
When reducing on the <Level> level (ambiguous)
77
Then the reduced allele is found to be <Redux Allele>
88

9-
Examples:
9+
10+
Examples: MACs with group expansions
1011
| Allele | Level | Redux Allele |
1112
| A*01:AB | G | A*01:01:01G/A*01:02 |
1213
| A*01:AB | lgx | A*01:01/A*01:02 |
1314
| HLA-A*01:AB | G | HLA-A*01:01:01G/HLA-A*01:02 |
14-
| 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

Comments
 (0)