pathwayanalysis_wordcloud: A fast way to make a wordcloud from a character vector of...

View source: R/pathwayanalysis.R

pathwayanalysis_wordcloudR Documentation

A fast way to make a wordcloud from a character vector of pathway names

Description

This will make a wordcloud based on a character vector of pathway names. If using with the rest of the pathway analysis pipeline, see the example below.

Usage

pathwayanalysis_wordcloud(pways, delimiter, excludeWords, ...)

Arguments

pways

character vector. pathways to make a wordcloud with. or, more generally, a vector of "documents" with words separated by some delimiter.

delimiter

a single character string. delimiter separating words in each of the elements of the vector pways

excludeWords

words to exlude; for example, "GOBP"

...

other arguments passed on to wordcloud::wordcloud()

Value

a wordcloud as a recordedplot plot object.


FerrenaAlexander/FerrenaBulkRNAseq documentation built on Oct. 16, 2022, 8:18 a.m.