View source: R/is.valid.IsotypeSwitch.R
is.valid.IsotypeSwitch | R Documentation |
The genetic order in humans is "germline", 'M', 'D', "G3", "G1", "A1", "G2", "G4", 'E' and "A2". Note, that the letters "Ig" are cut off the input, in case they are present.
is.valid.IsotypeSwitch(subclassParent, subclassChild)
subclassParent |
The isotype subclass of the possible parent. |
subclassChild |
The isotype subclass of the possible child. |
Boolean, indicating whether this parent - child relationship is possible (TRUE
) or not (FALSE
). If both subclasses are the same, the result is TRUE
. If the input subclasses are not valid, 'NA' is returned.
# FALSE
is.valid.IsotypeSwitch( "IgG3", "IgM" )
# TRUE
is.valid.IsotypeSwitch( "A1", "A2" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.