View source: R/plot_tissue_enrichment.R
plot_tissue_enrichment | R Documentation |
constructs a bar chart using ggplot to plot tissue enrichment.
plot_tissue_enrichment( data, col.tissue, col.value, xlab = "tissue", ylab = "Hypergeometric P-value", pvalue.line = NULL )
data |
a data.frame |
col.tissue |
string. Column containing tissue names. |
col.value |
string. Column containing pvalue, FDR, enrichment for plotting. |
xlab |
x label |
ylab |
y label |
pvalue.line |
pvalue threshold to be displayed via a horisontal line. |
Other ggplot:
theme_genoppi_bar()
,
theme_scatter()
,
theme_volcano_custom()
,
theme_volcano()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.