README.md

pubmed.network

This R package contains functions for network analysis of PubMed data.

Description

An ongoing network analysis of an excerpt of the PubMed bibliographic database makes use of the Author-ity database to disambiguate author names. The data consolidation consists in omitting

Further steps will be discussed as they are performed.

Install

The repo is arranged as an R package and can be installed using the devtools package:

if(!require(devtools)) {
    install.packages('devtools')
    stopifnot(require(devtools))
}
install_github('corybrunson/pubmed.network')

If you experience any problems with the installation process (that aren't resolved by ? and searching, e.g., StackExchange, please let me know.

References

The Author-ity database is credited to:



corybrunson/pubmed.network documentation built on May 13, 2019, 10:52 p.m.