A combined beeswarm / boxplot
showGene.Rd
A combined beeswarm / boxplot
Usage
showGene(
data,
group,
main = "",
pch = 19,
xlab = "",
ylab = "log2 expression",
las = 2,
pwcol = NULL,
...
)
Arguments
- data
a vector of numeric values to be plotted
- group
factor describing the groups
- main
title of the plot
- pch
character to plot the points
- xlab, ylab
x and y axis labels
- las
see par()
- pwcol
colors of the points (see beeswarm)
- ...
any additional parameters to be passed to the beeswarm command