View source: R/draw_TrajClusterPie.R
draw_TrajClusterPie | R Documentation |
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
)
master.list, |
a list object. The output from run_TrendCatcher function, contains master.table element. |
fig.title, |
a string. The main title of the figure. By default if "". |
inner.radius, |
a numeric variable. The inner pie chart radius size. By default is 0.7. |
cex.out, |
a numeric variable. The text size of label of outer pie chart. By default is 1. |
cex.in, |
a numeric variable. The text size of the label of inner pie chart. By default is 1. |
plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.