Plot MANGO trees for a single condition
Source:R/MANGO_TREE_PLOT_forSINGLE.R
MANGO_TREE_PLOT_forSINGLE.RdVisualize tree-level summaries from MANGO_SEPERATE output for a single-case
analysis. Supports bar plot and circular (polar) plot styles.
Examples
stopifnot(is.function(MANGO_TREE_PLOT_forSINGLE))
# \donttest{
# MANGO_TREE_PLOT_forSINGLE(
# filepath = ".",
# trends = "UP",
# width = 10,
# height = 6,
# plot = "bar",
# DEG_list_name = "input_DEG_list.txt"
# )
# }