Package: miRetrieve 1.3.4

Julian Friedrich
miRetrieve: miRNA Text Mining in Abstracts
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/>.
Authors:
miRetrieve_1.3.4.tar.gz
miRetrieve_1.3.4.tar.gz(r-4.5-noble)miRetrieve_1.3.4.tar.gz(r-4.4-noble)
miRetrieve_1.3.4.tgz(r-4.4-emscripten)miRetrieve_1.3.4.tgz(r-4.3-emscripten)
miRetrieve.pdf |miRetrieve.html✨
miRetrieve/json (API)
NEWS
# Install 'miRetrieve' in R: |
install.packages('miRetrieve', repos = 'https://cloud.r-project.org') |
- df_crc - Dataset of PubMed data of miRNAs in Colorectal Cancer
- df_mirtarbase - MiRTarBase version 8.0
- df_panc - Dataset of PubMed data of miRNAs in Pancreatic Cancer
- df_test - Test dataset of PubMed abstracts
- ngram_stopwords - Stop words for n-grams
- stopwords_2gram - Stop words for text mining with common PubMed 2-grams
- stopwords_miretrieve - Stop words for text mining with miRetrieve
- stopwords_pubmed - Stop words for text mining from PubMed abstracts
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:1abaa407f9. Checks:3 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 15 2025 |
R-4.5-linux | OK | Mar 15 2025 |
R-4.4-linux | OK | Mar 15 2025 |
Exports:add_col_topicanimal_keywordsassign_topicassign_topic_ldabiomarker_keywordscalculate_score_animalscalculate_score_biomarkercalculate_score_patientscalculate_score_topiccombine_dfcombine_mircombine_stopwordscompare_mir_countcompare_mir_count_log2compare_mir_count_uniquecompare_mir_termscompare_mir_terms_log2compare_mir_terms_scattercompare_mir_terms_uniquecount_mircount_mir_thresholdcount_snpcount_targetextract_mir_dfextract_mir_stringextract_snpfit_ldagenerate_stopwordsget_distinct_mir_dfget_distinct_mir_vecget_mirget_pmidget_shared_mir_dfget_shared_mir_vecget_snpindicate_mirindicate_termjoin_mirtarbasejoin_targetspatients_keywordsplot_lda_termplot_mir_countplot_mir_count_thresholdplot_mir_developmentplot_mir_newplot_mir_termsplot_perplexityplot_score_animalsplot_score_biomarkerplot_score_patientsplot_score_topicplot_target_countplot_target_mir_scatterplot_wordcloudread_pubmedread_pubmed_jatssave_excelsave_plotsubset_dfsubset_mirsubset_mir_thresholdsubset_researchsubset_reviewsubset_snpsubset_year
Dependencies:askpassbase64encBHbitbit64bslibcachemcellrangerclicliprcolorspacecpp11crayoncrosstalkcurldata.tabledigestdplyrdttenglishevaluatefansifarverfastmapfontawesomeforcatsfsgenericsggplot2gluegtablehighrhmshtmltoolshtmlwidgetshttrisobandjaneaustenrjquerylibjsonliteknitrlabelinglaterlatticelazyevallexiconlifecyclemagrittrMASSMatrixmemoisemgcvmgsubmimemodeltoolsmunsellnlmeNLPopensslopenxlsxpillarpkgconfigplotlyprettyunitsprogresspromisespurrrqdapRegexR6rappdirsRColorBrewerRcppreadrreadxlrematchrlangrmarkdownsassscalesslamSnowballCstringistringrsyssyuzhettextcleantextshapetibbletidyrtidyselecttidytexttinytextmtokenizerstopicmodelstzdbutf8vctrsviridisLitevroomwithrwordcloudxfunxml2yamlzipzoo
Citation
To cite package ‘miRetrieve’ in publications use:
Friedrich J, Hammes H, Krenning G (2021). miRetrieve: miRNA Text Mining in Abstracts. R package version 1.3.4, https://CRAN.R-project.org/package=miRetrieve.
Corresponding BibTeX entry:
@Manual{, title = {miRetrieve: miRNA Text Mining in Abstracts}, author = {Julian Friedrich and Hans-Peter Hammes and Guido Krenning}, year = {2021}, note = {R package version 1.3.4}, url = {https://CRAN.R-project.org/package=miRetrieve}, }
Readme and manuals
miRetrieve
miRetrieve is designed for microRNA text mining in abstracts. By extracting, counting, and analyzing miRNA names from literature, miRetrieve aims at providing biological insights from a large amount of text within a short period of time.
Getting Started
An online version with the most important functions of miRetrieve is available under https://miretrieve.shinyapps.io/miRetrieve/.
To install miRetrieve from CRAN, run
install.packages("miRetrieve")
Alternatively, you can also install miRetrieve from GitHub by running
install.packages("devtools")
devtools::install_github("JulFriedrich/miRetrieve",
dependencies = TRUE,
repos = "https://cran.r-project.org/")
miRetrieve is built around the idea of using field-specific PubMed abstracts from PubMed to characterize and analyze microRNAs in disease-related fields (e.g. "miRNAs in diabetes").
To get started, download a microRNA-related abstract from PubMed via Save - Format: PMID - Create file and load it into R using
df <- miRetrieve::read_pubmed("PubMed_file.txt")
and subsequently extract all microRNAs with
df <- extract_mir_df(df)
An extensive Vignette with the underlying mechanism, functions, and a complete workflow is available under
https://julfriedrich.github.io/miRetrieve/articles/miRetrieve.html
Authors
Julian Friedrich, Hans-Peter Hammes, Guido Krenning
License
miRetrieve is published under the GPL-3 license.
Publication
miRetrieve and its functions are presented in a manuscript, currently under review.
Supplementary Files referenced in the manuscript are located in a different repository, freely available under
https://github.com/JulFriedrich/miRetrieve-paper
Reference
Acknowledgments
-
join_mirtarbase
is based on the latest miRTarBase version 8.0 (http://miRTarBase.cuhk.edu.cn/). If you use miRetrieve to visualize miRNA-mRNA interactions based on miRTarBase, please make sure to cite Hsi-Yuan Huang, Yang-Chi-Dung Lin, Jing Li, et al., miRTarBase 2020: updates to the experimentally validated microRNA–target interaction database, Nucleic Acids Research, Volume 48, Issue D1, 08 January 2020, Pages D148–D154, https://doi.org/10.1093/nar/gkz896. -
compare_mir_terms_log2()
,compare_mir_count_log2()
, andcompare_mir_terms_scatter()
are greatly inspired by “tidytext: Text Mining and Analysis Using Tidy Data Principles in R.” by Silge and Robinson (https://www.tidytextmining.com/). In addition, "tidytext" provides a valuable resource of general text mining in R. -
Key packages for miRetrieve are tidytext, topicmodels, and the packages included in the tidyverse (see Vignette).