View source: R/classes-plate.R
is_valid_sample_type | R Documentation |
Check if the sample type is valid. The sample type is valid if it is one of the
elements of the VALID_SAMPLE_TYPES
vector. The valid sample types are:
c(ALL, BLANK, TEST, NEGATIVE CONTROL, STANDARD CURVE, POSITIVE CONTROL)
.
is_valid_sample_type(sample_type)
sample_type |
A string representing the sample type. |
TRUE
if the sample type is valid, FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.