Plot_Barplot_temp: The temporally DE genes version of Barplot

View source: R/Visualization.R

Plot_Barplot_tempR Documentation

The temporally DE genes version of Barplot

Description

Plot barplot for visualizing temporally DE genes analysis.

Usage

Plot_Barplot_temp(result, title)

Arguments

result

A data frame with approriate format for visualization.

title

A title of the visualization.

Value

No return values.

Examples

table.DE.temp <- ListToDataframe(l = de.temp.result.all, type = 'barplot')
Plot_Barplot_temp(result = table.DE.temp, title = 'Temporally DE Genes')


xnnba1984/DoubletCollection documentation built on Dec. 10, 2022, 11:13 a.m.