plot_kegg_radar_chart: this function takes in input the pathways enriched and retur...

Description Usage Arguments Value

View source: R/plotting_functions.R

Description

this function takes in input the pathways enriched and retur a radar chart for each one of the gene label category

Usage

1
2
plot_kegg_radar_chart(Enriched_list, n = 5, vlcex = 1.5,
  kegg_level = 1, mar = c(2, 1, 1, 1))

Arguments

Enriched_list

is the list of dataframe resulting from enrichment for each gene category

n

is the max number of pathways to plot in each radar plot

vlcex

is the size of the labels

kegg_level

is the level of the kegg hierarchy to be considered in the plotting

mar

are the margin settings for the plot

caxislabels

is a character vector for center axis labels, overwriting values specified in axistype option. If NULL, the values specified by axistype option are used. Default is NULL.

Value

a ggplot object


angy89/TinderMIX documentation built on Nov. 26, 2020, 9:26 p.m.