Skip to contents

Enrichment analysis Wordcloud

Usage

EnrichWordCloud(object, Type, plotly = TRUE)

Arguments

object

Go or KEGG object.

Type

Indicate whether it is a GO or KEGG object, GO and KEGG can be selected.

plotly

logical value,Whether or not to use plotly.The default is TRUE.

Value

Enrichment wordcloud.

Examples

library(Linkage)
data("SASPGeneSet")
go <-
  GOEnrichment(gene_list = SASPGeneSet,
               Species = "Homo",
               genelist_idtype = "external_gene_name")
p <- EnrichWordCloud(go, Type = "GO")