compare_mir_terms_shiny: Compare miRNA-terms association between two abstracts.

Description Usage Arguments

View source: R/compare_mir_terms_shiny.R

Description

Compare miRNA-terms association between two abstracts.

Usage

1
2
3
4
5
6
7
8
9
compare_mir_terms_shiny(
  df,
  mir,
  unique_shared = "unique",
  top = 20,
  token = "words",
  type = "standard",
  normalize = TRUE
)

Arguments

df

Data frame with two topics and miRNA names.

mir

String. miRNA name of interest.

unique_shared

String. Either "unique" or "shared". Sets if unique or shared miR-term associations shall be displayed.

top

Integer. Number of top terms to plot.

token

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

type

String. Either "standard", "log2", or "scatter". Specifies scale/plot type.

normalize

Boolean. Specifies if count shall be normalized.

return

Bar plot with top terms, either unique miRNA-term or shared miRNA-term associations.


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