View source: R/norm_factor_fun.R
norm_factor_fun | R Documentation |
Calculate a normalization factor for each sample using the average of the dct values of all genes used for normalization.
norm_factor_fun(dct_data, hkg, exp_name)
dct_data |
data.frame containing the qPCR data including dCt values as calculated by |
hkg |
a character vector containing the names of the targets used as normalization genes |
exp_name |
experiment name (used as plot title and to name the saved file) |
a named numeric vector with the normalization factor calculated for each sample. In addition, saves a PDF containing a scatterplot to asses the correlation between the expression values of normalization genes (if using more than one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.