Skip to contents

Enrichment analysis Dotplot

Usage

EnrichDotPlot(object, size = 8)

Arguments

object

Go or KEGG object.

size

font size.

Value

Enrichment dot plot.

Examples

library(Linkage)
data("SASPGeneSet")
go <-
  GOEnrichment(gene_list = SASPGeneSet,
               Species = "Homo",
               genelist_idtype = "external_gene_name")
p <- EnrichDotPlot(go)
#> Scale for y is already present.
#> Adding another scale for y, which will replace the existing scale.