https://github.com/corybrunson/pubmed.network

analysis of PubMed data

https://github.com/corybrunson/pubmed.network

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: ncbi.nlm.nih.gov
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.9%) to scientific vocabulary

Keywords

pubmed reproduction-code
Last synced: 10 months ago · JSON representation

Repository

analysis of PubMed data

Basic Info
  • Host: GitHub
  • Owner: corybrunson
  • License: gpl-2.0
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 1.89 MB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
pubmed reproduction-code
Created over 11 years ago · Last pushed over 11 years ago
Metadata Files
Readme License

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

  • PMIDs (PubMed publication identification numbers) from the PubMed excerpt that do not appear, or do not appear as many times as they should (once for each author), in Author-ity; and
  • PMIDs from Author-ity that do not appear in the PubMed excerpt.

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:

r 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:

  • Torvik VI, Smalheiser NR. "Author name disambiguation in MEDLINE." ACM Transactions on Knowledge Discovery from Data 2009; 3(3):11.
  • Smalheiser NR, Torvik VI. "Author name disambiguation." In Annual Review of Information Science and Technology (B. Cronin, Ed.), Vol. 43 (2009), pp. 287-313.

Owner

  • Name: Cory Brunson
  • Login: corybrunson
  • Kind: user
  • Location: Gainesville, FL
  • Company: @LaboratoryForSystemsMedicine

Mathematician by training, data scientist by testing. Relatively new to pretty much everything.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 3.0.1 depends
  • R.utils * depends
  • data.table * depends
  • igraph * depends
  • reshape2 * depends
  • R.utils * imports
  • data.table * imports
  • igraph * imports
  • reshape2 * imports
  • knitr * suggests