Retrieve icite data including Relative Citation Ratio (RCR) for PubMed IDs.
Source:R/icite.R
icite.RdRetrieve icite data including Relative Citation Ratio (RCR) for PubMed IDs.
Value
a tibble including the following variables:
pmidPubMed ID
authorspublication authors
citation_counttotal citations
citations_per_yearmean citations per year
expected_citations_per_yearestimated
field_citation_raterate relative to field
is_research_articleboolean
journaljournal name abbr.
nih_percentilepercentile
relative_citation_ratioRCR
titlearticle title
yearpublication year
See URL for full details.
Author
Sean Davis seandavi@gmail.com
Examples
pmids <- c(26001965, 25015380)
icite_records <- icite(pmids)
dplyr::glimpse(icite_records)
#> Rows: 2
#> Columns: 27
#> $ `_id` <chr> "25015380", "26001965"
#> $ authors <list> [<data.frame[5 x 3]>], [<data.frame[3 x 3]…
#> $ doi <chr> "10.1101/gr.174052.114", "10.1093/nar/gkv…
#> $ pmid <int> 25015380, 26001965
#> $ title <chr> "High resolution mapping of modified DNA n…
#> $ animal <dbl> 0.25, 0.25
#> $ apt <dbl> 0.25, 0.05
#> $ human <dbl> 0, 0
#> $ citedByPmidsByYear <list> [<data.frame[75 x 75]>], [<data.frame[39 x…
#> $ citedByClinicalArticle <lgl> FALSE, FALSE
#> $ year <int> 2014, 2015
#> $ journal <chr> "Genome Res", "Nucleic Acids Res"
#> $ is_research_article <lgl> TRUE, TRUE
#> $ citation_count <int> 75, 39
#> $ field_citation_rate <dbl> 8.360690, 9.987515
#> $ expected_citations_per_year <dbl> 3.371208, 4.027768
#> $ citations_per_year <dbl> 6.818182, 3.900000
#> $ relative_citation_ratio <dbl> 2.0224747, 0.9682782
#> $ nih_percentile <dbl> 74.9, 49.0
#> $ molecular_cellular <dbl> 0.75, 0.75
#> $ x_coord <dbl> -0.4330127, -0.4330127
#> $ y_coord <dbl> -0.5, -0.5
#> $ is_clinical <lgl> FALSE, FALSE
#> $ cited_by_clin <lgl> NA, NA
#> $ cited_by <list> <29785056, 26519467, 30919497, 26411877, 3…
#> $ references <list> <8223452, 19448611, 21062813, 8092694, 115…
#> $ provisional <lgl> FALSE, FALSE