
Barplot of DEG counts (Up/Down) across comparisons
get_deg_count_barplot.RdBarplot of DEG counts (Up/Down) across comparisons
Arguments
- x
A
VISTAobject containing DEG summaries.- sample_comparisons
Optional character vector of comparison names to display.
- show_counts
Logical; overlay numeric counts above bars when
TRUE.- font_size
Numeric base font size for the plot.
- fill_colors
Named vector giving fill colors for
"Up"and"Down"bars.- facet_by
Either
"none","regulation", or"sample_comparisons"(alias"sample_comparison") describing the facet variable. Use"none"for a single panel.- facet_scale
Scale option passed to
facet_wrap()when faceting.