Title: | Journal club papers |
---|---|
Description: | Uses citations and PubMed queries to generate new publications for a journal club. |
Authors: | Matthew Suderman [cre, aut], Paul Yousefi [aut] |
Maintainer: | Matthew Suderman <[email protected]> |
License: | Artistic-2.0 |
Version: | 1.0.0 |
Built: | 2025-01-15 02:37:26 UTC |
Source: | https://github.com/perishky/journalclub |
Generates a data frame providing information (abstract, title, authors, journal, publication date) for a list of PMIDs.
journalclub.annotate(pmids, retmax = 100)
journalclub.annotate(pmids, retmax = 100)
A data frame with one row per publication.
Retrieve new publications for a journal club
journalclub.candidates(dir, query = NULL, recent = 30, debug = F)
journalclub.candidates(dir, query = NULL, recent = 30, debug = F)
dir |
Directory where the journal club history is stored. |
query |
PubMed query for identifying new publications (Default: NULL). |
recent |
Number of days to look back for publications from the current day (Default: 30). |
A data frame listing recent publications that have not been considered for previous journal clubs and either match the input query or cite a previously presented publication.
Retrieve recent publications that cite a given set of publications
journalclub.citing(pmids, days = 30, retmax = 100, verbose = T)
journalclub.citing(pmids, days = 30, retmax = 100, verbose = T)
pmids |
PMIDs for papers to be cited. |
days |
Number of days to look back for publications from the current day (Default: 30). |
A vector of PMIDs matching the query.
Retrieve PMIDs for recent publications matching a query.
journalclub.query(query, days = 30, retmax = 1e+05)
journalclub.query(query, days = 30, retmax = 1e+05)
query |
PubMed query. |
days |
Number of days to look back for publications from the current day (Default: 30). |
A vector of PMIDs matching the query.
Update journal club history with newly presented publications
journalclub.update(dir, presented)
journalclub.update(dir, presented)
dir |
Directory where the journal club history is stored. |
presented |
List of PMIDs for the publications that were presented. |
TRUE