Description Usage Arguments Value Author(s)
Plots the relative or absolute number of up- and down- regulated genes and a asterisks if the ratio is significant
1 | barplot_up_down(up_mat, down_mat, p_val_mat, ylim = c(-1.2,1.45), names.arg, main, labels, ylab="Proportion of overlap")
|
up_mat, down_mat |
(relative) number of up or down regulated genes |
p_val_mat |
matrix of p-values for each time point and each treatment. Indicating if ratio of up- and down- regulated genes is significant compared to the background. |
ylim |
defines the limits of the y-axis |
names.arg |
defines the names of the bars. Details: barplot |
main |
defines the title of the plot |
labels |
defines the labels of the x-axis |
ylab |
defines the label of the y-axis |
a barplot
Alexander Gabel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.