Description Usage Arguments Value
View source: R/upload_abstracts_compare.R
Upload a second data set to compare. This data set is automatically joined to
df_present
.
1 2 3 4 5 6 7 8 | upload_table_compare_shiny(
file_compare,
df_present,
topic_compare = "Topic_compare",
threshold = 1,
subset_research = TRUE,
extract_letters = FALSE
)
|
file_compare |
String. File path to upload. |
df_present |
Data frame with extracted miRNAs and topic name. This is the reference data frame that the newly uploaded file is joined to. |
topic_compare |
String. Name of topic for the new data frame. |
threshold |
Integer. Specifies how often a miRNA must be in an abstract to be extracted. |
subset_research |
Boolean. Specifies if only abstracts of original research articles shall be kept. |
extract_letters |
Boolean. Specifies if miRNA shall be extracted with trailing letters (e.g. miR-23a). |
Data frame with miRNAs extracted and two topics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.