barplot_qpcr | R Documentation |
This function visualizes qPCR results as bar plot.
barplot_qpcr( qpcr_data, type = "biorad", group1 = "", group2 = "", group3 = "", group4 = "", group5 = "", ref1 = "", ref2 = "", goi = "", tech_rep = 3, stat = TRUE, test = "t-test", generate_table = FALSE )
qpcr_data |
Input qPCR data to visualize. |
type |
Default biorad. Specify model of thermocycler. |
group1 |
Control group. |
group2 |
Target group. |
group3 |
Target group. |
group4 |
Target group. |
group5 |
Target group. |
ref1 |
Reference gene one. |
ref2 |
Reference gene two. |
goi |
Gene of interest. |
tech_rep |
Number of technical replicates. Optional if consideration of technical replicates for statistical testing is desired. |
stat |
Default TRUE. Enable or disable statistical analysis. |
test |
Default t-test. Select statistical testing method. |
generate_table |
Default False. Set to True to create a table with the results everytime run the function. |
A bar plot of qPCR results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.