upload_table_compare_shiny: Upload second data set to compare

Description Usage Arguments Value

View source: R/upload_abstracts_compare.R

Description

Upload a second data set to compare. This data set is automatically joined to df_present.

Usage

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
)

Arguments

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).

Value

Data frame with miRNAs extracted and two topics


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