compare_mir_terms_unique_shiny: Compare unique terms for miR in data frame

Description Usage Arguments

View source: R/compare_mir_terms_shiny.R

Description

Compare unique terms for miR in data frame.

Usage

1
2
3
4
5
6
7
compare_mir_terms_unique_shiny(
  df,
  mir,
  top = 20,
  token = "words",
  normalize = TRUE
)

Arguments

df

Data frame with two topics and miRNA names.

mir

String. miRNA name of interest.

top

Integer. Number of top terms to plot.

token

String. Either "words" or "2-grams". Specifies type of tokenization

normalize

Boolean. Specifies if count shall be normalized.

return

Bar plot with top terms compared.


JulFriedrich/miRetrieveShiny documentation built on Jan. 9, 2022, 8:29 a.m.