barplotCommonGenesUnique3D: Plot the genes in common between 3 datasets

View source: R/genes-meta-analyses.R

barplotCommonGenesUnique3DR Documentation

Plot the genes in common between 3 datasets

Description

Plot the genes in common between 3 datasets

Usage

barplotCommonGenesUnique3D(a, b, c, name, print = TRUE, publish = TRUE,
  out = "plot", colorpalette, thm, xlab, ylab, baseSize = 12,
  baseFamily = "Linux Libertine")

Arguments

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"

Value

depending on the type of "out" can be a data.frame, a plot or the data to create the plot


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.