yp: Yersinia pestis virulence publications

Description Usage Format Source Examples

Description

Europe PMC core search results with Yersinia pestis virulence in title

Usage

1

Format

A data frame with 160 observations on the following 19 variables.

pmid

PubMed ID = pmid tag

pmcid

PubMed Central ID = pmcid tag

src

source tag

doi

DOI tag

authors

authorString tag

year

pubYear tag

title

article title tag

journal

full journal name = journal/title tag

nlm_ta

journal abbreviation = medlineAbbreviation tag

volume

journalInfo/volume tag

issue

journalInfo/issue tag

pages

pageInfo tag

citedby

citedByCount tag

published

firstPublicationDate tag

language

language tag

abstract

abstractText tag

mesh

MeSH terms including descriptor, qualifier and major topic*

keywords

keyword tags

chemicals

chemical/name tags

Source

Europe PMC search

Examples

1
2
3
4
5
6
7
data(yp)
## Not run:  yp <- search_core("title:(Yersinia pestis virulence) src:MED")
t(yp[7,])
bib_format(yp[1:7,])
data.frame(n=sort(table(unlist(strsplit(yp$pubType, "; "))), decreasing=TRUE))
subset(yp, grepl("retracted", pubType))
data.frame(n=sort(table(unlist(strsplit(yp$authorString, ", "))), decreasing=TRUE)[1:15])

cstubben/euPMC documentation built on May 14, 2019, 12:25 p.m.