Description Usage Arguments Value Author(s) Examples
View source: R/helper-methods.R
Computes the Et value from the Ct value in an existing data frame and returns a new data frame with the Et column appended
1 | computeEtFromCt(df, column = "Ct", Cmax = 40)
|
df |
a |
column |
The name of the |
Cmax |
the maximum number of cycles performed. 40 by default. |
A copy of df
with the 'Et' column appended
Greg Finak
1 2 | data(vbeta)
vbeta <- computeEtFromCt(vbeta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.