annotate (version 1.46.1)

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

Description

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

Usage

pm.titles(absts)

Arguments

absts
The list of PubMed abstracts.

Value

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

Details

It simply uses sapply.

See Also

pm.abstGrep

Examples

Run this code
  library("hgu95av2.db")
  hoxa9 <- "37806_at"
  absts <- pm.getabst(hoxa9, "hgu95av2")
  pm.titles(absts)[[1]][[1]]

Run the code above in your browser using DataCamp Workspace