ParseReference: Parse a "REFERENCE" entry.

Description Usage Arguments Value Examples

View source: R/parse-bibliography.R

Description

Expand the string into a tibble.

Usage

1
ParseReference(description)

Arguments

description

The description string in a "REFERENCE" entry.

Value

A tibble with three columns: refID, title and pubmed.

Examples

1
2
3
4
5
6
7
8
x <- paste0(
"RF\t<1> Talbot, B.G.; Thirion, J.P.: Purification\n\t",
"and properties of two distinct groups of ADH isozymes from Chinese\n\t",
"hamster liver. Biochem. Genet. (1981) 19, 813-829. {Pubmed:6794566}\n",
"RF\t<12> Woronick, C.L.: Alcohol dehydrogenase from human liver. Methods\n\t",
"Enzymol. (1975) 41B, 369-374. {Pubmed:236461} (c,review)\n",
"RF\t<10> Herrera, E.; Zorzano, A... {Pubmed:} (c,review)\n")
brendaDb:::ParseReference(x)

brendaDb documentation built on Nov. 8, 2020, 5:16 p.m.