AdjustTiter | R Documentation |
This function is to adjust titers to the limit of detection from log2(10) to log2(1280)
AdjustTiter(df, col_vec, min_thres = NA, val_min = log2(10),
max_thres = NA, val_max = log2(1280))
col_vec |
Columns that indicate titers |
min_thres |
minimum threshold |
max_thres |
maximum threshold |
Titers which have no value below log2(10) or above log2(1280)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.