The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Term-based text-Mining of the ‘PubMed’ repository. Requires internet access!
The function takes vectors of string as term sets for fix-terms
(research topic focus) and pub-terms (terms which can pivot around your
research focus). Install the function with
devtools::install_github("Moshkante/pubmed_mining")
or
simply via CRAN. Mining results are given in text format with pointwise
mutual information (‘PMI’-score) and related article titles and
publishing years. More features will be added in the next version.
Example:
fixterms = "bike" #or multiple terms pubterms = c("dangerous", "extreme") output = getwd() #or "YOUR/DESIRED/PATHWAY" pubmed_textmining(fixterms, pubterms, output)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.