k96nb01 / immunogenetr_package

0 stars 0 forks source link

Need to write a function to clean up HLA typing #6

Closed k96nb01 closed 1 month ago

k96nb01 commented 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.

k96nb01 commented 1 month ago

Added HLA_validate.