Closed k96nb01 closed 1 month ago
columns_to_GLstring, for example, uses HLA_truncate to replace any nonstandard HLA typing with NAs, but my updated HLA_truncate does not have this feature. Write a new function to validate HLA typing and return an NA if it is not valid.
Added HLA_validate.
HLA_validate
columns_to_GLstring, for example, uses HLA_truncate to replace any nonstandard HLA typing with NAs, but my updated HLA_truncate does not have this feature. Write a new function to validate HLA typing and return an NA if it is not valid.