dotplot-methods: dotplot

Description Usage Arguments

Description

dot plot method

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## S4 method for signature 'compareClusterResult'
dotplot(
  object,
  x = ~Cluster,
  color = "p.adjust",
  showCategory = 5,
  split = NULL,
  font.size = 12,
  title = "",
  by = "geneRatio",
  includeAll = TRUE
)

Arguments

object

compareClusterResult object

x

x variable

color

one of pvalue or p.adjust

showCategory

category numbers

split

ONTOLOGY or NULL

font.size

font size

title

figure title

by

one of geneRatio, Percentage or count

includeAll

logical


enrichplot documentation built on Jan. 30, 2021, 2:01 a.m.