Description Usage Arguments Value
View source: R/upload_abstracts.R
Upload abstracts for Shiny. Unlike in miRetrieve, columns "Type" and "Language" are dropped in miRetrieve Shiny after upload.
1 2 3 4 5 6 7 | upload_abstracts_shiny(
pubmed_file,
threshold = 1,
topic = NULL,
subset_research = TRUE,
extract_letters = FALSE
)
|
pubmed_file |
PubMed-file. |
topic |
String. Specifies topic name. |
subset_research |
Boolen. If TRUE, only abstracts of original research articles are kept. |
extract_letters |
Boolean. If TRUE, letters are extracted from miRNA names (e.g. miR-23a). |
threshold. |
Integer. Specifies how often a miRNA must be mentioned in Abstracts to be extracted. |
Uploaded data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.