check_mhc_class: Check the MHC class.

View source: R/check_mhc_class.R

check_mhc_classR Documentation

Check the MHC class.

Description

Check the MHC class. Will stop if it is invalid.

Usage

check_mhc_class(mhc_class)

Arguments

mhc_class

MHC class. Must be I, II or NA. Use NA to let the class be deduced automatically

Value

Nothing.

Author(s)

Richèl J.C. Bilderbeek

Examples

check_mhc_class("I")
check_mhc_class("II")
check_mhc_class(NA)

richelbilderbeek/mhcnuggetsr documentation built on Nov. 9, 2023, 10 p.m.