R/draw_TrajClusterPie.R
draw_TrajClusterPie.Rd
Group all DDEGs based on their main-type and sub-type trajectory patterns and plot their composition in a hierachical pie chart. Inner pie chart represents the main-type trajectory pattern composition. The outer pie chart represents sub-type trajectory pattern composition.
draw_TrajClusterPie(
master.list,
fig.title = "",
inner.radius = 0.7,
cex.out = 1,
cex.in = 1
)
a list object. The output from run_TrendCatcher function, contains master.table element.
a string. The main title of the figure. By default if "".
a numeric variable. The inner pie chart radius size. By default is 0.7.
a numeric variable. The text size of label of outer pie chart. By default is 1.
a numeric variable. The text size of the label of inner pie chart. By default is 1.
plot.