draw_TrajClusterPie: Draw Grouped DDEGs Main-type and Sub-type Composition in...

View source: R/draw_TrajClusterPie.R

draw_TrajClusterPieR Documentation

Draw Grouped DDEGs Main-type and Sub-type Composition in Hierarchical Pie Chart

Description

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.

Usage

draw_TrajClusterPie(
  master.list,
  fig.title = "",
  inner.radius = 0.7,
  cex.out = 1,
  cex.in = 1
)

Arguments

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.

Value

plot.


jaleesr/TrendCatcher_1.0.0 documentation built on Jan. 29, 2024, 9:34 p.m.