View source: R/compare_mir_terms_shiny.R
Compare miRNA-terms association between two abstracts.
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
)
|
df |
Data frame with two topics and miRNA names. |
mir |
String. miRNA name of interest. |
unique_shared |
String. Either |
top |
Integer. Number of top terms to plot. |
token |
String. Either |
type |
String. Either |
normalize |
Boolean. Specifies if count shall be normalized. |
return |
Bar plot with top terms, either unique miRNA-term or shared miRNA-term associations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.