Description Usage Arguments Value
View source: R/calculate_qpcr_step_2.R
Calculates delta-delta CT and fold-change for each sample.
1 2 3 4 5 6 7 | calculate_qpcr_step_2(
df,
group_vars,
filter_var,
ctrl_condition,
summarise_vars
)
|
df |
input tibble in wide format with deltaCT |
group_vars |
grouping variable(s), quoted |
filter_var |
filtering variable, quoted |
ctrl_condition |
control condition for filtering variable equality test |
summarise_vars |
variable(s) to summarise, quoted |
A tibble with expression fold-changes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.