Description Usage Arguments Value
View source: R/CalculateAmounts.R
Use the background_subtracted
fluorescence values to make a lm
from the standard_wells
and predict
the amounts in the other
wells.
1 | CalculateAmounts(background_subtracted, standard_wells)
|
background_subtracted |
A | |||||||||||||||||||||
standard_wells |
A data.table(well = paste0(LETTERS[3:8], 5), amount = c(rep(10, 3), rep(100, 3)))
|
Returns a data.table
of with an additional column called
calculated_amount
containing the result of predict
on the
background_subtracted
values using the lm
from the standards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.