Description Usage Arguments Value
View source: R/plot_ddCT_singleRep.R
Generates a barplot of the ddCT values for each sample with error bars.
1 2 3 |
ddCTobj |
A data.frame generated from the |
palette |
Any color palette from RColorBrewer. |
xlab |
x axis label. |
ylab |
y axis label. |
title |
Main title for the plot. |
legend.title |
Title for the plot legend. |
hideHKG |
Boolean value indicating whether or not the housekeeping gene should be removed from the plot |
HKGname |
A character vector of the housekeeping gene name. Required if 'hideHKG' is TRUE. |
theme_classic |
Boolean value. TRUE will yield a plot with the 'classic' background. FALSE will yield a plot with the default ggplot2 theme. |
rel.exp |
Boolean value indicating whether or not relative expression values should be used for plot. TRUE will generate a plot of relative expression values, FALSE will generate a plot of log2 fold-change values. |
A ggplot2 barplot of ddCT values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.