powered by
A combined beeswarm / boxplot
showGene( data, group, main = "", pch = 19, xlab = "", ylab = "log2 expression", las = 2, pwcol = NULL, ... )
a vector of numeric values to be plotted
factor describing the groups
title of the plot
character to plot the points
x and y axis labels
see par()
colors of the points (see beeswarm)
any additional parameters to be passed to the beeswarm command
This is just a simple wrapper around the beeswarm() and boxplot() commands.
data(Egambia) E <- as.matrix(Egambia[,-c(1:3)]) showGene(E["20799",], rep(c("CTRL", "TB"), each=15))
Run the code above in your browser using DataLab