dotplot,compareClusterResult-method {clusterProfiler}R Documentation

dotplot

Description

dot plot method

Usage

## 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


[Package clusterProfiler version 3.14.3 Index]