pm.titles: Obtain the titles of the PubMed abstracts.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This function returns the titles from a list of PubMed abstracts.

Usage

1
pm.titles(absts)

Arguments

absts

The list of PubMed abstracts.

Details

It simply uses sapply.

Value

A character vector of length equal to the number of abstracts. Each element is the title of the corresponding abstract.

Author(s)

Robert Gentleman

See Also

pm.abstGrep

Examples

1
2
3
4
  library("hgu95av2.db")
  hoxa9 <- "37806_at"
  absts <- pm.getabst(hoxa9, "hgu95av2")
  pm.titles(absts)[[1]][[1]]

annotate documentation built on Nov. 8, 2020, 8:14 p.m.