Search Crossref for potential linked references for a DOI
search_doi_links(
doi,
preprint = NULL,
limit = 20,
filter_matches = FALSE,
verbose = TRUE
)
DOI to query
Logical. Whether doi
is a preprint (TRUE
) or publication
(FALSE
). If NULL
(default) attempt to determine this from doi
.
Number of Crossref results to return. Default is 20, max is 1000.
Logical. If TRUE
only return matches rather than all
Crossref results.
Logical. Whether or not to print progress messages.
tibble of potential links
Based on the method described in "Day-to-day discovery of preprint–publication links" https://doi.org/10.1007/s11192-021-03900-7 and code from https://github.com/gcabanac/preprint-publication-linker. Query filters have been modified to allow reverse linking publications to preprints as well as preprints to publications.
search_doi_links("10.1101/133173")
#> Retrieving query data from Crossref...
#> Decided query is a preprint
#> Retrieving results data from Crossref...
#> Found 20 results
#> Checking results for matches...
#> Done!
#> # A tibble: 20 × 39
#> alternative.id container.title created deposited published.print
#> <chr> <chr> <chr> <chr> <chr>
#> 1 1305 Genome Biology 2017-0… 2023-08-… 2017-12
#> 2 NA PLOS Computational Bio… 2018-0… 2023-09-… NA
#> 3 2546 Genome Biology 2021-1… 2023-11-… 2021-12
#> 4 2388 Genome Biology 2021-0… 2021-06-… 2021-12
#> 5 NA Bioinformatics 2022-0… 2022-10-… 2022-10-14
#> 6 NA Development 2019-0… 2021-04-… 2019-07-01
#> 7 NA Development 2019-0… 2023-08-… 2019-06-15
#> 8 615 Genome Medicine 2019-0… 2023-09-… 2019-12
#> 9 NA Methods in Molecular B… 2019-0… 2023-09-… 2019
#> 10 NA F1000Research 2020-0… 2020-06-… NA
#> 11 2519 Genome Biology 2021-1… 2021-10-… 2021-12
#> 12 1688 Genome Biology 2019-0… 2020-04-… 2019-12
#> 13 10.1002/cpcb.86 Current Protocols in C… 2019-0… 2023-09-… 2019-06
#> 14 10.1002/humu.24382 Human Mutation 2022-0… 2022-12-… 2022-07
#> 15 2071 Genome Biology 2020-0… 2021-07-… 2020-12
#> 16 NA GigaScience 2018-0… 2019-10-… 2018-05-01
#> 17 NA F1000Research 2021-1… 2022-01-… NA
#> 18 7540 Nature Communications 2018-1… 2022-12-… NA
#> 19 10.7554/eLife.41156 eLife 2019-0… 2023-10-… NA
#> 20 NA Bioinformatics 2021-0… 2023-05-… 2021-11-18
#> # ℹ 34 more variables: published.online <chr>, doi <chr>, indexed <chr>,
#> # issn <chr>, issue <chr>, issued <chr>, member <chr>, prefix <chr>,
#> # publisher <chr>, score <chr>, source <chr>, reference.count <chr>,
#> # references.count <chr>, is.referenced.by.count <chr>, title <chr>,
#> # type <chr>, update.policy <chr>, url <chr>, volume <chr>, language <chr>,
#> # short.container.title <chr>, author <list>, link <list>, reference <list>,
#> # page <chr>, subject <chr>, funder <list>, update_to <list>, …