Package: miRetrieve
Type: Package
Title: miRNA Text Mining in Abstracts
Version: 1.3.4
Authors@R: c(person(given = "Julian",
           family = "Friedrich",
           role = c("aut", "cre"),
           email = "julian.friedrich@medma.uni-heidelberg.de"),
    person(given = "Hans-Peter",
           family = "Hammes",
           role = "aut"),
    person(given = "Guido",
           family = "Krenning",
           role = "aut"))
Author: Julian Friedrich [aut, cre],
  Hans-Peter Hammes [aut],
  Guido Krenning [aut]
Maintainer: Julian Friedrich <julian.friedrich@medma.uni-heidelberg.de>
Description: Providing tools for microRNA (miRNA) text mining. 
    miRetrieve summarizes miRNA literature by extracting, counting, and 
    analyzing miRNA names, thus aiming at gaining biological insights into a 
    large amount of text within a short period of time. To do so, miRetrieve 
    uses regular expressions to extract miRNAs and tokenization to 
    identify meaningful miRNA associations. In addition, miRetrieve uses 
    the latest miRTarBase version 8.0 (Hsi-Yuan Huang et al. (2020) 
    "miRTarBase 2020: updates to the experimentally validated microRNA–target 
    interaction database" <doi:10.1093/nar/gkz896>) to display field-specific 
    miRNA-mRNA interactions. The most important functions are available as a 
    Shiny web application under <https://miretrieve.shinyapps.io/miRetrieve/>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.0)
Imports: dplyr (>= 1.0.7), forcats (>= 0.5.1), ggplot2 (>= 3.3.5),
        magrittr (>= 2.0.1), openxlsx (>= 4.2.4), plotly (>= 4.9.4.1),
        purrr (>= 0.3.4), readr (>= 2.0.1), readxl (>= 1.3.1), rlang
        (>= 0.4.11), scales (>= 1.1.1), stringr (>= 1.4.0), textclean
        (>= 0.9.3), tidyr (>= 1.1.3), tidytext (>= 0.3.1), topicmodels
        (>= 0.2.12), wordcloud (>= 2.6), xml2 (>= 1.3.2), zoo (>=
        1.8-9)
RoxygenNote: 7.1.1
Suggests: kableExtra, knitr, reshape2, rmarkdown, testthat
NeedsCompilation: no
Packaged: 2021-09-18 17:09:56 UTC; Julian
Repository: CRAN
Date/Publication: 2021-09-18 17:30:02 UTC
Built: R 4.0.2; ; 2021-09-19 11:19:21 UTC; unix
