View source: R/genes-meta-analyses.R
barplotCommonGenesUnique3D | R Documentation |
Plot the genes in common between 3 datasets
barplotCommonGenesUnique3D(a, b, c, name, print = TRUE, publish = TRUE,
out = "plot", colorpalette, thm, xlab, ylab, baseSize = 12,
baseFamily = "Linux Libertine")
a |
numeric data.frame comprising the first dataset expression data |
b |
numeric data.frame comprising the second dataset expression data |
c |
numeric data.frame comprising the third dataset expression data |
name |
a length-3 character string vector. Names of the three datasets. |
print |
boolean. Default: TRUE. Whether to print the figure or not. |
publish |
boolean. Default: TRUE. Whether to apply ggplot2::theme_bw to the plot. |
out |
character string. Default: "plot". Allows to pick the object returned by the function. |
colorpalette |
vector of character strings to personalise the colours of the plot. |
thm |
function of the type of theme(...) |
xlab |
character string. Allows to change the label of the x-axis. |
ylab |
character string. Allows to change the label of the y-axis. |
baseSize |
size of the font. Default: 12. Applied only if "publish" |
baseFamily |
name of the font. Default is "Linux Libertine". Applied only if "publish" |
depending on the type of "out" can be a data.frame, a plot or the data to create the plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.