View source: R/plotClusterProfiler_CellComm.R
plotClusterProfiler | R Documentation |
Plot the cluster profiler and save to file.
plotClusterProfiler( table, num.pathways = 10, number.words = 3, order, flip = TRUE )
table |
compareClusterResult; the compareClusterResult of the compareClusterResult class as obtained from the clusterProfiler::compareCluster constructor. |
num.pathways |
numeric; the maximum number of pathways considered in the analysis. |
number.words |
numeric; the minimum number of words for the cluster to be considered. |
order |
character vector; the ordered names of clusters. |
flip |
boolean; apply coordinate flip (horizontal and vertical) to the plot. |
ggplot2; plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.