ParseReference: Parse a "REFERENCE" entry.

View source: R/parse-bibliography.R

ParseReferenceR Documentation

Parse a "REFERENCE" entry.

Description

Expand the string into a tibble.

Usage

ParseReference(description)

Arguments

description

The description string in a "REFERENCE" entry.

Value

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

Examples

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)


y1zhou/brendaDb documentation built on Dec. 12, 2022, 3:43 a.m.