View source: R/genes-meta-analyses.R
plot_xsharedDistrib | R Documentation |
Plot the expression breadth distribution computed with xsharedDistrib
plot_xsharedDistrib(DF, colour, annotate = TRUE, publish = TRUE, ...)
DF |
a numeric data.frame that comprises the expression breadth of the genes in a column named 'nb.tissues' |
colour |
colour palette for the different categories. Default: "set2" of colorbrewer2 |
annotate |
boolean. Default: TRUE. Whether to annotate the figure with the counts in each category for an accurate read. |
publish |
boolean. Default: TRUE. Whether to apply ggplot2::theme_bw to the plot. |
... |
other arguments that can be used by ggplot2::theme_bw() |
a figure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.