View source: R/Visualization.R
| Plot_Barplot_temp | R Documentation |
Plot barplot for visualizing temporally DE genes analysis.
Plot_Barplot_temp(result, title)
result |
A data frame with approriate format for visualization. |
title |
A title of the visualization. |
No return values.
table.DE.temp <- ListToDataframe(l = de.temp.result.all, type = 'barplot') Plot_Barplot_temp(result = table.DE.temp, title = 'Temporally DE Genes')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.