fortify.compareClusterResult {clusterProfiler}R Documentation

fortify

Description

convert compareClusterResult to a data.frame that ready for plot

Usage

## S3 method for class 'compareClusterResult'
fortify(
  model,
  data,
  showCategory = 5,
  by = "geneRatio",
  split = NULL,
  includeAll = TRUE
)

Arguments

model

compareClusterResult object

data

not use here

showCategory

category numbers

by

one of geneRatio, Percentage or count

split

ONTOLOGY or NULL

includeAll

logical

Value

data.frame

Author(s)

Guangchuang Yu


[Package clusterProfiler version 3.14.3 Index]