View source: R/compare_mir_terms_shiny.R
Compare unique terms for miR in data frame.
1 2 3 4 5 6 7 | compare_mir_terms_unique_shiny(
df,
mir,
top = 20,
token = "words",
normalize = TRUE
)
|
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 |
normalize |
Boolean. Specifies if count shall be normalized. |
return |
Bar plot with top terms compared. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.