plot_dCT_singleRep: plot_dCT_singleRep

Description Usage Arguments Value

View source: R/plot_dCT_singleRep.R

Description

Generates a barplot of the dCT values for each sample with error bars.

Usage

1
2
plot_dCT_singleRep(dCTobj, palette = "Set1", xlab = "", ylab = "",
  title = "", legend.title = "", theme_classic = TRUE)

Arguments

dCTobj

A data.frame generated from the get_dCT_singleRep function.

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.

theme_classic

Boolean value. TRUE will yield a plot with the 'classic' background. FALSE will yield a plot with the default ggplot2 theme.

Value

A ggplot2 barplot of dCT values.


sccallahan/WARPqpcr documentation built on March 1, 2020, 1:23 a.m.