Description Usage Arguments Value Author(s)
Internal plot function for plotting compareClusterResult
1 2 3 4 5 6 7 8 9 | plotting.clusterProfile(
clProf.reshape.df,
x = ~Cluster,
type = "dot",
colorBy = "p.adjust",
by = "geneRatio",
title = "",
font.size = 12
)
|
clProf.reshape.df |
data frame of compareCluster result |
x |
x variable |
type |
one of dot and bar |
colorBy |
one of pvalue or p.adjust |
by |
one of percentage and count |
title |
graph title |
font.size |
graph font size |
ggplot object
Guangchuang Yu https://guangchuangyu.github.io
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.