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)
library(LinkageData)
Geneset <- system.file("extdata", "SASPGeneSet.rdata", package = "LinkageData")
load(Geneset)
go <-
  GOEnrichment(gene_list = SASPGeneSet,
               Species = "Homo",
               genelist_idtype = "external_gene_name")
p <- EnrichWordCloud(go, Type = "GO")