Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

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

Examples

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

annotate

Annotation for microarrays

v1.68.0
Artistic-2.0
Authors
R. Gentleman
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.