GithubHelp home page GithubHelp logo

rpubmed's Introduction

rpubmed

Build Status

Tools for extracting and processing records from Pubmed and Pubmed Central.

This project is still very much in development... Please contact me with any questions, suggestions or bug reports.

I have built in support for searching and processing MeSH headings, making this package of particular use for biomedical researchers conducting systematic reviews and meta-analyses. Two of these functions (mesh_assoc_table and keyword_assoc_table) produce association matrices which can be fed into graph packages such as igraph to visualise the associations between different search terms.

Available functions:

  • fetch - Tools for bulk downloading of Pubmed records
    • fetch_in_chunks(ids, chunk_size = 500, delay = 0, ...)
    • pubmed_fetch(ids, file_format = "xml", as_r_object = TRUE, ...)
  • textsearch - Tools for text-mining of abstracts and metadata from downloaded records
    • get_articles_by_terms(corpus, term_list, where, case_sensitive = FALSE, ...)
    • record_counts_by_year(corpus)
  • io - saving records to disk and printing summaries of abstract lists to file or sdout
    • write_JSON_file(x, file)
    • write_record_list(articles, out_file = "", abstract_p = FALSE, markdown_p = FALSE, linestart = "* ")
  • locations - Geocoding functionality added for finding the coordinates of departments affiliated with Pubmed Articles.
    • geocode_addresses(addresses, sleeper = 0.33, depth = 3)
    • get_article_location_data(abstracts)
    • geocode_address(address, depth = 3)
  • mesh - Tools for processing and exploring associations between MeSH headings and other keywords
    • mesh_assoc_table(corpus)
    • keyword_assoc_table(corpus, keyword_list, keyword_names, ...)
    • get_mesh_headings(article)
    • mesh_heading_frequency(corpus)

rpubmed's People

Contributors

daspringate avatar karthik avatar sckott avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.