Description Usage Arguments Value
Calculates the fold change using deltadeltaCt
1 2 3 4 5 6 7 8 | calc_fold_change(
table,
house_gene,
control,
expt_conditions = c(""),
sep = "",
full_table = "no"
)
|
table |
a tibble with columns sample_name, target_name, and ct |
house_gene |
a character, the target_name which is the housekeeping gene |
control |
a character or character list, conditions which represent the control condition |
expt_conditions |
a character list, conditions which make up sample_name, will become titles of new columns |
sep |
a character, the separation character used in sample_name to separate conditions |
full_table |
a character, "yes" or "no", if yes, will return all intermediate statistics |
a tibble with fold changes calculated based on house_gene and control conditions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.