# Before plotting, the result needs to be extracted as below:
res <- qpcrANOVARE(data_1factor, numberOfrefGenes = 1, block = NULL)$Result
# Bar plot
oneFACTORplot(res,
width = 0.4,
fill = "skyblue",
y.axis.adjust = 1,
y.axis.by = 0.2,
errorbar = "se",
show.letters = TRUE,
letter.position.adjust = 0.05,
ylab = "Relative Expression",
xlab = "Factor Levels",
fontsize = 12)
Run the code above in your browser using DataLab