calc_fold_change: Calculates the fold change using deltadeltaCt

Description Usage Arguments Value

Description

Calculates the fold change using deltadeltaCt

Usage

1
2
3
4
5
6
7
8
calc_fold_change(
  table,
  house_gene,
  control,
  expt_conditions = c(""),
  sep = "",
  full_table = "no"
)

Arguments

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

Value

a tibble with fold changes calculated based on house_gene and control conditions


JaclynSmith/qPCRr documentation built on Aug. 20, 2020, 1:40 p.m.