ct_sd_plot | R Documentation |
QC plot of Ct standard deviation of technical replicates
ct_sd_plot(
norm_data,
max_sd = sd(c(0, 0.5)),
max_ct = 35,
exp_name = "exp_name"
)
norm_data |
data frame with the normalized qPCR data as generated bu the |
max_sd |
maximum standard deviation value between technical replicates to be considered acceptable, a horizontal red line will be drawn in the plot at this value (default = sd(c(0, 0.5))) |
max_ct |
maximum Ct value considered for quantitative range, a vertical red line will be drawn in the plot at this value (default = 35) |
exp_name |
experiment name (used as plot title and to name the saved file) |
a pdf file is saved with the corresponding plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.